spring-boot/spring-boot-samples/spring-boot-sample-jetty/src
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
..
main/java/org/springframework/boot/sample/jetty Servlet context document root not found when running as exploded WAR 2013-07-31 10:30:03 +01:00
test/java/org/springframework/boot/sample/jetty Renamed packages 2013-07-26 14:11:04 -07:00