-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug needs to be fixed due to an upgrade to weblogic 12 1.3 #35
Comments
Uploading file doesn't work on Weblogic 12.1.3 and spring boot 1.2.3.RELEASE. The root of the problem is that OrderedCharacterEncodingFilter is running after HiddenHttpMethodFilter. HiddenHttpMethodFilter triggers processing of the request body as it calls getParameter on the request. OrderedCharacterEncodingFilter then runs and sets the request's encoding. Setting the request's encoding after its body has been processed is bad and, on WebLogic, causes the request to lose track of all its multipart data. More details can be found at: |
Envoyé via Email+, sécurisé et géré par MobileIron De : "Virgiliu Ratoi" <notifications@git.luolix.topmailto:notifications@github.com> Uploading file doesn't work on Weblogic 12.1.3 and spring boot 1.2.3.RELEASE. The root of the problem is that OrderedCharacterEncodingFilter is running after HiddenHttpMethodFilter. HiddenHttpMethodFilter triggers processing of the request body as it calls getParameter on the request. OrderedCharacterEncodingFilter then runs and sets the request's encoding. Setting the request's encoding after its body has been processed is bad and, on WebLogic, causes the request to lose track of all its multipart data. More details can be found at: — |
* commit '0ade3e5bec87a273d8553c3a5b2fab1983db68f4': release 08-2016 #20 phrase with parameters was splitted ESPD-26 added separated finish page to have same code for printing ESPD-124 #16 added list legal representatives #16 add more economic operator representatives to the XML ESPD-126 #17 Added links for EO's #34 change the id of the G1.1 requirement group of criminal convictions exclusion criteria because it was duplicated #32 add schemeID for VAT number and national number at the economic operator party identification level branch for hotifx #42 #35 added characterFilter for WebLogic server only fix for WL12.1.3 revert back my fix commits hotfix for WL, country changed to String temporary FIX for WL migration temporary FIX for WL migration temporary FIX for WL migration fix for Wl migration fix for wl migration
Thank you to have investigated in this issue and found a solution before us, we saved lot of time. Davide |
* commit 'edf97aec2a33be1fd1d1ae17fb8558160c87834f': add message about 13th march server mainteinance
We need to upgrade our weblogic serivce and it caused a problem that we are currently fixing.
The text was updated successfully, but these errors were encountered: