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

Unicode error after switch from 1.3.0.M4 to 1.3.0.M5 #3914

Closed
timtebeek opened this issue Sep 7, 2015 · 4 comments
Closed

Unicode error after switch from 1.3.0.M4 to 1.3.0.M5 #3914

timtebeek opened this issue Sep 7, 2015 · 4 comments
Labels
status: duplicate A duplicate of another issue

Comments

@timtebeek
Copy link

Hi all,

Since switching my projects from spring-boot 1.3.0.M4 to 1.3.0.M5 I get malformed uploaded unicode text. I've setup an example project to highlight the problem:
https://github.com/timtebeek/characterencodingfilter

I've got a controller that expects the following text : "Copyright © example"

And a JUnit test that uploads that text, but which results in: "Copyright © example"

After the switch the JUnit test breaks:
https://travis-ci.org/timtebeek/characterencodingfilter/builds/79112950
https://github.com/timtebeek/characterencodingfilter/compare/526724206daa...17706daa5dcc

Could you look into this and tell me what I can do to resolve this?

@snicoll
Copy link
Member

snicoll commented Sep 7, 2015

Duplicates #3912 ?

@timtebeek
Copy link
Author

Yup it does! Wasn't yet an issue for it when I started debugging.. :(

@timtebeek
Copy link
Author

Hope my example is of any use regardless.. Feel free to close this issue and/or copy over any details.

@snicoll
Copy link
Member

snicoll commented Sep 7, 2015

It is, yeah. We'll tackle the problem in #3912 and we'll use your sample as well. Thanks!

@snicoll snicoll closed this as completed Sep 7, 2015
@snicoll snicoll added the status: duplicate A duplicate of another issue label Sep 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

2 participants