Re: Symbol ``['' and a java.net.URI.create method

2008-05-10 Thread Michal Vyskocil
On Tuesday 29 April 2008 18:21:43 Christopher Hegarty - Sun Microsystems Ireland wrote: > The square bracket characters ('[' and ']') are reserved characters > in a URI. If they are to be used then they need to percent encoded. > That is, '[' is percent encoded to be %5B. > > The single argument j

Re: Symbol ``['' and a java.net.URI.create method

2008-05-10 Thread Christopher Hegarty - Sun Microsystems Ireland
Thanks for the update Michal. It is nice to know that even though this was not our bug we were able to help diagnose the problem. -Chris. Michal Vyskocil wrote: On Tuesday 29 April 2008 18:21:43 Christopher Hegarty - Sun Microsystems Ireland wrote: The square bracket characters ('[' and ']'