EVALUATION
There are various dependencies and implications for this RFE - these
include changes to URI/URL to cope with IDNs encoded in URIs, OS
dependencies as the default name service provider using the platform
resolver, and changes to the DNS name service provider based on JNDI-DNS.
###@###.### 2002-09-02
The ccc request has been submitted.
###@###.### 2005-04-19 09:07:44 GMT
The initial solution was to support IDN transparently, i.e. add Unicode <-> ACE conversion into InetAddress.getByName and InetAddress.getAllByName and don't let end user know the existence of such facility. It's regarded too risky, e.g. IDN suffers attacks like monograph attack.
This is why we choose current solution for IDN.
As Alan said in his comment, URI class also need to be changed to cope with IDN encode. This will be done in RFE 5085902.
###@###.### 2005-06-01 03:23:01 GMT
|