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

ContextHandler.setDefaultContextPath() not implemented for quickstart. #2996

Closed
janbartel opened this issue Oct 17, 2018 · 1 comment
Closed
Assignees
Milestone

Comments

@janbartel
Copy link
Contributor

We need to preserve the value of a web.xml element in the generated quickstart. I don't think this can be re-synthesized from a combination of the ContextHandler.getContextPath() and ContextHander.isContextPathDefault() because when the webapp is deployed, a context.xml or embedded code could be used to explicitly set the context path, in which case ContextHandler forgets there was a element.

@janbartel janbartel added this to the 10.0.x milestone Oct 17, 2018
@janbartel janbartel self-assigned this Nov 6, 2018
janbartel added a commit that referenced this issue Nov 6, 2018
Signed-off-by: Jan Bartel <janb@webtide.com>
janbartel added a commit that referenced this issue Nov 7, 2018
Signed-off-by: Jan Bartel <janb@webtide.com>
@janbartel
Copy link
Contributor Author

Fixed in jetty-10.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant