Skip to content

Commit

Permalink
feat(edc-client): custom, less restrictive url validation
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Jun 26, 2024
1 parent b8050f9 commit 4dec8f6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@
import java.net.MalformedURLException;
import java.net.URL;

import lombok.AccessLevel;
import lombok.NoArgsConstructor;

/**
* Url Validator since apache commons validator is too strict.
*/
@NoArgsConstructor(access = AccessLevel.PRIVATE)
public class UrlValidator {

/**
Expand Down

0 comments on commit 4dec8f6

Please sign in to comment.