| java.lang.Object | |
| ↳ | com.atlassian.jira.util.UrlValidator |
Performs URL validation.
Only accepts HTTP or HTTPS URLS.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Validates a URL.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Validates a URL.
Handles internationalized domain names (IDNs) by converting them to ASCII, strips query strings and fragments,
returns false if url is null.
| url | The URL to validate. |
|---|
true if url is valid; false otherwise.

