-
Type:
Story
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 6.1.30 EE GA3, 6.2.0 CE M6
-
Fix Version/s: 6.1.30 EE GA3, 6.2.0 CE M6
-
Component/s: Legacy Components, Legacy Components > API
-
Branch Version/s:6.1.x
-
Backported to Branch:Committed
-
Epic/Theme:
-
Git Pull Request:
Who will benefit: mostly mobile application developers
What is benefit: ability to verify URIs according our code convention and patterns - useful in cases (such OAuth) where external consumers have to define callback URLs that use unknown scheme so standard URL validation fails.
What has to be done: Update Validator class with method isUri which would test uri via java.net.URI class.