1. 08 Dec, 2014 1 commit
    • Phillip Webb's avatar
      Ensure DeploymentInfo contextPath is never "/" · c8b9da04
      Phillip Webb authored
      Undertow 1.1 expects that DeploymentInfo.contextPath is set to "/" for
      a root context. If it is left as "" the session cookie path is not
      correctly set. See UNDERTOW-350 for background.
      
      This commit simplifies the original work-around committed in 78c22813.
      
      Fixes gh-2065
      c8b9da04
  2. 07 Dec, 2014 1 commit
  3. 06 Dec, 2014 5 commits
  4. 05 Dec, 2014 12 commits
  5. 04 Dec, 2014 2 commits
  6. 03 Dec, 2014 17 commits
  7. 02 Dec, 2014 2 commits
    • Phillip Webb's avatar
      Warn on @ComponentScan of default package · 1a573519
      Phillip Webb authored
      Add ConfigurationWarningsApplicationContextInitializer to report
      warnings for common configuration mistakes. Currently the initializer
      will log a warning if @ComponentScan is used on a @Configuration class
      in the "default" package.
      
      Fixes gh-2050
      1a573519
    • Phillip Webb's avatar
      Polish · 447c9ff2
      Phillip Webb authored
      447c9ff2