You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 20, 2021. It is now read-only.
Fix for #3133 (and it's forward port #3976) causes the following server-side error when an ajax submission with execute="@Form" (for example) contains an input of type "file":
javax.servlet.ServletException the request doesn't contain a multipart/form-data or multipart/mixed stream
The tester submitted with the fix for this issue needs to be run with an htmlunit which can properly send a multipart form. Please apply this fix after applying the patch for #3977.
This issue also breaks navigation. The tester submitted with this fix tests for correct navigation also.