Details
-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
14.10.4
-
Unknown
-
Description
Steps to reproduce
- Configure short URLs for Tomcat 9 using UrlRewriteFilter as described on the documentation, in particular with allowCasualMultipartParsing set to true.
- Make sure file uploads works as expected from the attachments tab.
- In a page, insert an attachment suggest widget with data-upload-allowed set to true (see example code below)
- Try to upload an attachment using the attachment suggest widget
{{velocity}} {{html}} #attachmentPicker({'data-upload-allowed': 'true'}) {{/html}} {{/velocity}}
Actual result
The server returns an HTTP 500 with message "javax.mail.internet.ParseException: Missing start boundary".
Environment
- Recent Firefox or Chrome
Attachments
Issue Links
- relates to
-
XWIKI-19444 Uploading an attachment fails when using short URLs
- Closed