This content has been marked as final.
Show 1 reply
-
1. Re: Prevent exposed web.xml under WEB-INF
ctomc Sep 21, 2018 11:23 AM (in response to dwiardiirawan)WildFly does NOT do that.
when you deploy your application it is packed in myapp.war/WEB-INF/web.xml and whole WEB-INF is protected.
maybe you are using exploded deployment and apache/nginx in front that is serving directly from this folder?