Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-11-07450484 - Missing parameterization of etc/jetty-http[s].xml.Simone Bordet2-0/+2
2014-10-30449175 Removed extra space in NCSA logGreg Wilkins1-1/+1
2014-10-30448841 Clarified selectors==0 javadocGreg Wilkins2-6/+6
2014-10-30443550 improved FileResource encoded alias checkingGreg Wilkins1-5/+0
2014-10-30443550 improved FileResource encoded alias checkingGreg Wilkins1-1/+24
2014-10-30444722 Fixed order of setReuseAddress callGreg Wilkins1-1/+1
2014-10-29Simplifying warning messageJoakim Erdfelt1-5/+2
2014-10-29Reworking jetty.home warning to be a module instead.Joakim Erdfelt3-0/+93
2014-10-28Merge branch 'jetty-9.2.x' into cdi-testingJoakim Erdfelt1-1/+1
2014-10-27[448761] ContextHandler returns incorrect servlet minor versionJesse McConnell1-1/+1
2014-10-27Merge branch 'jetty-9.2.x' into cdi-testingJoakim Erdfelt5-36/+191
2014-10-24446563 - Null HttpChannel.getCurrentHttpChannel() in ServletHandler.doFilter().Simone Bordet1-32/+30
2014-10-22Added AsyncDelayHandler exampleGreg Wilkins1-0/+153
2014-10-10446425 Oracle Sql error on JettySessions table when this table do not exist ...Jan Bartel1-1/+5
2014-10-10446506 getAsyncContext ISE before startAsync on async dispatchesGreg Wilkins1-1/+1
2014-10-10442942 Content sent with status 204 (No Content)Jan Bartel1-2/+2
2014-10-09Adding note about weld requirement on .getServerInfo()Joakim Erdfelt1-0/+5
2014-10-01445157 First redeployed servlet leaks WebAppContextJan Bartel2-6/+11
2014-09-30445542 - Add SecuredRedirectHandler for embedded jetty use to redirect to sec...Joakim Erdfelt1-0/+66
2014-09-19444547 Format exception in ResourceCache.Content.toString()Jan Bartel1-1/+1
2014-09-17do not throw when callback passedGreg Wilkins1-18/+35
2014-09-04443231 java.lang.NullPointerException on scavenge scheduling when session id ...Jan Bartel1-0/+2
2014-09-03443158 Fixed HttpOutput spinGreg Wilkins1-4/+7
2014-09-01Improved Javadocs and code cleanup.Simone Bordet1-4/+8
2014-08-29435322 acceptor and selector configuration/priorityGreg Wilkins6-37/+129
2014-08-29435322 Added a idleTimeout to the SharedBlockerCallbackGreg Wilkins4-19/+36
2014-08-27442383 Improved insufficient threads messageGreg Wilkins1-4/+7
2014-08-27442048 fixed sendRedirect %2F encodingGreg Wilkins1-45/+13
2014-08-20440255 ensure 500 is logged on thrown ErrorsGreg Wilkins1-1/+1
2014-08-20440255 ensure 500 is logged on thrown ErrorsGreg Wilkins2-1/+13
2014-08-13improved debugging outputGreg Wilkins2-1/+8
2014-08-07441073 isEarlyEOF on HttpInputGreg Wilkins1-1/+11
2014-08-01438500 Odd NoClassDef errors when shutting down the jetty-maven-plugin via th...Jan Bartel2-25/+174
2014-07-31Misc cleanups done whilst fixing 435322Greg Wilkins2-17/+22
2014-07-23expanded tabs in indentsGreg Wilkins1-54/+54
2014-07-23440020 Abort bad proxy responses with sendError(-1)Greg Wilkins4-25/+21
2014-07-23440114 ContextHandlerCollection does not skip context wrappersGreg Wilkins4-92/+192
2014-07-22Restored IteratingCallback APIs (in particular the completed()Simone Bordet1-1/+1
2014-07-21440020 - ProxyServlet does not handle correctly failure after committed respo...Simone Bordet2-3/+20
2014-07-19435653 encode async dispatched requestURIGreg Wilkins1-3/+3
2014-07-18439067 Improved graceful stop timeout handlingGreg Wilkins1-1/+1
2014-07-18434536 Improved Customizer javadocGreg Wilkins1-3/+3
2014-07-17434536 Improved Customizer javadocGreg Wilkins2-5/+27
2014-07-17435653 encode async dispatched requestURIGreg Wilkins1-2/+4
2014-07-17436987 limited range of default acceptors and selectorsGreg Wilkins2-7/+27
2014-07-17438327 Remove hard coded Allow from OPTIONS *Greg Wilkins1-1/+0
2014-07-17439066 javadoc setStopAtShutdownGreg Wilkins1-0/+7
2014-07-17439067 Javadoc for graceful server stopGreg Wilkins1-0/+15
2014-07-17Making ShutdownThread actually stopGreg Wilkins1-35/+12
2014-07-17[FindBugs] Include explicit typing whereever possibleGreg Wilkins8-20/+50

Back to the top