Testsuite: org.apache.tomcat.util.buf.TestUriUtilIsAbsoluteURI Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec Testcase: test[0: path[], expected[false]] took 0.003 sec Testcase: test[1: path[h], expected[false]] took 0 sec Testcase: test[2: path[ht], expected[false]] took 0 sec Testcase: test[3: path[htt], expected[false]] took 0.001 sec Testcase: test[4: path[http], expected[false]] took 0 sec Testcase: test[5: path[http:], expected[false]] took 0 sec Testcase: test[6: path[http:/], expected[false]] took 0 sec Testcase: test[7: path[http://], expected[true]] took 0.001 sec Testcase: test[8: path[http://foo], expected[true]] took 0 sec Testcase: test[9: path[f], expected[false]] took 0 sec Testcase: test[10: path[fi], expected[false]] took 0 sec Testcase: test[11: path[fil], expected[false]] took 0 sec Testcase: test[12: path[file], expected[false]] took 0.001 sec Testcase: test[13: path[file:], expected[false]] took 0 sec Testcase: test[14: path[file:/], expected[true]] took 0 sec Testcase: test[15: path[file://], expected[true]] took 0.003 sec Testcase: test[16: path[c], expected[false]] took 0 sec Testcase: test[17: path[c:], expected[false]] took 0.001 sec Testcase: test[18: path[c:/], expected[false]] took 0 sec Testcase: test[19: path[c:/foo], expected[false]] took 0 sec