Class SecureResponseWrapperTest
- java.lang.Object
-
- de.hybris.platform.servicelayer.web.SecureResponseWrapperTest
-
public class SecureResponseWrapperTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SecureResponseWrapperTest()
-
Method Summary
-
-
-
Method Detail
-
createSecureResponseWrapper
public void createSecureResponseWrapper() throws java.lang.Exception- Throws:
java.lang.Exception
-
shouldProcessNormalRedirectWhenLocationDoesNotContainCRLF
public void shouldProcessNormalRedirectWhenLocationDoesNotContainCRLF() throws java.io.IOException- Throws:
java.io.IOException
-
shouldThrowMalformedURLExceptionWhenRedirectLocationContainsCR
public void shouldThrowMalformedURLExceptionWhenRedirectLocationContainsCR() throws java.io.IOException- Throws:
java.io.IOException
-
shouldThrowMalformedURLExceptionWhenRedirectLocationContainsLF
public void shouldThrowMalformedURLExceptionWhenRedirectLocationContainsLF() throws java.io.IOException- Throws:
java.io.IOException
-
shouldThrowMalformedURLExceptionWhenRedirectLocationContainsCRLF
public void shouldThrowMalformedURLExceptionWhenRedirectLocationContainsCRLF() throws java.io.IOException- Throws:
java.io.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()
-
-