public class DefaultUrlNormalizerTest extends Object
Constructor and Description |
---|
DefaultUrlNormalizerTest() |
Modifier and Type | Method and Description |
---|---|
void |
absolutePathTraversalPastRootIsOmitted() |
void |
leadingParentDirectoryNotRemovedFromRelativeUriReference() |
void |
parentDirectoryRemovedFromRelativeUriReference() |
void |
testNullSafe() |
void |
testPreservationOfDoubleSlashes() |
void |
testRemovalOfParentRefs() |
void |
testTrailingSlash() |
public void testNullSafe()
public void testTrailingSlash()
public void testRemovalOfParentRefs()
public void testPreservationOfDoubleSlashes()
public void absolutePathTraversalPastRootIsOmitted()
public void parentDirectoryRemovedFromRelativeUriReference()
public void leadingParentDirectoryNotRemovedFromRelativeUriReference()
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.