C D E G I M S T

C

com.atlassian.gzipfilter - package com.atlassian.gzipfilter
 
com.atlassian.gzipfilter.selector - package com.atlassian.gzipfilter.selector
 

D

data() - Static method in class it.com.atlassian.gzipfilter.TestContentEncodingNotEmptyAfterHeaderRewrite
 

E

expectedException - Variable in class com.atlassian.gzipfilter.GzipFilterTest
 

G

gunzipContent(byte[], String) - Method in class it.com.atlassian.gzipfilter.TestMimeTypeAndBrowserHandling
 
gzipContent(String) - Method in class it.com.atlassian.gzipfilter.TestMimeTypeAndBrowserHandling
 
GzipFilterTest - Class in com.atlassian.gzipfilter
 
GzipFilterTest() - Constructor for class com.atlassian.gzipfilter.GzipFilterTest
 
gzipped - Variable in class it.com.atlassian.gzipfilter.TestContentEncodingNotEmptyAfterHeaderRewrite
 

I

IntegrationTestUtils - Class in it.com.atlassian.gzipfilter
An utility class to facilitate testing abstract to prevent junit from running
IntegrationTestUtils() - Constructor for class it.com.atlassian.gzipfilter.IntegrationTestUtils
 
it.com.atlassian.gzipfilter - package it.com.atlassian.gzipfilter
 

M

mimeTypesSequence - Variable in class it.com.atlassian.gzipfilter.TestContentEncodingNotEmptyAfterHeaderRewrite
 

S

setUp() - Method in class com.atlassian.gzipfilter.TestSelectingResponseWrapper
 
setUp() - Method in class it.com.atlassian.gzipfilter.TestResponseTypes
 

T

tearDown() - Method in class com.atlassian.gzipfilter.TestSelectingResponseWrapper
 
test304HasNoBody() - Method in class it.com.atlassian.gzipfilter.TestResponseTypes
 
testBrokenIncludeRewriterOutputStream() - Method in class it.com.atlassian.gzipfilter.TestContentEncodingNotEmptyAfterHeaderRewrite
 
testBrokenIncludeRewriterPrintWriter() - Method in class it.com.atlassian.gzipfilter.TestContentEncodingNotEmptyAfterHeaderRewrite
 
testChecksForLegacyConfigOverrideUnderWebInf() - Method in class com.atlassian.gzipfilter.GzipFilterTest
 
testChecksForLegacyFilterConfigInitParam() - Method in class com.atlassian.gzipfilter.GzipFilterTest
 
testConfigOverride() - Method in class com.atlassian.gzipfilter.selector.TestUserAgentBasedGzipSelectorFactory
 
TestContentEncodingNotEmptyAfterHeaderRewrite - Class in it.com.atlassian.gzipfilter
 
TestContentEncodingNotEmptyAfterHeaderRewrite() - Constructor for class it.com.atlassian.gzipfilter.TestContentEncodingNotEmptyAfterHeaderRewrite
 
testCreateValidGzipStreamEvenWhenNothingWrittenToResponse() - Method in class com.atlassian.gzipfilter.TestGzipResponseWrapper
 
TestFlushing - Class in it.com.atlassian.gzipfilter
Test to ensure that an out.flush() in a servlet results in bytes being send to the browser
TestFlushing() - Constructor for class it.com.atlassian.gzipfilter.TestFlushing
 
testFlushingWithGzFilter() - Method in class it.com.atlassian.gzipfilter.TestFlushing
 
testFlushingWithNoFilter() - Method in class it.com.atlassian.gzipfilter.TestFlushing
 
testForRealWorldUsage() - Method in class com.atlassian.gzipfilter.selector.TestPatternMatcher
 
TestGzipResponseWrapper - Class in com.atlassian.gzipfilter
 
TestGzipResponseWrapper() - Constructor for class com.atlassian.gzipfilter.TestGzipResponseWrapper
 
testIncludeRewriterOutputStream() - Method in class it.com.atlassian.gzipfilter.TestContentEncodingNotEmptyAfterHeaderRewrite
 
testIncludeRewriterPrintWriter() - Method in class it.com.atlassian.gzipfilter.TestContentEncodingNotEmptyAfterHeaderRewrite
 
TestMimeTypeAndBrowserHandling - Class in it.com.atlassian.gzipfilter
 
TestMimeTypeAndBrowserHandling() - Constructor for class it.com.atlassian.gzipfilter.TestMimeTypeAndBrowserHandling
 
