[Bug 59823] HttpServletRequest#authenticate does not invoke JASPIC SAM

2016-08-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59823 --- Comment #5 from Mark Thomas --- It was. It isn't any more. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubs

[Bug 59823] HttpServletRequest#authenticate does not invoke JASPIC SAM

2016-08-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59823 --- Comment #8 from Arjan Tijms --- >It returns false. Ok thanks ;) I'll start a topic for this on the Servlet/JASPIC mailing lists, see if the outcome requirements can be clarified. For now I can't add a test for this either since I'm not 10

[Bug 59823] HttpServletRequest#authenticate does not invoke JASPIC SAM

2016-08-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59823 --- Comment #7 from Mark Thomas --- It returns false. -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tom

[Bug 59823] HttpServletRequest#authenticate does not invoke JASPIC SAM

2016-08-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59823 --- Comment #6 from Arjan Tijms --- >It was. It isn't any more. Great! Does it return false now or is an exception thrown? (i.e. does it behave like GlassFish or like JBoss?) JBoss' behaviour is not because of some kind of bug or oversight bt

[Bug 59823] HttpServletRequest#authenticate does not invoke JASPIC SAM

2016-08-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59823 --- Comment #4 from Arjan Tijms --- >true if AuthStatus.SUCCESS Is that also when a null is passed to the CallerPrincipalCallback? Since in that case the container will establish this unauthenticated identity (see http://docs.oracle.com/java

[Bug 59823] HttpServletRequest#authenticate does not invoke JASPIC SAM

2016-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59823 --- Comment #3 from Mark Thomas --- true if AuthStatus.SUCCESS, otherwise false including AuthException (which is caught and logged). -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 59823] HttpServletRequest#authenticate does not invoke JASPIC SAM

2016-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59823 --- Comment #2 from Arjan Tijms --- Thanks for the fix Mark! :) P.s. Just wondering, as it's not clearly described in the JASPIC spec at all, but what did you use for the return values of request.authenticate? I noticed before that GlassFish

[Bug 59823] HttpServletRequest#authenticate does not invoke JASPIC SAM

2016-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59823 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 59823] HttpServletRequest#authenticate does not invoke JASPIC SAM

2016-07-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=59823 Arjan Tijms changed: What|Removed |Added CC||arjan.ti...@gmail.com -- You are receiv