Re: Encoding issue: + versus %20

2007-06-06 Thread hstang
396.txt > 2.2. Reserved Characters > 2.3. Unreserved Characters > 2.4. Escape Sequences > 3.3. Path Component > 3.4. Query Component > > Regards, > LG > > On 6/6/07, hstang <[EMAIL PROTECTED]> wrote: >> >> I am currently having problems loading an i

Encoding issue: + versus %20

2007-06-06 Thread hstang
I am currently having problems loading an image in Tomcat 6.13. I have a file "a b.jpg" in upload folder and I want to have a link to go to it. (1) upload/a+b.jpg Here (2) upload/a%20b.jpg Here Why does (2) work and not (1)? Both '+' and "%20" represents spaces so there's no reason why the