gpt4 book ai didi

java - [HTTP :101401]The url-pattern Coordinator in web application Department. war被映射到多个Servlets?

转载 作者:行者123 更新时间:2023-11-28 23:22:20 26 4
gpt4 key购买 nike

我需要禁用 HTTP 方法 OPTIONS 。我在 web.xml 中放置了以下配置。它在 tomcat 中工作(不允许 OPTIONS 方法)但是在错误时抛出以下错误部署

<security-constraint>
<web-resource-collection>
<web-resource-name>Restricted HTTP methods.</web-resource-name>
<url-pattern>/*</url-pattern>
<http-method>OPTIONS</http-method>
</web-resource-collection>
<auth-constraint />
</security-constraint>

[HTTP:101401]Web应用Department.war中的url-pattern Coordinator映射到多个Servlet

weblogic 是否需要不同的配置或 weblogic 中的已知错误?

最佳答案

我在 WL 12.2.1.3.0 中遇到了这个错误,通过删除下面的 Maven 依赖项解决了这个问题:

<exclusions>
<exclusion>
<groupId>javax.xml</groupId>
<artifactId>webservices-api</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.xml.ws</groupId>
<artifactId>webservices-rt</artifactId>
</exclusion>
</exclusions>

关于java - [HTTP :101401]The url-pattern Coordinator in web application Department. war被映射到多个Servlets?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41805161/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com