Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-09-09[Bug 415999] Fix some of FindBugs warningsMikhail Mazursky2-21/+28
2013-08-12414840 Request.login() throws NPE if username is nullJan Bartel2-0/+6
2013-07-23405535 implement Request.isUserInRole(role) check security-role-refs defaulti...Jan Bartel1-3/+9
2013-05-21Add package-info.java files to all jetty packages.Jesse McConnell2-0/+46
2013-05-20397051 Make JDBCLoginService data members protected to facilitate subclassingJan Bartel1-13/+13
2013-04-25406437 Digest Auth supports out of order ncGreg Wilkins1-2/+7
2013-04-25Merge remote-tracking branch 'origin/jetty-8'Greg Wilkins1-23/+48
2013-04-25Merge remote-tracking branch 'origin/jetty-7' into jetty-8Greg Wilkins1-26/+50
2013-04-25406437 Digest Auth supports out of order ncGreg Wilkins1-26/+50
2013-04-23406272 Security constraints with multiple http-method-omissions can be incorr...Jan Bartel1-16/+13
2013-04-05Merge remote-tracking branch 'origin/jetty-8'Greg Wilkins1-3/+6
2013-04-05Merge remote-tracking branch 'origin/jetty-7' into jetty-8Greg Wilkins1-4/+11
2013-04-05404325 data constraint redirection does send default portGreg Wilkins1-4/+11
2013-01-11merge from jetty-8 and update license blocks.Jesse McConnell35-35/+35
2013-01-11merge from 7 and update license blocks for 2013Jesse McConnell35-35/+35
2013-01-11update license blocks for 2013Jesse McConnell35-35/+35
2013-01-11jetty-9 organised imports. Cleaned up some TODOsGreg Wilkins19-4/+18
2012-12-07jetty-9 Added Trie for cached string lookup. HttpFields does not use StringMapGreg Wilkins1-1/+2
2012-11-12Remove debug printlns from SecurityHandler.Jan Bartel1-3/+0
2012-11-05Merge remote-tracking branch 'origin/jetty-8'Jan Bartel1-1/+3
2012-11-05Merge remote-tracking branch 'origin/jetty-7' into jetty-8Jan Bartel1-0/+4
2012-11-05JETTY-1549 jetty-maven-plugin fails to reload the LoginService properlyJan Bartel1-0/+26
2012-11-02Merge remote-tracking branch 'origin/jetty-8'Greg Wilkins1-3/+4
2012-11-02Merge remote-tracking branch 'origin/jetty-7' into jetty-8Greg Wilkins1-3/+4
2012-11-02393363 Use Locale.ENGLISH for all toUpperCase and toLowerCase callsGreg Wilkins1-3/+4
2012-10-29392237 improved names and examples for documentationGreg Wilkins1-2/+2
2012-10-27Making session tests work; incorporating renewing session id keeping old object.Jan Bartel3-12/+24
2012-10-19392237 fixed many TODOs and many minor code cleanupsGreg Wilkins1-4/+10
2012-10-15Merge remote-tracking branch 'origin/jetty-8' into jetty-9Greg Wilkins8-29/+60
2012-10-12Merge remote-tracking branch 'origin/jetty-8' into jetty-9Greg Wilkins2-48/+394
2012-10-12390108 Servlet 3.0 API for programmatic login doesn't appear to workJan Bartel8-29/+62
2012-09-29390163 Implement ServletRegistration.Dynamic.setServletSecurityJan Bartel1-9/+13
2012-09-28390503 http-method-omission element not being processedJan Bartel1-34/+379
2012-09-28Merge remote-tracking branch 'origin/master' into jetty-8Jan Bartel8-75/+40
2012-09-27390161 jetty-9 do not share DeferredAuthenticationGreg Wilkins8-75/+40
2012-09-24390161 jetty-9 do not share DeferredAuthenticationGreg Wilkins8-68/+77
2012-09-21jetty-9 further lifecycle improvementsGreg Wilkins1-48/+27
2012-09-21jetty-9 combined the Container and AggregateLifeCycle into ContainerLifeCycleGreg Wilkins2-7/+6
2012-09-10jetty-9 refactored configurationGreg Wilkins1-25/+15
2012-08-30Merge remote-tracking branch 'origin/master' into jetty-8Jan Bartel1-0/+7
2012-08-28[Bug 387896] populate session in SessionAuthentication as a valueBound in add...Jesse McConnell1-0/+7
2012-08-24Merge branch 'jetty-9-aggregation' into jetty-9-spdy-httpSimone Bordet35-653/+857
2012-08-23merge from masterJesse McConnell1-10/+11
2012-08-20avoided race in FormAuth by not sending redirect until after session attribut...Greg Wilkins1-10/+11
2012-08-20jetty-9 fixed context restart for constraint testGreg Wilkins2-11/+12
2012-08-19jetty-9 removed debugsGreg Wilkins2-3/+0
2012-08-19jetty-9 removed redirect race from form authGreg Wilkins3-43/+75
2012-08-18jetty-9 some post merge fixesGreg Wilkins1-0/+3
2012-08-17Merge from jetty-8 to jetty-9 (license header standarization)Joakim Erdfelt35-422/+591
2012-08-17merge from master + license block standardizationJesse McConnell35-423/+594

Back to the top