Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-08-13441479 Jetty hangs due to deadlocks in session managerJan Bartel1-45/+37
2014-08-13441649 - Update to jsp and el Apache Jasper 8.0.9Jan Bartel3-9/+3
2014-08-07441073 isEarlyEOF on HttpInputGreg Wilkins1-1/+11
2014-08-01Remove duplicate jetty-plus dependency from embedded examplesJan Bartel1-5/+0
2014-08-01Update embedded example for annotations and jndi to point to demo-base warsJan Bartel3-2/+6
2014-08-01411163 Add embedded jetty code example with JSP enabledJan Bartel2-0/+90
2014-08-01438500 Odd NoClassDef errors when shutting down the jetty-maven-plugin via th...Jan Bartel13-81/+431
2014-07-31Misc cleanups done whilst fixing 435322Greg Wilkins5-51/+75
2014-07-31435322 Fix AsyncGzipFilter missing callback on empty contentGreg Wilkins2-5/+10
2014-07-28Revert "RFC7238 Permanent Redirect 308 defined"Greg Wilkins1-5/+2
2014-07-28RFC7238 Permanent Redirect 308 definedGreg Wilkins1-2/+5
2014-07-25Improved failure handling of AsyncProxyServlet.Simone Bordet1-3/+2
2014-07-25436862 Update jetty-osgi to asm-5 and spifly-1.0.1Jan Bartel4-88/+11
2014-07-24Merge branch 'release-9'Joakim Erdfelt99-167/+342
2014-07-24Updating VERSION.txt top sectionJoakim Erdfelt1-0/+2
2014-07-23[maven-release-plugin] prepare for next development iterationJoakim Erdfelt96-97/+97
2014-07-23[maven-release-plugin] prepare release jetty-9.2.2.v20140723jetty-9.2.2.v20140723Joakim Erdfelt96-96/+97
2014-07-23Fixing groupIdJoakim Erdfelt1-1/+1
2014-07-23Fixing quickstart dependency loopJoakim Erdfelt3-3/+17
2014-07-23Fixing buildJoakim Erdfelt5-71/+173
2014-07-23Better wait times for tests: 555s -> 5s.Simone Bordet2-2/+2
2014-07-23Bumping up release plugin versionJoakim Erdfelt1-0/+1
2014-07-23Updating VERSION.txt top sectionJoakim Erdfelt1-1/+56
2014-07-23Merge branch 'master' into release-9Joakim Erdfelt463-4765/+11633
2014-07-23Replaced usage of Continuation with AsyncContext.Simone Bordet1-51/+64
2014-07-23411323 - DosFilter/QoSFilter should use AsyncContext rather than Continuations.Simone Bordet4-81/+133
2014-07-23Guarded calls to LOG.debug() with if (LOG.isDebugEnabled()) to reduce allocat...Simone Bordet4-31/+54
2014-07-23expanded tabs in indentsGreg Wilkins50-616/+616
2014-07-23440020 Abort bad proxy responses with sendError(-1)Greg Wilkins5-26/+32
2014-07-23440114 ContextHandlerCollection does not skip context wrappersGreg Wilkins5-99/+386
2014-07-23ignore failing testsGreg Wilkins1-1/+6
2014-07-23439809 mvn jetty:jspc cannot find taglibs in dependency jarsJan Bartel1-6/+24
2014-07-22Reorganized GZIP tests.Simone Bordet2-55/+65
2014-07-22Restored IteratingCallback APIs (in particular the completed()Simone Bordet2-24/+47
2014-07-22440122 - Remove usages of ForkInvoker.Simone Bordet2-193/+57
2014-07-22411323 - DosFilter/QoSFilter should use AsyncContext rather than Continuations.Simone Bordet3-169/+186
2014-07-21439788 - CORS filter headers gone between 9.2.0.M0 and 9.2.1 .v20140609 for P...Simone Bordet2-6/+49
2014-07-21440038 - Content decoding may fail.Simone Bordet5-61/+197
2014-07-21440020 - ProxyServlet does not handle correctly failure after committed respo...Simone Bordet4-5/+185
2014-07-21439895 - No event callback should be invoked after the "failure" callback.Simone Bordet5-98/+384
2014-07-19435653 encode async dispatched requestURIGreg Wilkins2-4/+11
2014-07-18439067 Improved graceful stop timeout handlingGreg Wilkins3-4/+7
2014-07-18 Make LoginService tests use single database and drop and recreate tablesJan Bartel5-40/+72
2014-07-18Work with derby internal caching of "derby.system.home" system property.Joakim Erdfelt3-15/+19
2014-07-18Better cleanup of LoginService testsJoakim Erdfelt2-17/+10
2014-07-18Adding dstest manual creation, not letting derby create itJoakim Erdfelt1-0/+3
2014-07-18434536 Improved Customizer javadocGreg Wilkins1-3/+3
2014-07-18432815 Fixed selector stop raceGreg Wilkins1-1/+2
2014-07-18439507 - Possible timing side-channel when comparing MD5-CredentialsJoakim Erdfelt5-66/+60
2014-07-17439672 support using Apache commons daemon for managing JettyJoakim Erdfelt1-13/+51

Back to the top