This repository was archived by the owner on Mar 20, 2021. It is now read-only.
  
  
  
  
  
Description
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.
Affected Versions
[2.2.12, 2.3.0-m02]