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

UTF-8 post submission is not working #4221

Closed
ghost opened this issue Oct 17, 2015 · 1 comment
Closed

UTF-8 post submission is not working #4221

ghost opened this issue Oct 17, 2015 · 1 comment
Labels
status: duplicate A duplicate of another issue

Comments

@ghost
Copy link

ghost commented Oct 17, 2015

After migration from 1.2.7 to 1.3.0.M5 UTF encoding is not working.

** given: **

<form action="'/topic}" method="post">
    <input name="title" type="text" class="form-control" id="title" />
    <button type="submit" class="btn btn-default">Add topic</button>
</form>
publc class Topic {
    private String title;
    ...
}

** when ***
Submit html ex "ĄĆÓŁŻŹĆŃĘąśżźćółń" to standard Controller

    @RequestMapping(value = "/topic}", method = RequestMethod.POST)
    public String make( Topic topic) {}) {
        ....
    }

Tested on:
Spring Boot 1.3.0.M5 + Spring Security - default container

@wilkinsona
Copy link
Member

This has already been fixed in 1.3 snapshots. Duplicates #3912

@wilkinsona wilkinsona added the status: duplicate A duplicate of another issue label Oct 17, 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

1 participant