Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-02-09487511 - Jetty HTTP won't work on turkish systems.jetty-9.2.xSimone Bordet1-16/+17
2016-01-04Happy New Year 2016Joakim Erdfelt45-45/+45
2015-12-16Revert "482042 - New API, Allow customization of ServletHandler path mapping"Joakim Erdfelt3-23/+16
2015-12-15482042 - New API, Allow customization of ServletHandler path mappingJoakim Erdfelt3-16/+23
2015-12-08Using Map interface to get around ConcurrentHashMap.keySet() bug with Java 8Joakim Erdfelt1-1/+2
2015-10-07Ensure ServletHolder new initialization state is reset after doStopJan Bartel1-3/+4
2015-10-07Add initialized boolean to ServletHolderWouter Bancken1-14/+17
2015-07-22473243 Delay resource close for async default contentGreg Wilkins1-14/+19
2015-03-06461070 Handle setReadListener on request with no contentGreg Wilkins1-0/+64
2015-02-18460176 When checking for precompiled jsp, ensure classname is presentJan Bartel1-2/+2
2015-02-04added test for async IO isNotReadyAtEOFGreg Wilkins1-3/+2
2015-02-04added test for async IO isNotReadyAtEOFGreg Wilkins1-5/+1
2015-02-03added test for async IO isNotReadyAtEOFGreg Wilkins1-0/+87
2015-01-23458175 multipart annotation on lazily loaded servlet does not workJan Bartel1-10/+18
2015-01-08Happy New Year 2015Joakim Erdfelt45-45/+45
2014-12-05454157 - HttpInput.consumeAll spins if input is in async mode.Simone Bordet1-4/+75
2014-12-04454157 abort to avoid spin in async HttpInput.consumeAllGreg Wilkins1-1/+87
2014-12-04453629 Fixed big write testGreg Wilkins1-1/+1
2014-11-27451634 DefaultServlet: useFileMappedBuffer javadoc is misleadingJan Bartel1-1/+3
2014-11-20447472 Clear async context timeout on async static contentGreg Wilkins1-0/+1
2014-11-10450855 - GZipFilter declaration order can result in MIGHT_COMPRESSJoakim Erdfelt1-4/+21
2014-10-22447629 getPart()/getParts() fails on Multipart request if getParameter is ca...Jan Bartel2-4/+26
2014-10-10445823 - RequestLogHandler at end of HandlerCollection doesn't workJoakim Erdfelt1-0/+681
2014-10-10446506 getAsyncContext ISE before startAsync on async dispatchesGreg Wilkins1-0/+11
2014-09-18Restoring ErrorHandler / ErrorPageErrorHandler logicJoakim Erdfelt1-4/+0
2014-09-18444124 JSP include with <servlet><jsp-file> can cause infinite recursionJan Bartel1-9/+67
2014-08-13improved debugging outputGreg Wilkins1-2/+11
2014-07-23expanded tabs in indentsGreg Wilkins6-89/+89
2014-07-19435653 encode async dispatched requestURIGreg Wilkins1-1/+8
2014-07-17435653 encode async dispatched requestURIGreg Wilkins1-48/+67
2014-07-17[FindBugs] Include explicit typing whereever possibleGreg Wilkins6-24/+27
2014-07-16[FindBugs] outer if statement alreayd catches max_cached_filesGreg Wilkins1-13/+13
2014-07-16439663 Allow mappings to be declared before servlet/filterJan Bartel2-11/+28
2014-07-11439390 Ensure jsp scratchdir is created same way for quickstart and non-quic...Jan Bartel1-1/+14
2014-07-11439387 Ensure empty servlet-class never generated for quickstartJan Bartel1-12/+0
2014-07-10438190 findbug improvementsGreg Wilkins5-11/+9
2014-06-25Guarded calls to LOG.debug() with if (LOG.isDebugEnabled()) to reduce allocat...Simone Bordet5-26/+38
2014-06-24437706 ServletTester calls LocalConnector method with hardcoded timeoutJan Bartel1-1/+12
2014-06-10437051 Refactor Filter chain handling of Request.isAsyncSupportedJan Bartel1-29/+21
2014-06-10436894 GzipFilter code cleanupJan Bartel1-1/+41
2014-06-04DefaultServlet uses cached headersGreg Wilkins1-6/+13
2014-05-13434715 Avoid call to ServletHolder.getServlet() during handle() iff servlet ...Jan Bartel1-1/+1
2014-05-12434386 - Request Dispatcher extracts args and prevents asyncIO.Simone Bordet1-3/+3
2014-05-12434386 - Request Dispatcher extracts args and prevents asyncIO.Simone Bordet2-8/+524
2014-05-07Change org.eclipse.jetty.servlet.jspPackagePrefix to a context init-paramJan Bartel1-2/+2
2014-05-06367680 jsp-file with load-on-startup not precompiledJan Bartel2-12/+98
2014-05-05425421 ContainerLifeCycle does not start added beans in started stateGreg Wilkins1-1/+0
2014-04-28433572 default to sending date headerGreg Wilkins3-0/+4
2014-04-25Minor tweak to throwable assertion to be more reliableJoakim Erdfelt1-1/+3
2014-04-25432901 ensure a single onError callback only in pending and unready statesGreg Wilkins1-1/+1

Back to the top