Class PathTraversalResourceUtilsTest
- java.lang.Object
-
- de.hybris.platform.acceleratorservices.util.PathTraversalResourceUtilsTest
-
@UnitTest public class PathTraversalResourceUtilsTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PathTraversalResourceUtilsTest()
-
Method Summary
-
-
-
Method Detail
-
testAssertPathSegmentIsSecureSuccess
public void testAssertPathSegmentIsSecureSuccess()
-
testAssertPathSegmentIsSecureNullPathSegment
public void testAssertPathSegmentIsSecureNullPathSegment()
-
testAssertPathSegmentIsSecureFailEmptyString
public void testAssertPathSegmentIsSecureFailEmptyString()
-
testAssertPathSegmentIsSecureFailForSimpleUnixtDirectoryTraversal
public void testAssertPathSegmentIsSecureFailForSimpleUnixtDirectoryTraversal()
-
testAssertPathSegmentIsSecureFailForComplexUnixDirectoryTraversal
public void testAssertPathSegmentIsSecureFailForComplexUnixDirectoryTraversal()
-
testAssertPathSegmentIsSecureFailForSimpleWindowsDirectoryTraversal
public void testAssertPathSegmentIsSecureFailForSimpleWindowsDirectoryTraversal()
-
testAssertPathSegmentIsSecureFailForComplexWindowsDirectoryTraversal
public void testAssertPathSegmentIsSecureFailForComplexWindowsDirectoryTraversal()
-
testAssertPathSegmentIsSecureFailForComplexDirectoryTraversal
public void testAssertPathSegmentIsSecureFailForComplexDirectoryTraversal()
-
-