Testsuite: org.apache.tomcat.util.http.TestRequestUtilNormalize Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec Testcase: testNormalize[0: input[//something]] took 0.009 sec Testcase: testNormalize[1: input[some//thing]] took 0.005 sec Testcase: testNormalize[2: input[something//]] took 0 sec Testcase: testNormalize[3: input[//]] took 0.001 sec Testcase: testNormalize[4: input[///]] took 0 sec Testcase: testNormalize[5: input[////]] took 0 sec Testcase: testNormalize[6: input[/.]] took 0.001 sec Testcase: testNormalize[7: input[/./]] took 0.001 sec Testcase: testNormalize[8: input[.]] took 0 sec Testcase: testNormalize[9: input[/..]] took 0 sec Testcase: testNormalize[10: input[/../]] took 0.001 sec Testcase: testNormalize[11: input[..]] took 0 sec Testcase: testNormalize[12: input[//..]] took 0 sec Testcase: testNormalize[13: input[//../]] took 0 sec Testcase: testNormalize[14: input[/./..]] took 0 sec Testcase: testNormalize[15: input[/./../]] took 0.005 sec Testcase: testNormalize[16: input[/a/../..]] took 0 sec Testcase: testNormalize[17: input[/a/../../]] took 0 sec Testcase: testNormalize[18: input[/a/..]] took 0 sec Testcase: testNormalize[19: input[/a/.]] took 0.001 sec Testcase: testNormalize[20: input[/a/../]] took 0.001 sec Testcase: testNormalize[21: input[/a/./]] took 0 sec Testcase: testNormalize[22: input[/a/b/..]] took 0 sec Testcase: testNormalize[23: input[/a/b/.]] took 0 sec Testcase: testNormalize[24: input[/a/b/../]] took 0 sec Testcase: testNormalize[25: input[/a/b/./]] took 0.001 sec