| Summary: | Wrong encoding of filenames containing '@' on upload | ||
|---|---|---|---|
| Product: | [Applications] konqueror | Reporter: | Johannes Stamminger <Johannes.Stamminger> |
| Component: | khtml forms | Assignee: | Konqueror Bugs <konqueror-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | maksim, rakuco, samuel.brack |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 4.5.4 | |
| Sentry Crash Report: | |||
| Attachments: | testcase | ||
|
Description
Johannes Stamminger
2005-04-22 09:29:34 UTC
I forgot the consequence: no error on uploading but the resulting file is of 0 bytes length afterwards. I can reproduce this with KDE 3.5.5. Test case: upload an 11 byte file called fish@foo to a CMS Made Simple site. The Send Confirmation dialogue box lists the file as fish%2540foo. The resulting file on the webserver is fish%40foo, and is empty. In Firefox, everything works as expected (the complete fish@foo file is uploaded, and has the correct name on the webserver). Created attachment 24441 [details]
testcase
Simple testcase with a file upload form.
This seems to be fixed in 4.5.4. Reopen it, if you think that's still a bug. |