Opened 14 years ago
Closed 14 years ago
#14882 closed (worksforme)
copy as request param is incorrectly parsed
Reported by: | pma_ | Owned by: | nobody |
---|---|---|---|
Component: | Core (Other) | Version: | 1.2 |
Severity: | Keywords: | request, parse | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Example request "/xxx/?&id=4&invoice_no=FVS%2F0004%2F12%2F2010&csrfmiddlewaretoken=&org=0©=1"
request.GET dict: QueryDict: <QueryDict: {u'org': [u'0\xa9=1'], u'csrfmiddlewaretoken': [u''], u'invoice_no': [u'FVS/0004/12/2010'], u'id': [u'4']}>
org is displayed in debugger as unicode: 0©=1
Note:
See TracTickets
for help on using tickets.
I can't reproduce this