Jan Bartel
|
e8b8c659b0
|
Add mechanism to indicate to FormAuthModule that a deferred authentication is being requested, but for a call to Request.getRemoteUser,
where there is no opportunity to issue a challenge.
|
2011-10-18 10:41:19 +11:00 |
Jan Bartel
|
e30622516a
|
add more debug printlns and a stack trace
|
2011-10-18 07:35:42 +11:00 |
Jan Bartel
|
d2e8501052
|
Remove some debug printlns; add a couple of comments
|
2011-10-14 15:38:51 +11:00 |
Jan Bartel
|
4c0a3001e5
|
Ensure login/error page matching is done against the path in context.
|
2011-10-14 14:39:46 +11:00 |
Jan Bartel
|
53fa6a0481
|
Hooked up the LoginCallbackImpl inside ServletCallbackHandler as the FormAuthModule appears to expect to see it; made JaspiAuthenticator return Deferred IFF !mandatory && allowLazyAuth && auth module returned UNAUTHENTICATED. This hinges on the fact that an auth module who is prepared to skip doing authentication (because !mandatory) must return AuthStatus.SUCCESS, which JaspiAuthenticator turns into Authentication.UNAUTHENTICATED.
|
2011-10-04 14:31:34 +11:00 |
Jan Bartel
|
9678aad6e9
|
Debug printlns plus commented out Deferred auth
|
2011-10-03 18:21:28 +11:00 |
Jan Bartel
|
1e079f06c9
|
Merge remote-tracking branch 'origin/master' into jetty-8
|
2011-09-01 14:11:53 +10:00 |
Joakim Erdfelt
|
3399242d83
|
293739 - Deprecate static Jetty Log usage in favor of named logs
+ Finished conversion of jetty-ajp, jetty-client, jetty-deploy,
jetty-jaspi, jetty-jndi, jetty-plus, jetty-webapp
|
2011-08-24 13:01:00 -07:00 |
Greg Wilkins
|
17e907c2fb
|
git diff 54e885d967 remotes/origin/jetty-8-historical | patch -p1 ; git add -A
|
2011-07-07 18:18:24 +10:00 |
Greg Wilkins
|
c76886e2aa
|
moved B64Code to util
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2399 7e9141cc-0065-0410-87d8-b60c137991c4
|
2010-10-25 03:33:16 +00:00 |
Greg Wilkins
|
996ff90660
|
328306 Serialization of FormAuthentication
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2380 7e9141cc-0065-0410-87d8-b60c137991c4
|
2010-10-21 09:58:13 +00:00 |
Greg Wilkins
|
25446eb221
|
JETTY-1281 Create new session after authentication
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2304 7e9141cc-0065-0410-87d8-b60c137991c4
|
2010-09-28 04:28:38 +00:00 |
David Jencks
|
e565312464
|
Bug 311641 no CallerPrincipalCallback is valid
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1709 7e9141cc-0065-0410-87d8-b60c137991c4
|
2010-05-04 23:04:35 +00:00 |
Joakim Erdfelt
|
b7b067e7f3
|
309185 - Fix the over 300 Javadoc warnings
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1627 7e9141cc-0065-0410-87d8-b60c137991c4
|
2010-04-29 23:03:36 +00:00 |
Greg Wilkins
|
227fb5abec
|
numerous code cleanups
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1014 7e9141cc-0065-0410-87d8-b60c137991c4
|
2009-10-26 07:48:39 +00:00 |
Greg Wilkins
|
6e4f53cc3d
|
improved deferred authentication handling and fixed test harnesses
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@623 7e9141cc-0065-0410-87d8-b60c137991c4
|
2009-08-03 08:54:41 +00:00 |
Greg Wilkins
|
3c71736a7a
|
improved deferred authentication handling
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@619 7e9141cc-0065-0410-87d8-b60c137991c4
|
2009-08-03 02:39:33 +00:00 |
David Jencks
|
08938580c3
|
Bug 275396 Fix a lot of little jaspi problems. Still problems with Request methods
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@208 7e9141cc-0065-0410-87d8-b60c137991c4
|
2009-05-08 00:41:07 +00:00 |
Greg Wilkins
|
a6c6ba30b3
|
track jaspi API change
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@196 7e9141cc-0065-0410-87d8-b60c137991c4
|
2009-04-27 05:27:11 +00:00 |
Greg Wilkins
|
ed2408538b
|
reworked deferred authentication
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@155 7e9141cc-0065-0410-87d8-b60c137991c4
|
2009-04-17 00:21:50 +00:00 |
Greg Wilkins
|
3a129bb90f
|
reworked the Authentication to better support lazyness and to move towards servlet 3.0 login and logout
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@151 7e9141cc-0065-0410-87d8-b60c137991c4
|
2009-04-15 12:39:05 +00:00 |
Greg Wilkins
|
da627b843f
|
jetty @ eclipse initial commit
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@8 7e9141cc-0065-0410-87d8-b60c137991c4
|
2009-03-24 21:07:27 +00:00 |