fixed domain null error when query is invalid and implemented new function to check for executable for url
This commit is contained in:
@@ -89,6 +89,10 @@ public class URLEntity {
|
||||
@Column(name = "url_encoding")
|
||||
private String urlEncoding = "";
|
||||
|
||||
@JsonInclude(JsonInclude.Include.NON_EMPTY)
|
||||
@Column(name="has_executable")
|
||||
private String hasExecutable = "";
|
||||
|
||||
@JsonInclude(JsonInclude.Include.NON_EMPTY)
|
||||
@Column(name = "dns_error")
|
||||
private String dnsError = "";
|
||||
|
||||
Reference in New Issue
Block a user