-
Bug
-
Resolution: Fixed
-
Major
-
None
Jetty is causing bugs in junit and analysis graphs because of cookies for paths with whitespaces. See JENKINS-25917
Jenkins uses Jetty 8.1.13 (https://github.com/jenkinsci/winstone/blob/master/pom.xml#L221)
which is buggy (see here and here)
It is needed to upgrade Jetty to 9.0.6 or later.
- depends on
-
JENKINS-23378 Raise minimum requirement to servlet 3.1
-
- Resolved
-
- is blocking
-
JENKINS-25917 Spaces in URL (from project name or view) cause invalid cookies to be saved
-
- Resolved
-
Code changed in jenkins
User: Ulli Hafner
Path:
src/main/java/org/jenkinsci/test/acceptance/plugins/analysis_core/GraphConfigurationView.java
src/test/java/plugins/AbstractAnalysisTest.java
http://jenkins-ci.org/commit/acceptance-test-harness/b3691320192217d8a2d5e7e60e65119f3b13ea7f
Log:
Added a test case that checks trend configuration via cookie.
Basically a test the checks that
JENKINS-25917andJENKINS-32377are resolved in Jenkins 2.1.