Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-07-23expanded tabs in indentsGreg Wilkins2-24/+24
2014-07-17439369 Deprecate CrossContextPseudoSessionJan Bartel2-0/+2
2014-07-17439753 ConstraintSecurityHandler has dead code for processing constraintsJan Bartel2-16/+1
2014-07-10438190 findbug improvementsGreg Wilkins4-4/+0
2014-07-03438204 correctly wrap IPv6 hostnames in URIs generated by jettyGreg Wilkins1-6/+4
2014-06-27438434 ResourceHandler checks aliasesGreg Wilkins1-2/+3
2014-06-27updated AliasConstraintTest to expected resultsGreg Wilkins1-5/+6
2014-06-26Adding AliasedConstraintTest for working out alias logicJoakim Erdfelt3-0/+175
2014-05-12434386 - Request Dispatcher extracts args and prevents asyncIO.Simone Bordet1-4/+4
2014-04-28428904 Add logging of which webapp has path with uncovered http methodsJan Bartel1-1/+4
2014-04-24433244 Security manager lifecycle cleanupGreg Wilkins2-24/+41
2014-03-27Fixed imports referencing JUnit 3 and old matcher libraries.Simone Bordet2-317/+302
2014-01-02Happy New Year - 2014!Joakim Erdfelt42-42/+42
2013-12-27424682 Session cannot be deserialized with form authenticationJan Bartel1-2/+5
2013-11-04global clean up importsGreg Wilkins4-5/+0
2013-11-03Merge remote-tracking branch 'origin/master' into jetty-9.1Greg Wilkins3-23/+26
2013-11-02[Bug 420930] Use Charset to specify character encodingMikhail Mazursky3-23/+26
2013-10-03397049 Cannot Provide Custom Credential to JDBCLoginServiceJan Bartel1-1/+8
2013-09-09Merge remote-tracking branch 'origin/master' into jetty-9.1Greg Wilkins3-29/+39
2013-09-09[Bug 415999] Fix some of FindBugs warningsMikhail Mazursky3-29/+39
2013-08-29update other jetty mods to new formatJesse McConnell1-2/+4
2013-08-22add security modJesse McConnell1-0/+7
2013-08-14Fixing malformed Javadoc warnings in jetty-securityJoakim Erdfelt3-12/+4
2013-08-12Merge remote-tracking branch 'origin/master' into jetty-9.1Jan Bartel2-0/+6
2013-08-12414840 Request.login() throws NPE if username is nullJan Bartel2-0/+6
2013-08-09414731 Request.getCookies() should return null if there are no cookiesJan Bartel1-1/+5
2013-07-23Merged branch 'master' into 'jetty-9.1'.Simone Bordet1-1/+1
2013-07-23405535 implement Request.isUserInRole(role) check security-role-refs defaulti...Jan Bartel1-3/+9
2013-05-22Merge remote-tracking branch 'origin/master' into servlet-3.1-apiGreg Wilkins3-13/+59
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-05-03405432 Check implementation of section 13.4.1 @ServletSecurity for @HttpConst...Jan Bartel2-17/+179
2013-05-02405435 Implement servlet3.1 section 13.6.3 for 303 redirects for Form authJan Bartel5-23/+107
2013-05-01Merge with master.Jan Bartel1-4/+0
2013-05-01Merge remote-tracking branch 'origin/master' into servlet-3.1-apiJan Bartel2-40/+203
2013-04-25406437 Digest Auth supports out of order ncGreg Wilkins1-2/+7
2013-04-25Merge remote-tracking branch 'origin/jetty-8'Greg Wilkins2-23/+186
2013-04-25Merge remote-tracking branch 'origin/jetty-7' into jetty-8Greg Wilkins2-32/+179
2013-04-25406437 Digest Auth supports out of order ncGreg Wilkins2-27/+178
2013-04-24uncommented basic testsGreg Wilkins1-17/+12
2013-04-23Merge remote-tracking branch 'origin/master' into servlet-3.1-apiJan Bartel1-3/+1
2013-04-23406272 Security constraints with multiple http-method-omissions can be incorr...Jan Bartel1-16/+13
2013-04-23405437 Implement section 13.8.4 Uncovered HTTP methodsJan Bartel5-24/+295
2013-04-19405533 Implement special role ** for security constraintsJan Bartel7-113/+221
2013-04-15405535 Implement Request.isUserInRole(role) check security-role-refs defaulti...Jan Bartel1-3/+12
2013-04-15Update to newer 3.1 api jar published by oracle (3.1-b08 - note DOES NOT cont...Jan Bartel1-6/+12
2013-04-11Merge remote-tracking branch 'origin/master' into servlet-3.1-apiJan Bartel2-6/+63
2013-04-05404325 data constraint redirection does send default portGreg Wilkins1-1/+1
2013-04-05Merge remote-tracking branch 'origin/jetty-8'Greg Wilkins2-6/+63
2013-04-05Merge remote-tracking branch 'origin/jetty-7' into jetty-8Greg Wilkins2-8/+64

Back to the top