testMultipleInputs() - Method in class com.atlassian.gzipfilter.selector.TestPatternMatcher
 
testNoActivateGzipWhenContentLengthHasBeenSetAlready() - Method in class com.atlassian.gzipfilter.TestSelectingResponseWrapper
 
testNoLegacyOverrides() - Method in class com.atlassian.gzipfilter.GzipFilterTest
 
testNoopConfig() - Method in class com.atlassian.gzipfilter.selector.TestUserAgentBasedGzipSelectorFactory
 
testNoZipOnError() - Method in class com.atlassian.gzipfilter.TestSelectingResponseWrapper
 
testNoZipOnNoContentResponse() - Method in class com.atlassian.gzipfilter.TestSelectingResponseWrapper
Tests that the response is not gzipped when the response code is HttpServletResponse.SC_NO_CONTENT
testNoZipOnNotModifiedResponse() - Method in class com.atlassian.gzipfilter.TestSelectingResponseWrapper
Tests that the response is not gzipped when the response code is HttpServletResponse.SC_NOT_MODIFIED
testNoZipOnRedirect() - Method in class com.atlassian.gzipfilter.TestSelectingResponseWrapper
 
testNoZipOnSpecificContent() - Method in class com.atlassian.gzipfilter.TestSelectingResponseWrapper
 
TestPatternMatcher - Class in com.atlassian.gzipfilter.selector
 
TestPatternMatcher() - Constructor for class com.atlassian.gzipfilter.selector.TestPatternMatcher
 
testRedirect() - Method in class it.com.atlassian.gzipfilter.TestResponseTypes
 
testRegularExpressions() - Method in class com.atlassian.gzipfilter.selector.TestPatternMatcher
 
TestResponseTypes - Class in it.com.atlassian.gzipfilter
 
TestResponseTypes() - Constructor for class it.com.atlassian.gzipfilter.TestResponseTypes
 
testRewriteFilterOutputStream() - Method in class it.com.atlassian.gzipfilter.TestContentEncodingNotEmptyAfterHeaderRewrite
 
testRewriteFilterPrintWriter() - Method in class it.com.atlassian.gzipfilter.TestContentEncodingNotEmptyAfterHeaderRewrite
 
testRewriteOutputStream() - Method in class it.com.atlassian.gzipfilter.TestContentEncodingNotEmptyAfterHeaderRewrite
 
testRewritePrintWriter() - Method in class it.com.atlassian.gzipfilter.TestContentEncodingNotEmptyAfterHeaderRewrite
 
testRewriteWith(String, String) - Method in class it.com.atlassian.gzipfilter.TestContentEncodingNotEmptyAfterHeaderRewrite
 
TestSelectingResponseWrapper - Class in com.atlassian.gzipfilter
This Class currently only tests that the content-encoding header is not set when a redirect/error occurs.
TestSelectingResponseWrapper() - Constructor for class com.atlassian.gzipfilter.TestSelectingResponseWrapper
 
testSimple() - Method in class com.atlassian.gzipfilter.selector.TestPatternMatcher
 
testUrlRewriteClassesAreNotFound() - Method in class it.com.atlassian.gzipfilter.TestResponseTypes
 
TestUserAgentBasedGzipSelectorFactory - Class in com.atlassian.gzipfilter.selector
 
TestUserAgentBasedGzipSelectorFactory() - Constructor for class com.atlassian.gzipfilter.selector.TestUserAgentBasedGzipSelectorFactory
 
testUTF8() - Method in class it.com.atlassian.gzipfilter.TestMimeTypeAndBrowserHandling
 
testWebappDoesGzipAndContentIsCorrect() - Method in class it.com.atlassian.gzipfilter.TestMimeTypeAndBrowserHandling
 
testWebappDoesNotGzipWhenClientDoesNotSupportIt() - Method in class it.com.atlassian.gzipfilter.TestMimeTypeAndBrowserHandling
 
testWebappOnlyGzipsCertainMimeTypes() - Method in class it.com.atlassian.gzipfilter.TestMimeTypeAndBrowserHandling
 
testWebappOnlyGzipsCertainMimeTypesForCertainBrowsers() - Method in class it.com.atlassian.gzipfilter.TestMimeTypeAndBrowserHandling
 

C D E G I M S T

Copyright © 2015 Atlassian. All rights reserved.