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

Explore Jetty-free implementation of resource handler #2157

Open
dzikoysk opened this issue Feb 28, 2024 · 0 comments
Open

Explore Jetty-free implementation of resource handler #2157

dzikoysk opened this issue Feb 28, 2024 · 0 comments

Comments

@dzikoysk
Copy link
Member

Context

Currently, our static files api directly depends on Jetty's resource handler. It's a bit painful, because this implementation is relatively complex itself (because it works directly on Jetty's API) and it's one of the main blockers before exploring the possibility to use other http servers.

Requirements

The new implementation should:

  • Be fully compatible with current static API
  • Cover security related concerns to filter out malicious requests
  • Do not depend on Jetty and Jakarta EE servlet's API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant