提交 bfa2dad0 编写于 作者: K kohsuke

[FIXED HUDSON-6738] changed the servlet mapping to /* to make it work with...

[FIXED HUDSON-6738] changed the servlet mapping to /* to make it work with Tomcat. My fingers are crossed that this doesn't cause regressions elsewhere.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@33149 71c3de6d-444a-0410-be80-ed276b4c234a
上级 8809bea8
......@@ -41,7 +41,7 @@ THE SOFTWARE.
<servlet-mapping>
<servlet-name>Stapler</servlet-name>
<url-pattern>/</url-pattern>
<url-pattern>/*</url-pattern>
</servlet-mapping>
<filter>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册