Skip to content

URI Compliance #2099

@garpinc

Description

@garpinc

After upgrading I found that all my rest services stopped working because we use encoded URIs in our path requests.

Jetty itself allows you to set something called _uriCompliance = org.eclipse.jetty.http.UriCompliance.LEGACY; in the org.eclipse.jetty.server.HttpConfiguration. But that alone is not enough. Furthermore you have to do org.eclipse.jetty.ee10.servlet.ServletHandler.setDecodeAmbiguousURIs(true)

But there is no way to set either of these with PaxWeb. Is this something you can add?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions