我正在使用Wildfly,并尝试使用
从http重定向到https<filters>
<rewrite name="http-to-https" redirect="true" target="https://myhostname:8443%U"/>
</filters>
但是查询参数丢失了。 如果我有要求,例如 https://my.website:8443/myapp/test?par1=par1 它被重定向到 https://my.website:8443/myapp/test
如何解决此问题?