Ticket #727 (new Bug)
Mixing GET and POST parameters not RFC-Compliant
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | SF Confirmed | Cc: |
Description
Great work the editor, folks!
As the subject says - There are parts of FCKeditor that mix GET and POST parameters by putting a query string on the "action" bit of a POST'd form, specifically :
fckeditor/editor/filemanager/browser/default/frmupload.html
This is NOT RFC-compliant - you're supposed to pick one method and stick to it. RFC-compliant CGI parameter parsers will be unable to see the query-string encoded values in the action parameter when you POST. Making FCKeditor conform to the RFCs will make it work better in more places.
There's certainly a better way to do the javascript, but here's a "fixed" version of frmupload.html from the default integration interface.
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1487047&group_id=75348&atid=543653