Skip to content

Commit

Permalink
🚧 Ongoing work on issue #3
Browse files Browse the repository at this point in the history
  • Loading branch information
pmonks committed Aug 13, 2023
1 parent 9868d9f commit 90656db
Show file tree
Hide file tree
Showing 3 changed files with 922 additions and 135 deletions.
2 changes: 1 addition & 1 deletion src/lice_comb/impl/utils.clj
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
(defn valid-http-uri?
"Returns true if given string is a valid HTTP or HTTPS URI."
[^String s]
; Note: no nil check needed since the isValid method handles nil sanely
; Note: no nil check needed since the isValid method handles null sanely
(.isValid (org.apache.commons.validator.routines.UrlValidator. ^"[Ljava.lang.String;" (into-array String ["http" "https"])) s))

(defn simplify-uri
Expand Down
Loading

0 comments on commit 90656db

Please sign in to comment.