Skip to content

Set URI encoding for embedded containers to UTF-8 #540

@sbuettner

Description

@sbuettner

Please set the default encoding for the embedded containers to UTF-8. Otherwise there are issues with extracting characters like german umlauts from the uri for example when using the @RequestParam annotation. Currently i have to register my own connector customizer:

new TomcatConnectorCustomizer() {
  @Override
  public void customize(Connector connector) {
    connector.setURIEncoding("UTF-8");
  }
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions