-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
feat[ServletAdapter]: Ability remove context path when get method name #11730
base: master
Are you sure you want to change the base?
Conversation
Could you please describe the problem you are trying to solve? |
I use Wildfly 24 and need use non root context( |
No.
They are not real clients, but UI tools to send arbitrary requests to server for development purposes. |
Yeah, there's not going to be clients that work with this. It sounds like you would get testing infrastructure running, but once you try to make real clients you're going to have problems. |
Refs: #5066
Complex application may have many
war
-s and do not allow monopolize root context path(/
). Add ability to remove context path(usual it'swar
name) from application server use@WebInitParam
or just overridegetInitParameter
for parameterGrpcServlet.REMOVE_CONTEXT_PATH
https://stackoverflow.com/a/42706412