Re: [9] Review request : JDK-6933879: URISyntaxException when non-alphanumeric characters are present in scope_id

2014-12-15 Thread Konstantin Shefov
Gently reminder. Please review. -Konstantin On 11.12.2014 14:09, Konstantin Shefov wrote: CC'ed core-libs-...@openjdk.java.net On 10.12.2014 18:21, Konstantin Shefov wrote: Hello, Please, review the bug fix: https://bugs.openjdk.java.net/browse/JDK-6933879 Webrev: http://cr.openjdk.java.ne

Re: [9] Review request : JDK-6933879: URISyntaxException when non-alphanumeric characters are present in scope_id

2014-12-15 Thread Chris Hegarty
Konstantin, I did reply to this RFR [1], with a question, that is still unanswered. -Chris. [1] http://mail.openjdk.java.net/pipermail/net-dev/2014-December/008782.html On 15/12/14 11:15, Konstantin Shefov wrote: Gently reminder. Please review. -Konstantin On 11.12.2014 14:09, Konstantin Sh

Re: [9] Review request : JDK-6933879: URISyntaxException when non-alphanumeric characters are present in scope_id

2014-12-15 Thread Konstantin Shefov
Chris, thank you. I see your answer now. I will try to reproduce NetworkInterface.getName() returning interface name with the chars in question. As far as I understood the bug, customers needed URI with scope id containing "." symbol, and now they use URL class instead of URI for that. -Konst

Re: [9] Review request : JDK-6933879: URISyntaxException when non-alphanumeric characters are present in scope_id

2014-12-15 Thread Alan Bateman
On 15/12/2014 11:25, Chris Hegarty wrote: Konstantin, I did reply to this RFR [1], with a question, that is still unanswered. -Chris. [1] http://mail.openjdk.java.net/pipermail/net-dev/2014-December/008782.html I can think of configurations where the scenario could arise. It make me wonder