Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-11-25fixed endswithslash testGreg Wilkins1-1/+1
2010-11-25Several minor fixes:Greg Wilkins1-2/+2
2010-11-20more robust handling of pathInfo onlyGreg Wilkins1-2/+2
2010-11-19improved test harness timingGreg Wilkins1-4/+9
2010-11-08324679 Fixed dedection of write before static contentGreg Wilkins1-3/+2
2010-11-08324679 Fixed dedection of write before static contentGreg Wilkins1-1/+1
2010-11-07better debugGreg Wilkins1-2/+1
2010-10-28328885 - web overrides do not overrideJan Bartel2-2/+8
2010-10-19327725 cleanupGreg Wilkins1-2/+2
2010-10-19327725 fixed /Greg Wilkins1-1/+0
2010-10-19JETTY-1289 LRU cache for filter chainsGreg Wilkins1-10/+66
2010-10-14327725 Nested ResourceCachesGreg Wilkins1-87/+11
2010-09-14bug 325072 include to DefaultServlet to a missing file must throw FileNotFoun...David Jencks1-1/+6
2010-09-10324679 dont set content length if writer is gottenGreg Wilkins1-6/+15
2010-09-09324679 Don't set content length if filter has written content.Greg Wilkins1-2/+8
2010-09-03324377 Allow dispatch of ServletRequest and ServletResponseGreg Wilkins1-5/+16
2010-08-16322448 Added jetty-dir.css for directory listingsGreg Wilkins1-44/+75
2010-07-28320073 local loaderGreg Wilkins1-0/+1
2010-07-27320073 ensure Decorators get called in reverse order of addition; refactor Ta...Jan Bartel1-4/+14
2010-07-26320073 further improved configurationGreg Wilkins2-49/+62
2010-07-22320073Greg Wilkins1-0/+2
2010-07-22320073 reconsile configuration mechanismGreg Wilkins2-3/+2
2010-07-21Update to jetty-8-to-jetty-7-base-20100721-1Jan Bartel2-12/+2
2010-07-20320073 readded role getter/settersGreg Wilkins1-1/+12
2010-07-20improved debug dumpGreg Wilkins1-17/+17
2010-07-19Backport from 7 to 8 of changes to reconciliation of webapp config mechanism....Jan Bartel2-37/+25
2010-07-16320073 Reconcile jetty-8 and jetty-7 webapp configuration mechanismsJan Bartel9-186/+962
2010-07-09319334 improved resource cacheGreg Wilkins3-230/+97
2010-07-05cleaned up remote filterGreg Wilkins3-13/+17
2010-06-28317906 OPTIONS correctly handles TRACEGreg Wilkins1-0/+9
2010-06-07JETTY-1231 support context request logGreg Wilkins2-3/+15
2010-06-04revert r1915Michael Gorovoy1-21/+0
2010-06-02292814 Make QoSFilter and DoSFilter JMX manageableMichael Gorovoy1-0/+21
2010-05-10Fix for #304803 (Remove TypeUtil Integer and Long caches).Simone Bordet2-161/+157
2010-05-04do not use NIO cache for SSLGreg Wilkins1-1/+2
2010-04-29309185 - Fix the over 300 Javadoc warningsJoakim Erdfelt7-31/+22
2010-04-26310431 Default ErrorHandler as server BeanGreg Wilkins1-1/+0
2010-04-20JETTY-903 Stop both cachesGreg Wilkins1-3/+13
2010-03-18306330 Flush filter chain cache after Invoker servletGreg Wilkins1-1/+9
2010-02-18remove debugGreg Wilkins1-3/+1
2010-02-15JETTY-983 range handling cleanupGreg Wilkins1-33/+10
2010-02-11294563 removed UpgradeConnectionException from websocket handlingGreg Wilkins1-5/+0
2010-02-03301089 Improve statistics available in StatisticsHandler and AbstractConnectorGreg Wilkins1-6/+12
2010-01-27300933 - AbstractConnector uses concurrent objects for statsGreg Wilkins1-6/+0
2010-01-24removed sun tests. dump to std errGreg Wilkins1-1/+6
2010-01-18default to html welcome before jspGreg Wilkins1-1/+1
2009-11-12294563 Initial websocket implementation workingGreg Wilkins1-0/+5
2009-10-31293222 improved statistics collection for asyncGreg Wilkins1-30/+13
2009-10-26numerous code cleanupsGreg Wilkins2-1/+1
2009-10-17JETTY-983 send content-length with rangesGreg Wilkins1-3/+19

Back to the top