spring-boot/spring-boot-samples/spring-boot-sample-jetty
Dave Syer 39425c81d6 Servlet context document root not found when running as exploded WAR
* Added additional search in
AbstractEmbeddedServletContainerFactory.getValidDocumentRoot() to
detect a /WEB-INF/ directory in the code archive
* If the code archive is in /WEB-INF/** then we assume it is
safe to serve content from / (exposes the loader classes
but nothing sensitive from the app)

[Fixes #54345578]
2013-07-31 10:30:03 +01:00
..
src Servlet context document root not found when running as exploded WAR 2013-07-31 10:30:03 +01:00
pom.xml Renamed spring-boot-ups -> spring-boot-starter 2013-07-31 01:11:10 -07:00