jetty.project/tests
Greg Wilkins e59d6fa2c0
Support root base or home for quickstart #2446 (#2447)
* Support root base or home for quickstart #2446

Signed-off-by: Greg Wilkins <gregw@webtide.com>

* Issue #2446 - Root as base for quickstart

+ Adding more tests for differences we have to resolve
  with windows vs linux root path differences.
  and URI's that have an authority vs those without an authority.

  without authority examples:

  file:/code/
  file:/C:/code/

  with authority examples:

  file:///code/
  file:///C:/code/

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>

* Using the canonical URI passes all the tests on linux, but I still have some concerns with the whole approach

Signed-off-by: Greg Wilkins <gregw@webtide.com>

* minor cleanups

Signed-off-by: Greg Wilkins <gregw@webtide.com>

* Handle windows URIs

Because a windows like `file:///F:/` has a path of `/F:/`, then it is OK to strip the trailing `/`, so the
expected normalized value can be `file:///F:`.

Signed-off-by: Greg Wilkins <gregw@webtide.com>
2018-05-03 09:56:08 +10:00
..
test-continuation Updating to version 9.4.10-SNAPSHOT 2018-03-20 08:25:59 -05:00
test-http-client-transport Merge branch 'release-9.4.9' into jetty-9.4.x 2018-03-21 16:33:56 -05:00
test-integration class.newInstance is deprecated #2435 (#2437) 2018-04-17 19:07:20 +10:00
test-jmx Updating to version 9.4.10-SNAPSHOT 2018-03-20 08:25:59 -05:00
test-loginservice class.newInstance is deprecated #2435 (#2437) 2018-04-17 19:07:20 +10:00
test-quickstart Support root base or home for quickstart #2446 (#2447) 2018-05-03 09:56:08 +10:00
test-sessions Issue #2427 Stop and start session idle timer (#2466) 2018-05-03 08:05:26 +10:00
test-webapps class.newInstance is deprecated #2435 (#2437) 2018-04-17 19:07:20 +10:00
pom.xml no need of sources jar for test jars will save some io... 2018-04-19 10:27:18 +10:00