在wildfly中将http配置为https重定向

时间:2017-10-03 13:41:44

标签: ssl jboss wildfly-10 undertow

我在Wildfly 10.1.0服务器上部署了myapp.war,使用8443端口将所有http请求重定向到https。

Wildfly中是否有配置为特定网址设置例外?

例如,我希望http://localhost:8080/myapp/unprotected不会重定向到https://localhost:8443/myapp/unprotected

谢谢,

1 个答案:

答案 0 :(得分:1)

您可以按照The Java EE 6 Tutorial, Volume I

中的说明指定安全约束

一个用于受保护资源,另一个用于未受保护的资源。对于后者,您省略user-data-constraint