Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-03Debug printlns plus commented out Deferred authJan Bartel1-2/+4
2011-09-29[Bug 336443] add missing comma in DigestAuthenticator stringJesse McConnell1-1/+1
2011-09-20[323311] apply 5th patch of thomas, also removed extra method on IdentityServ...Jesse McConnell4-8/+50
2011-09-20323311: HashLoginService uses PropertyUserStore nowThomas Becker1-101/+27
2011-09-20JETTY-1414 applied to PropertyUserStoreThomas Becker1-3/+5
2011-09-20HashLoginService code formatThomas Becker1-32/+30
2011-09-20353627 Basic Auth checks that Basic method has been sendGreg Wilkins2-13/+21
2011-09-20336443 Check nonce count is increasingGreg Wilkins1-84/+80
2011-09-07misc findbugs cleanupsGreg Wilkins1-0/+1
2011-08-24293739 - Deprecate static Jetty Log usage in favor of named logsJoakim Erdfelt11-34/+67
2011-08-18JETTY-1414 HashLoginService doesn't refresh realm if specified config filenam...Jan Bartel1-2/+7
2011-05-19Javadoc error cleanup.Joakim Erdfelt1-1/+2
2011-03-24340878 Integrations should be able to load their own keystoresMichael Gorovoy1-2/+40
2011-03-12339150 Validate client certificate when it is used for authenticationMichael Gorovoy1-3/+223
2011-02-24Fixes 338068 (Leaking ConstraintMappings on redeploy).Simone Bordet1-43/+42
2011-01-21Fixing broken javadoc and importsJoakim Erdfelt1-4/+4
2011-01-10improved fix for 324505 Implement API loginGreg Wilkins2-4/+37
2011-01-10324505 Implement API loginGreg Wilkins1-3/+8
2010-12-28Bug 333247 fix api compat issue in ConstraintSecurityHandlerJesse McConnell1-0/+14
2010-12-21332937 Added Destroyable interface and reworked dependent lifecycles, special...Greg Wilkins1-11/+6
2010-12-17Bug 320457 add spnego supportJesse McConnell5-0/+377
2010-11-07fixed code formatGreg Wilkins1-64/+59
2010-10-25moved B64Code to utilGreg Wilkins3-3/+3
2010-10-21328306 Serialization of FormAuthenticationGreg Wilkins11-60/+186
2010-10-20Bug 328273 added serializable to default user identityJesse McConnell1-2/+5
2010-10-12Bug 323311 adding new property user store object with shared logic between Ha...Jesse McConnell1-0/+302
2010-10-04326734 Configure Digest maxNonceAge with Security handler init paramGreg Wilkins2-1/+33
2010-09-28JETTY-1281 Create new session after authenticationGreg Wilkins9-26/+95
2010-09-21JETTY-1268 Form Auth saves POST dataGreg Wilkins1-2/+43
2010-08-04321232 BasicAuthenticator ignores bad Authorization headerGreg Wilkins1-6/+9
2010-07-22320073 reconsile configuration mechanismGreg Wilkins1-3/+4
2010-07-20improved debug dumpGreg Wilkins1-4/+6
2010-07-05readded deprecated methods to keep APIGreg Wilkins1-2/+18
2010-06-24317759 Allow roles and constraints to be added after initGreg Wilkins4-98/+165
2010-05-27309185 even more javadoc fixesMichael Gorovoy2-5/+6
2010-05-25297598 JDBCLoginService uses hardcoded credential classMichael Gorovoy1-1/+2
2010-04-30#309185 more javadoc fixesGreg Wilkins3-15/+19
2010-04-29309185 - Fix the over 300 Javadoc warningsJoakim Erdfelt7-14/+5
2010-04-26310431 Default ErrorHandler as server BeanGreg Wilkins1-4/+3
2010-03-15JETTY-1192 Fixed Digested POSTGreg Wilkins1-3/+4
2010-03-02304307 JETTY-1133 Handle ;jsessionid in FROM AuthGreg Wilkins1-5/+19
2010-02-09302246 - redirect loop using form authenticatorGreg Wilkins1-1/+1
2010-02-09302244 - invalid configuration boolean conversion in FormAuthenticatorGreg Wilkins1-1/+1
2009-12-29javadoc and setRolesGreg Wilkins1-1/+17
2009-10-26numerous code cleanupsGreg Wilkins8-8/+5
2009-08-16285891 Serializable SessionAuthenticationGreg Wilkins1-1/+5
2009-08-05fixed problem with deferred security and form authGreg Wilkins2-5/+6
2009-08-03improved deferred authentication handling and fixed test harnessesGreg Wilkins19-459/+291
2009-08-03improved deferred authentication handling and fixed test harnessesGreg Wilkins2-5/+5
2009-08-03improved deferred authentication handling and fixed test harnessesGreg Wilkins1-2/+3

Back to the top