Ticket #809 (defect)
Opened 5 months ago
Last modified 5 months ago
POST parsing error, cherrypy gets confused with certain POST variable content.
Status: closed (invalid)
| Reported by: | guest | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | CherryPy code | Keywords: | |
| Cc: |
hi,
I had a POST variable containing the text: """...\n\n<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />\n\n..."""
then cherrypy will think there is a POST variable called charset.
This is on osx incase that matters.
cheers,
Change History
05/05/08 19:48:45: Modified by guest
- priority changed from normal to lowest.
05/06/08 11:30:52: Modified by fumanchu
- status changed from new to closed.
- resolution set to invalid.


Hi,
please remove this bug.
I tracked the failure down to the client side library I was using - the problem is not with cherrypy.
cheers.