Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-05-27408909 GzipFilter setting of headers when reset and/or not compressedGreg Wilkins9-9/+91
2013-05-20408446 Multipart parsing issue with boundry and charset in ContentType headerJan Bartel2-3/+39
2013-04-04404128 Add Vary headers rather than set themGreg Wilkins1-27/+10
2013-04-03404789 - Support IPv6 addresses in DoSFilter white list.Simone Bordet2-27/+91
2013-03-11402833 Test harness for global error page and hide exception message from rea...Greg Wilkins1-3/+3
2013-02-27401908 - Enhance DosFilter to allow dynamic configuration of attributes.Simone Bordet4-372/+522
2013-02-22Making testcase JDK 1.5 compatibleJoakim Erdfelt1-1/+1
2013-02-21401382 Prevent parseAvailable from parsing next chunk when previous has not b...Greg Wilkins2-1/+6
2013-02-21401382 Prevent parseAvailable from parsing next chunk when previous has not b...Greg Wilkins1-0/+48
2013-02-15381521 allow compress methods to be configuredGreg Wilkins5-29/+87
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 Wilkins3-57/+102
2013-01-21381521 Only set Vary header when content could be compressedGreg Wilkins2-24/+73
2013-01-15396500 HttpClient Exchange takes forever to complete when less content sent ...Jan Bartel2-16/+65
2013-01-11update license blocks for 2013Jesse McConnell44-44/+44
2013-01-10381521 Only set Vary header when content could be compressedGreg Wilkins4-12/+42
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 Bartel2-0/+3
2012-12-22397111 Allow multipart bodies with leading blank linesJan Bartel2-1/+78
2012-12-20396886 MultiPartFilter strips bad escaping on filename="..."Jan Bartel2-2/+103
2012-12-19396886 - MultiPartFilter strips bad escaping on filename="..."Joakim Erdfelt2-11/+62
2012-12-14396459 Log specific message for empty request body for multipart mime requestsJan Bartel2-3/+75
2012-11-29395215 Multipart mime with just LF and no CRLFJan Bartel2-12/+177
2012-11-21394839 Allow multipart mime with no boundaryJan Bartel2-3/+70
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 Wilkins5-7/+12
2012-08-30388072 GZipFilter incorrectly gzips when Accept-Encoding: gzip; q=0Jan Bartel4-9/+166
2012-08-17standardize license header blocksJesse McConnell44-530/+772
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 Wilkins2-10/+13
2012-07-12384847 - CrossOriginFilter is not working.Simone Bordet2-14/+51
2012-07-11quick pass through to clean up missing or incorrect license blocksJesse McConnell21-12/+251
2012-07-10[Bug 376717] Balancer Servlet with round robin support, contribution, added m...Jesse McConnell3-6/+29
2012-07-10Add balancer servletThomas SEGISMONT4-4/+705
2012-06-05Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jett...Greg Wilkins2-5/+39
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 Bordet2-5/+39
2012-05-22Merge "379194 - ProxyServlet enhancement to enable easy creation of alternati...Greg Wilkins1-1/+11
2012-05-22Merge "New test for GzipFilter that tests writing a text message to the outpu...Greg Wilkins2-48/+129
2012-05-11379194 - ProxyServlet enhancement to enable easy creation of alternative Http...pgdad1-1/+11
2012-04-25New test for GzipFilter that tests writing a text message to the outputstream...Thomas Becker2-48/+129
2012-04-23377403: fix GzipFilter.java javadocThomas Becker1-4/+4
2012-04-12376519: adapt GZipFilter tests to follow new default for DeflateThomas Becker3-5/+13
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 Becker2-43/+42

Back to the top