1. 09 Mar, 2017 2 commits
    • Andy Wilkinson's avatar
      Merge branch '1.4.x' into 1.5.x · 1395f38e
      Andy Wilkinson authored
      1395f38e
    • Andy Wilkinson's avatar
      Fix static resource handling when run in IDE or using Maven or Gradle · a2cf0455
      Andy Wilkinson authored
      The changes made for gh-8299 attempted to make static resource
      handling consistent across Jetty, Tomcat, and Undertow. They did so
      for application's launched using JarLauncher or WarLauncher but did
      not consider application's launched in an IDE or using spring-boot:run
      in Maven or bootRun in Gradle.
      
      Running in an IDE or via Maven or Gradle introduces two new
      resource locations:
      
       - Jars on the classpath with file protocol URLs (they are always
         jar protocol URLs when using either launcher)
       - Directories on the classpath from a project that is depended upon
         and contains resources in META-INF/resources
      
      This commit updates the factories for all three containers to handle
      these new resources locations. The integration tests have also been
      updated.
      a2cf0455
  2. 08 Mar, 2017 1 commit
  3. 07 Mar, 2017 2 commits
  4. 06 Mar, 2017 5 commits
  5. 03 Mar, 2017 14 commits
  6. 02 Mar, 2017 16 commits