Skip to content
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

Closed
ec-mcs opened this issue Aug 9, 2016 · 3 comments
Closed

Bug needs to be fixed due to an upgrade to weblogic 12 1.3 #35

ec-mcs opened this issue Aug 9, 2016 · 3 comments
Assignees
Labels
Milestone

Comments

@ec-mcs
Copy link
Collaborator

ec-mcs commented Aug 9, 2016

We need to upgrade our weblogic serivce and it caused a problem that we are currently fixing.

@virgiliu-ratoi-ec-ext
Copy link
Collaborator

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:
https://github.com/spring-projects/spring-boot/issues/2862
https://github.com/spring-projects/spring-boot/issues/2148

@tsirafa
Copy link
Collaborator

tsirafa commented Aug 10, 2016

Envoyé via Email+, sécurisé et géré par MobileIron


De : "Virgiliu Ratoi" <notifications@git.luolix.topmailto:notifications@github.com>
Date : mardi 9 août 2016 16:21:19
À : "ESPD/ESPD-Service" <ESPD-Service@noreply.git.luolix.topmailto:ESPD-Service@noreply.github.com>
Objet : Re: [ESPD/ESPD-Service] Bug needs to be fixed due to an upgrade to weblogic 12 1.3 (#35)

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:
spring-projects/spring-boot#2862
spring-projects/spring-boot#2148


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHubhttps://github.com//issues/35#issuecomment-238550375, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ATTVpcm0lX_aOOfJU1IO5UmKR1IDO2EQks5qeH7HgaJpZM4Jf93a.

@ec-mcs ec-mcs closed this as completed Sep 1, 2016
virgiliu-ratoi-ec-ext added a commit that referenced this issue Sep 19, 2016
* 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
@davideas
Copy link

Thank you to have investigated in this issue and found a solution before us, we saved lot of time.
We got same issue with Spring Boot 1.4.1 and Weblogic 12.1.3.

Davide
DG DIGIT B2

virgiliu-ratoi-ec-ext pushed a commit that referenced this issue Apr 11, 2017
* commit 'edf97aec2a33be1fd1d1ae17fb8558160c87834f':
  add message about 13th march server mainteinance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants