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 10
https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/tests/common/jspservletsec/secformClient.java#L1731
This test performs a programmatic login (Request.login()), then a programmatic authentication (Request.authenticate()).
According to the javadoc, Request.authenticate() should return:
Our Request.authenticate() method currently does a sendError 401 if the user has already been authenticated.
The text was updated successfully, but these errors were encountered:
Issue #4762 Request.authenticate must return true if already authenti…
8582273
…cated Signed-off-by: Jan Bartel <janb@webtide.com>
474fa8b
…cated (#4763) Signed-off-by: Jan Bartel <janb@webtide.com>
janbartel
Successfully merging a pull request may close this issue.
Jetty 10
https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/tests/common/jspservletsec/secformClient.java#L1731
This test performs a programmatic login (Request.login()), then a programmatic authentication (Request.authenticate()).
According to the javadoc, Request.authenticate() should return:
Our Request.authenticate() method currently does a sendError 401 if the user has already been authenticated.
The text was updated successfully, but these errors were encountered: