Skip to content

Commit

Permalink
remove relax path
Browse files Browse the repository at this point in the history
  • Loading branch information
delcroip committed Jul 22, 2023
1 parent 240826e commit 04914b1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ public void customize(TomcatServletWebServerFactory factory) {
factory.addConnectorCustomizers(new TomcatConnectorCustomizer() {
@Override
public void customize(Connector connector) {
connector.setAttribute("relaxedPathChars", "<>[\\]^`{|}");
connector.setAttribute("relaxedQueryChars", "<>[\\]^`{|}");
}
});
Expand Down

0 comments on commit 04914b1

Please sign in to comment.