Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-25432901 ensure a single onError callback only in pending and unready statesGreg Wilkins1-1/+85
2014-04-25433431 Support ServletHandler fall throughGreg Wilkins2-39/+77
2014-04-17432777 - Async Write Loses Data with HTTPS Server.Simone Bordet3-0/+179
2014-03-24improved AsyncServletTestGreg Wilkins1-39/+164
2014-03-21424107 Abort HttpTransport if already committed on errorGreg Wilkins1-1/+9
2014-03-19Adding some getRequestURI tests to validate servlet behaviorJoakim Erdfelt1-0/+238
2014-03-14merged quickstart changesGreg Wilkins2-1/+27
2014-03-12increase large writes to try to always achieve !isReadyGreg Wilkins1-2/+2
2014-03-10cleaning up testJoakim Erdfelt2-18/+27
2014-03-10429616 Use UTF-8 encoding for XMLGreg Wilkins2-9/+10
2014-02-13Apply changes resulting from the quickstart projectGreg Wilkins2-6/+12
2014-02-06Made test more robust.Simone Bordet1-33/+14
2014-02-05426750 isReady() returns true at EOFGreg Wilkins1-3/+146
2014-01-30protected ServletHandler APIGreg Wilkins1-3/+3
2014-01-02Happy New Year - 2014!Joakim Erdfelt41-41/+41
2013-12-19424303 @ServletSecurity not applied on non load-on-startup servletsJan Bartel1-0/+19
2013-12-19424398 Servlet load-on-startup ordering is not obeyedJan Bartel1-4/+28
2013-12-18424284 Identify conflicts in logging when error "Multiple servlets map to {p...Jan Bartel1-1/+1
2013-12-13423361 Ensure ServletContainerInitializers called before injecting ListenersJan Bartel1-0/+7
2013-12-13423392 - GzipFilter without wrapping or blockingGreg Wilkins1-1/+1
2013-12-12423361 Make all listeners injectable irrespective of method of declaration (...Jan Bartel8-194/+431

Back to the top