Issue 3447: '>' is not properly escaped when entering the URL manually.
http://code.google.com/p/chromium/issues/detail?id=3447

New issue report by roman.mitnitski:
Product Version      : 0.2.149.30
URLs (if applicable) :
Other browsers tested:
   Add OK or FAIL after other browsers where you have tested this issue:
      Safari 3: OK
     Firefox 3: OK
          IE 7: OK
         Opera: OK

What steps will reproduce the problem?
1. Create a small HTML form using GET request.
   At this stage, create a tiny HTML form using the GET method. The form
should continue a text field and a "Submit" button. Make the form post it's
results to a CGI script or servlet that you control.

2. Input a '>' sign in the input field, press submit. Observe the '>' being
passed "url escaped" to the other side. This is correct behavior.

3. At this moment, the address bar will contain a URL with your input.
Click on the URL, and press "Enter". Observe the '>' being passed unescaped
to the CGI/servlet

Expected result is that the '>' sign will always be escaped before
POST-ing/GET-ting the URL

In my tests (using apache2 web server)

REQUEST_URI env. variable always contains the unescaped '>' character when
using chrome, and contains %3E in all other browsers




What happens instead?


Please provide any additional information below. Attach a screenshot if
possible.



Issue attributes:
        Status: Unconfirmed
        Owner: [EMAIL PROTECTED]
        Labels: Type-Bug Pri-2 OS-All Area-Misc

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to