Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-20avoided race in FormAuth by not sending redirect until after session attribut...Greg Wilkins1-10/+11
2012-08-17standardize license header blocksJesse McConnell35-423/+594
2012-08-08386714 used deferred auth for form login and error pagesGreg Wilkins1-2/+2
2012-07-27JETTY-1529 Ensure new session that has just been authenticated does not get r...Jan Bartel7-27/+49
2012-07-11quick pass through to clean up missing or incorrect license blocksJesse McConnell2-0/+24
2012-06-14[Bug #377067] add Negotiate option for security which is an alternative for S...Jesse McConnell2-1/+19
2012-05-22379909 FormAuthenticator Rembers only the URL of first Request before authent...Jan Bartel1-3/+24
2012-03-16[Bug 373421] address potential race condition related to the nonce queueJesse McConnell1-1/+1
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 Wilkins2-12/+36
2012-01-10368215 Remove debug from jaspiJan Bartel1-4/+2
2011-12-15Merge remote-tracking branch 'origin/master' into bug-359329Jan Bartel21-49/+48
2011-11-30Revert "Merge branch 'release-8'"Greg Wilkins2-44/+3
2011-11-28Merge remote-tracking branch 'origin/master' into jetty-8Greg Wilkins2-2/+2
2011-11-28organized importsGreg Wilkins2-2/+2
2011-11-16Merge remote-tracking branch 'origin/master' into jetty-8Jan Bartel21-42/+26
2011-11-07Merge remote-tracking branch 'origin/master' into jetty-7.6Greg Wilkins1-2/+17
2011-11-02Merge branch 'master' into jetty-8Jesse McConnell1-2/+17
2011-11-02[Bug 362447] add setMaxNonceAge() to DigestAuthenticatorJesse McConnell1-2/+17
2011-10-25Added concept of SslConnectionGreg Wilkins14-16/+16
2011-10-24Merge remote-tracking branch 'origin/master' into jetty-8Jan Bartel4-5/+5
2011-10-24Merge remote-tracking branch 'origin/master' into jetty-7.6Greg Wilkins4-5/+5
2011-10-21Added isDebugEnabled guards to debugging that generates garbageGreg Wilkins4-5/+5
2011-10-20Protected HttpParser from multiple entry.Greg Wilkins2-5/+5
2011-10-18organised importsGreg Wilkins11-21/+5
2011-10-17Add mechanism to indicate to FormAuthModule that a deferred authentication is...Jan Bartel1-2/+2
2011-10-04Merge remote-tracking branch 'origin/master' into jetty-8Jan Bartel6-217/+189
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-07Merge over from jetty 7 masterJesse McConnell1-0/+1
2011-09-07misc findbugs cleanupsGreg Wilkins1-0/+1
2011-09-01Merge remote-tracking branch 'origin/master' into jetty-8Jan Bartel11-36/+74
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-07-07git diff 54e885d9670548c12cf9ffbd58702b73d373c186 remotes/origin/jetty-8-hist...Greg Wilkins2-3/+44
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

Back to the top