Closed Bug 1287475 Opened 8 years ago Closed 6 years ago

Edit and resend will incorrectly resend modified querystring params

Categories

(DevTools :: Netmonitor, defect, P2)

47 Branch
defect

Tracking

(firefox50 affected)

RESOLVED WORKSFORME
Tracking Status
firefox50 --- affected

People

(Reporter: greg.loscombe, Unassigned)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0
Build ID: 20160711192800

Steps to reproduce:

- With your debug tools open, and network selected
- Goto a URL with a simple querystring, eg
https://www.google.com/textinputassistant/tia.png?hello=world
- Now click on the edit and resend
- In the panel that has the querystring, delete upto but no including the equals
(so you have "hello=")
- Now type a replacement value
- Send the result


Actual results:

- The querystring is incorrect sent.
- Upon deleting upto the =, it will put the querystring at the start of the url, followed by the first character of the value you enter, then the rest of the url, then ?
- Example, if in the above I replace hello=world with hello=blah and resent the request, it would be
hello=bhttps://www.google.com/textinputassistant/tia.png?


Expected results:

- Should correctly send the new querystring so I can make repeat requests
OS: Unspecified → Linux
Hardware: Unspecified → x86_64
User Agent 	Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0
Build ID 	20160720030208

Reproduced on latest Nightly (50.0a1) on Ubuntu 15.04 and Windows 7.
Status: UNCONFIRMED → NEW
Component: Untriaged → Developer Tools: Netmonitor
Ever confirmed: true
OS: Linux → All
Hardware: x86_64 → All
Thanks for the report. I can see the problem on my machine too.

Honza
Priority: -- → P2
Also, encoded in UTF-8 parameters (e. g. russian chars) will be **** up.
Product: Firefox → DevTools
I think this bug with changing the query params is resolved. I wasn't able to reproduce it on OSX or archlinux.
Thanks for the update. Works for me, closing.

Honza
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
Verified working for me too.

62.0.3 (64bit), Fedora 28.

Thanks all
Greg
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: