File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
src/test/java/hudson/model Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ THE SOFTWARE.
9797 <bridge-method-injector .version>1.30</bridge-method-injector .version>
9898 <spotless .check.skip>false</spotless .check.skip>
9999 <!-- Make sure to keep the jetty-ee9-maven-plugin version in war/pom.xml in sync with the Jetty release in Winstone: -->
100- <winstone .version>8.5-rc958.5290a_d1ea_6d2 </winstone .version>
100+ <winstone .version>8.5-rc960.cdb_25ca_e2a_71 </winstone .version>
101101 <node .version>20.18.3</node .version>
102102 </properties >
103103
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ THE SOFTWARE.
178178 <dependency >
179179 <groupId >org.jenkins-ci.main</groupId >
180180 <artifactId >jenkins-test-harness</artifactId >
181- <version >2407.v1fb_ec57e5f91 </version >
181+ <version >2416.va_b_341a_592b_c7 </version >
182182 <scope >test</scope >
183183 <exclusions >
184184 <exclusion >
Original file line number Diff line number Diff line change @@ -155,9 +155,8 @@ public void doubleDots2() throws Exception {
155155
156156 // suspicious path is rejected with 400
157157 wc .setThrowExceptionOnFailingStatusCode (false );
158- HtmlPage page = wc .goTo ("job/" + p .getName () + "/ws/abc%5Cdef.bin" );
158+ Page page = wc .goTo ("job/" + p .getName () + "/ws/abc%5Cdef.bin" , "application/octet-stream " );
159159 assertEquals (400 , page .getWebResponse ().getStatusCode ());
160- assertEquals ("Error 400 Suspicious Path Character" , page .getTitleText ());
161160 }
162161 }
163162
Original file line number Diff line number Diff line change @@ -647,7 +647,7 @@ THE SOFTWARE.
647647 <plugin >
648648 <groupId >org.eclipse.jetty.ee9</groupId >
649649 <artifactId >jetty-ee9-maven-plugin</artifactId >
650- <version >12.0.16 </version >
650+ <version >12.0.17 </version >
651651 <configuration >
652652 <!--
653653 Reload webapp when you hit ENTER. (See JETTY-282 for more)
You can’t perform that action at this time.
0 commit comments