Re: java.net.URI and RFC 3986 compliance

2014-07-10 Thread Peter Firmstone
We can certainly use different constructors and different parsers to achieve each form, where it will get interesting is equality. The existing URI implementation is more likely to give false negatives, while RFC 3986 is not likely to, due to its well defined normalisation. In fact, I'd be in

Re: java.net.URI and RFC 3986 compliance

2014-07-10 Thread Michael McMahon
On 10/07/14 09:11, Peter Levart wrote: On 07/10/2014 02:50 AM, Peter Firmstone wrote: Are there parties on this list interested in updating java.net.URI to RFC3986? Is there anyone here who has previously attempted this? If so what issues did you find with regard to backward compatibility?

Re: java.net.URI and RFC 3986 compliance

2014-07-10 Thread Alan Bateman
On 10/07/2014 01:50, Peter Firmstone wrote: Are there parties on this list interested in updating java.net.URI to RFC3986? Is there anyone here who has previously attempted this? If so what issues did you find with regard to backward compatibility? Hopefully Michael McMahon will jump in and g

Re: java.net.URI and RFC 3986 compliance

2014-07-10 Thread Peter Levart
On 07/10/2014 02:50 AM, Peter Firmstone wrote: Are there parties on this list interested in updating java.net.URI to RFC3986? Is there anyone here who has previously attempted this? If so what issues did you find with regard to backward compatibility? Regards, Peter. Hi Peter, I think

java.net.URI and RFC 3986 compliance

2014-07-09 Thread Peter Firmstone
Are there parties on this list interested in updating java.net.URI to RFC3986? Is there anyone here who has previously attempted this? If so what issues did you find with regard to backward compatibility? Regards, Peter.