I noticed that applications generated by jHipster serve almost all file content available from the WAR artifact. For example, if there is a file README.MD
next to index.html
, it can be accessed via http://localhost:8080/README.MD.
The only files that aren't served are those files within the META-INF/
and WEB-INF/
directories.
Where does a jHipster application's source code configure to serve arbitrary files but not files from META-INF/**
and META-INF/**
?