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() |
@Test public void testNullSafe()
@Test public void testTrailingSlash()
@Test public void testRemovalOfParentRefs()
@Test public void testPreservationOfDoubleSlashes()
@Test public void absolutePathTraversalPastRootIsOmitted()
@Test public void parentDirectoryRemovedFromRelativeUriReference()
@Test public void leadingParentDirectoryNotRemovedFromRelativeUriReference()
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.