Closed
Bug 371722
Opened 18 years ago
Closed 15 years ago
Java Script window.open generates bad GET request for russian parameter values (windows 1251 encoding)
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: mike.bobrov, Unassigned)
References
()
Details
(Whiteboard: [CLOSEME 5-15-2010])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2
URL: http://www.agent.ru/rus/info/popup.wbp?param=departure&airport.city-letters=ВЛ
GET is supposed to be:
GET /rus/info/popup.wbp?param=departure&airport.city-letters=%E2%EB HTTP/1.1
GET generated by Firefox:
GET /rus/info/popup.wbp?param=departure&airport.city-letters=%D0%92%D0%9B HTTP/1.1
Reproducible: Always
Steps to Reproduce:
1. Open Link
2. Insert Cyrillic values in input
3. Press "Popup!"
4. Have a look at GET
Actual Results:
GET /rus/info/popup.wbp?param=departure&airport.city-letters=%D0%92%D0%9B HTTP/1.1
Expected Results:
GET /rus/info/popup.wbp?param=departure&airport.city-letters=%E2%EB HTTP/1.1
Though the bug was reproduced on a new and fresh Firefox without any extensions and themes, we provide the information about the Firefox, on which the bug was seen first
Generated: Mon Feb 26 2007 14:56:47 GMT+0300
User Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2
Build ID: 2007021917
Enabled Extensions: [12]
- Add N Edit Cookies 0.2.1.1: http://addneditcookies.mozdev.org/
- DOM Inspector 1.8.1.2: http://www.mozilla.org/projects/inspector/
- Gmail Manager 0.5.3: http://www.longfocus.com/firefox/gmanager/
- Greasemonkey 0.6.7.20070131.0: http://greasemonkey.mozdev.org/
- Html Validator 0.7.9.5: http://users.skynet.be/mgueury/mozilla/
- IE Tab 1.3.1.20070126: http://ietab.mozdev.org/
- JavaScript Debugger 0.9.87: http://www.hacksrus.com/~ginda/venkman/
- Live HTTP Headers 0.13.1: http://livehttpheaders.mozdev.org/
- MR Tech Local Install 5.3.2.3: http://www.mrtech.com/extensions/local_install/
- Tab Mix Plus 0.3.5.2: http://tmp.garyr.net
- View Source Chart 2.5.02: http://jennifermadden.com
- Web Developer 1.1.3: http://chrispederick.com/work/webdeveloper/
Disabled Extensions: [5]
- Firebug 1.01: http://www.getfirebug.com/
- InspectThis 0.2.9: http://firefox.mackay-it.com/extensions/inspectthis/
- Java Console 6.0: http://www.google.com/search?q=Firefox%20Java%20Console
- JSView 1.2.9: http://forum.softwareblaze.com
- Talkback 2.0.0.2: http://talkback.mozilla.org/
Total Extensions: 17
Installed Themes: [1]
- Firefox (default): http://www.mozilla.org/
Installed Plugins: (12)
- Adobe Acrobat
- Java(TM) Platform SE 6
- Microsoft Office 2003
- Microsoft® DRM
- Mozilla ActiveX control and plugin support
- Mozilla Default Plug-in
- PCMan's IE Tab Plug-in for Mozilla/Firefox
- QuickTime Plug-in 7.1.3
- RealPlayer Version Plugin
- RealPlayer(tm) G2 LiveConnect-Enabled Plug-In (32-bit)
- Shockwave Flash
- Windows Media Player Plug-in Dynamic Link Library
Comment 1•15 years ago
|
||
This bug was reported on Firefox 2.x or older, which is no longer supported and will not be receiving any more updates. I strongly suggest that you update to Firefox 3.6.3 or later, update your plugins (flash, adobe, etc.), and retest in a new profile. If you still see the issue with the updated Firefox, please post here. Otherwise, please close as RESOLVED > WORKSFORME
http://www.mozilla.com
http://support.mozilla.com/kb/Managing+profiles
http://support.mozilla.com/kb/Safe+mode
Whiteboard: [CLOSEME 5-15-2010]
Version: unspecified → 2.0 Branch
Comment 2•15 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.x or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•