讨论区 » AAS-V10敏捷版 »
启用了不安全的"OPTIONS"方法
在aams的config/web.xml中添加:
<security-constraint>
<web-resource-collection>
<url-pattern>/*</url-pattern>
<http-method>OPTIONS</http-method>
</web-resource-collection>
<auth-constraint/>
</security-constraint>