Details
-
Technical task
-
Status: Resolved
-
Major
-
Resolution: Resolved
-
None
-
None
-
None
Description
Please do not use java.net.URL:
1. It predates java.net.URI and sort of implies concrete client implications
2. It has historic baggage such as the incorrect and surprising behavior of equals() and hashCode()
3. It's inconsistent with the JCR API which uses java.net.URI
Attachments
Issue Links
- is depended upon by
-
OAK-7603 [DirectBinaryAccess][DISCUSS] Oak API extensions
- Closed