Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-05-20408446 Multipart parsing issue with boundry and charset in ContentType headerJan Bartel1-2/+7
2013-04-04404128 Add Vary headers rather than set themGreg Wilkins1-27/+10
2013-04-03404789 - Support IPv6 addresses in DoSFilter white list.Simone Bordet1-27/+86
2013-02-27401908 - Enhance DosFilter to allow dynamic configuration of attributes.Simone Bordet1-367/+405
2013-02-21401382 Prevent parseAvailable from parsing next chunk when previous has not b...Greg Wilkins1-0/+6
2013-02-15381521 allow compress methods to be configuredGreg Wilkins1-2/+16
2013-01-26381521 Only set Vary header when content could be compressedGreg Wilkins1-47/+0
2013-01-24381521 Only set Vary header when content could be compressedGreg Wilkins2-56/+100
2013-01-21381521 Only set Vary header when content could be compressedGreg Wilkins1-23/+73
2013-01-15396500 HttpClient Exchange takes forever to complete when less content sent ...Jan Bartel1-1/+1
2013-01-11update license blocks for 2013Jesse McConnell14-14/+14
2013-01-10381521 Only set Vary header when content could be compressedGreg Wilkins1-0/+18
2012-12-31[Bug 397111] Tolerate empty or excessive whitespace preceeding MultiPartsJesse McConnell1-2/+2
2012-12-22397111 Allow multipart bodies with leading blank linesJan Bartel1-0/+2
2012-12-22397111 Allow multipart bodies with leading blank linesJan Bartel1-1/+12
2012-12-20396886 MultiPartFilter strips bad escaping on filename="..."Jan Bartel1-1/+29
2012-12-19396886 - MultiPartFilter strips bad escaping on filename="..."Joakim Erdfelt1-4/+9
2012-12-14396459 Log specific message for empty request body for multipart mime requestsJan Bartel1-3/+5
2012-11-29395215 Multipart mime with just LF and no CRLFJan Bartel1-9/+17
2012-11-21394839 Allow multipart mime with no boundaryJan Bartel1-3/+7
2012-11-10393947 implement ETags and update gzip filter to handle themGreg Wilkins2-9/+21
2012-11-02393363 Use Locale.ENGLISH for all toUpperCase and toLowerCase callsGreg Wilkins4-6/+10
2012-08-30388072 GZipFilter incorrectly gzips when Accept-Encoding: gzip; q=0Jan Bartel1-5/+85
2012-08-17standardize license header blocksJesse McConnell14-169/+240
2012-07-26better name missed the release! So support deprecated configurationGreg Wilkins1-1/+6
2012-07-23Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Greg Wilkins1-3/+21
2012-07-16385136: set header prefix in IncludableGzipFilter to make sure that header is...Thomas Becker1-3/+21
2012-07-16384847 better nameGreg Wilkins1-8/+11
2012-07-12384847 - CrossOriginFilter is not working.Simone Bordet1-2/+14
2012-07-10[Bug 376717] Balancer Servlet with round robin support, contribution, added m...Jesse McConnell1-2/+2
2012-07-10Add balancer servletThomas SEGISMONT2-4/+442
2012-06-05Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Greg Wilkins1-5/+18
2012-06-05381521 set Vary:Accept-Encoding header for content that might be compressedGreg Wilkins1-0/+4
2012-06-05381639 - CrossOriginFilter does not support Access-Control-Expose-Headers.Simone Bordet1-5/+18
2012-05-22Merge "379194 - ProxyServlet enhancement to enable easy creation of alternati...Greg Wilkins1-1/+11
2012-05-11379194 - ProxyServlet enhancement to enable easy creation of alternative Http...pgdad1-1/+11
2012-04-23377403: fix GzipFilter.java javadocThomas Becker1-4/+4
2012-04-12376519: deflate compression level and noWrap setting are now configurable for...Thomas Becker2-2/+42
2012-04-12Merge "376519: Change compression type of deflate compression in GzipFilter a...Greg Wilkins2-2/+4
2012-04-12374550: remove printStackTrace callsGreg Wilkins1-1/+1
2012-04-11376519: Change compression type of deflate compression in GzipFilter and Incl...Thomas Becker2-2/+4
2012-04-11376373: GzipFilter now does not ignore _excludePath + fix for ignored _exclud...Thomas Becker1-3/+3
2012-04-11376373: GzipFilter now does not ignore _excludePath + fix for ignored _exclud...Thomas Becker1-1/+1
2012-04-11Merge branch 'master' of ssh://git.eclipse.org:29418/jetty/org.eclipse.jetty....Thomas Becker2-111/+177
2012-04-11376373: GzipFilter now does not ignore _excludePath + fix for ignored _exclud...Thomas Becker1-1/+11
2012-04-02375692: cosmetic changes to get rid of warnings, etc.Thomas Becker1-16/+15
2012-04-02375692: simplified gzipfilterGreg Wilkins2-90/+116
2012-03-30375692: GzipFilter support for deflateThomas Becker2-90/+131
2012-03-21374891 - enhancement to how ProxyServlet determines the proxy targetpgdad1-1/+6
2012-03-12374018 correctly handle requestperminuted underflowGreg Wilkins1-1/+1

Back to the top