pfirmstone / JGDMS

Infrastructure for providing secured micro services, that are dynamically discoverable and searchable over ipv6 networks
https://pfirmstone.github.io/JGDMS/
Apache License 2.0
14 stars 4 forks source link

org.apache.river.api.net.Uri doesn't refer to RFC6874 it is only mentioned in code comments. #157

Closed pfirmstone closed 1 year ago

pfirmstone commented 1 year ago

Describe the bug Uri doesn't refer to RFC6874 zone delimiter syntax in IPv6 addresses in javadoc, it only mentions the zone delimiter % should be represented in %25 escaped form, RFC6874 is only documented in code comments.

Expected behavior RFC6874 should be referenced in Javadoc.