Branch: refs/heads/master Home: https://github.com/jenkinsci/parameterized-remote-trigger-plugin Commit: b44fb12031a8c0db4499b92a54ef37834ac63233 https://github.com/jenkinsci/parameterized-remote-trigger-plugin/commit/b44fb12031a8c0db4499b92a54ef37834ac63233 Author: cashlalala <cash9...@gmail.com> Date: 2019-10-03 (Thu, 03 Oct 2019)
Changed paths: M src/main/java/org/jenkinsci/plugins/ParameterizedRemoteTrigger/RemoteBuildConfiguration.java M src/main/java/org/jenkinsci/plugins/ParameterizedRemoteTrigger/utils/HttpHelper.java Log Message: ----------- Fix http 400 on Apache Tomcat/8.5 (https://tomcat.apache.org/tomcat-8.5-doc/config/http.html, relaxedQueryChars) ** The job information inquiry will cause "java.lang.IllegalArgumentException: Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986". ** If you don't update the plugin, a workaround solution on Tomcat would be like <Connector port="80" protocol="HTTP/1.1" redirectPort="443" ... bla bla bla ... relaxedQueryChars="[,]" /> -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/parameterized-remote-trigger-plugin/push/refs/heads/master/85f550-b44fb1%40github.com.