We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Jetty version(s) 12
Enhancement Description We have AliasCheckerSymlinkTest for EE9/EE10 and Jetty Core.
AliasCheckerSymlinkTest
The EE10 version is the most up-to-date with the latest tests, but the Jetty Core and EE9 versions have not been updated.
The EE10 and Jetty Core versions are both testing the same thing so I think we only need one of those.
EE9 checks aliases in the nested ContextHandler so I think we still need to keep this one.
ContextHandler
The text was updated successfully, but these errors were encountered:
Issue #11434 - resolve differences in AliasCheckerSymlinkTests
178a795
Signed-off-by: Lachlan Roberts <[email protected]>
Issue #11434 - remove printlns in AliasCheckerSymlinkTest
96a0468
Merge pull request #12208 from jetty/jetty-12.0.x-11434-AliasCheckerS…
899c005
…ymlinkTests Issue #11434 - resolve differences in AliasCheckerSymlinkTests
lachlan-roberts
Successfully merging a pull request may close this issue.
Jetty version(s)
12
Enhancement Description
We have
AliasCheckerSymlinkTest
for EE9/EE10 and Jetty Core.The EE10 version is the most up-to-date with the latest tests, but the Jetty Core and EE9 versions have not been updated.
The EE10 and Jetty Core versions are both testing the same thing so I think we only need one of those.
EE9 checks aliases in the nested
ContextHandler
so I think we still need to keep this one.The text was updated successfully, but these errors were encountered: