Class SecureResponseWrapperTest
java.lang.Object
de.hybris.platform.servicelayer.web.SecureResponseWrapperTest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
SecureResponseWrapperTest
public SecureResponseWrapperTest()
-
-
Method Details
-
createSecureResponseWrapper
- Throws:
Exception
-
shouldProcessNormalRedirectWhenLocationDoesNotContainCRLF
- Throws:
IOException
-
shouldThrowMalformedURLExceptionWhenRedirectLocationContainsCR
- Throws:
IOException
-
shouldThrowMalformedURLExceptionWhenRedirectLocationContainsLF
- Throws:
IOException
-
shouldThrowMalformedURLExceptionWhenRedirectLocationContainsCRLF
- Throws:
IOException
-
shouldSetNewHeaderIfHeaderValueDoesNotContainCRLF
public void shouldSetNewHeaderIfHeaderValueDoesNotContainCRLF() -
shouldThrowIllegalArgumentExceptionWhenHeaderArgumentContaisCR
public void shouldThrowIllegalArgumentExceptionWhenHeaderArgumentContaisCR() -
shouldThrowIllegalArgumentExceptionWhenHeaderArgumentContaisLF
public void shouldThrowIllegalArgumentExceptionWhenHeaderArgumentContaisLF() -
shouldThrowIllegalArgumentExceptionWhenHeaderArgumentContaisCRLF
public void shouldThrowIllegalArgumentExceptionWhenHeaderArgumentContaisCRLF() -
shouldAddNewHeaderIfHeaderValueDoesNotContainCRLF
public void shouldAddNewHeaderIfHeaderValueDoesNotContainCRLF() -
shouldThrowIllegalArgumentExceptionWhenHeaderArgumentToAddContaisCR
public void shouldThrowIllegalArgumentExceptionWhenHeaderArgumentToAddContaisCR() -
shouldThrowIllegalArgumentExceptionWhenHeaderArgumentToAddContaisLF
public void shouldThrowIllegalArgumentExceptionWhenHeaderArgumentToAddContaisLF() -
shouldThrowIllegalArgumentExceptionWhenHeaderArgumentToAddContaisCRLF
public void shouldThrowIllegalArgumentExceptionWhenHeaderArgumentToAddContaisCRLF()
-