Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-17Merge from jetty-8 to jetty-9 (license header standarization)Joakim Erdfelt1-12/+17
2012-08-17replace old AbstractHttpConnection with HttpChannel to get request for sessio...Jesse McConnell1-5/+6
2012-08-17jetty-9 merged jetty-8Greg Wilkins1-0/+30
2012-08-17standardize license header blocksJesse McConnell1-12/+17
2012-08-13Jetty9 - Code cleanups: using generics, diamond operator, removed warnings, etc.Simone Bordet1-53/+52
2012-07-27JETTY-1529 Ensure new session that has just been authenticated does not get r...Jan Bartel1-0/+30
2012-02-10371162 NPE protection for nested security handlersGreg Wilkins1-7/+10
2012-01-26368773 allow authentication to be set by non securityHandler handlersGreg Wilkins1-3/+5
2012-01-26368773 always set an indentity serviceGreg Wilkins1-1/+1
2012-01-17368773 process data constraints without realmGreg Wilkins1-10/+27
2012-01-10368215 Remove debug from jaspiJan Bartel1-4/+2
2011-10-03Debug printlns plus commented out Deferred authJan Bartel1-2/+4
2011-08-24293739 - Deprecate static Jetty Log usage in favor of named logsJoakim Erdfelt1-2/+5
2011-01-10improved fix for 324505 Implement API loginGreg Wilkins1-0/+1
2010-10-21328306 Serialization of FormAuthenticationGreg Wilkins1-1/+35
2010-09-28JETTY-1281 Create new session after authenticationGreg Wilkins1-1/+22
2010-04-26310431 Default ErrorHandler as server BeanGreg Wilkins1-4/+3
2009-10-26numerous code cleanupsGreg Wilkins1-1/+0
2009-08-03improved deferred authentication handling and fixed test harnessesGreg Wilkins1-30/+8
2009-08-03improved deferred authentication handling and fixed test harnessesGreg Wilkins1-4/+4
2009-08-03improved deferred authentication handlingGreg Wilkins1-3/+26
2009-07-23disassociate IdentityGreg Wilkins1-2/+6
2009-05-13275396 Added Authentication.Wrapped to allow JSAPI wrappingGreg Wilkins1-0/+5
2009-05-12275396 Added ScopedHandler to set servlet scope before security handlerGreg Wilkins1-22/+21
2009-05-08Bug 275396 Fix a lot of little jaspi problems. Still problems with Request m...David Jencks1-14/+17
2009-04-17improved async authenticationGreg Wilkins1-2/+5
2009-04-17reworked deferred authenticationGreg Wilkins1-14/+44
2009-04-15reworked the Authentication to better support lazyness and to move towards se...Greg Wilkins1-1/+1
2009-04-13updated login service for logout.Greg Wilkins1-4/+4
2009-04-07various debugging logging improvementsGreg Wilkins1-11/+15
2009-03-29This commit takes jetty-7 back to the 2.5 servlet API, but leaves much of theGreg Wilkins1-1/+1
2009-03-24jetty @ eclipse initial commitGreg Wilkins1-0/+524

    Back to the top