-
Bug
-
Resolution: Unresolved
-
Minor
-
None
When a test is named 'testResult', it is impossible to see it's details, for example when clicking on it on the 'Test Result' page (e.g. http://localhost:9111/job/reproducer/4/testReport/) you are shown the 'Test Result' page again, with a longer URL ( http://localhost:9111/job/reproducer/4/testReport/com.javacodegeeks.examples.junitmavenexample/CalculatorTest/testResult/ ).
I suppose if the URL ends with 'testResult', jenkins does some redirect.
To reproduce, copy the attached junit report xml file to /tmp/, and create and build a new job using the config.xml job configuration.
- is related to
-
JENKINS-18062 Test case name overlaps with REST API page
- Open
-
JENKINS-19810 URL injection: "Test name=search" leads to the search page instead of the test result
- Open