1. 20 Nov, 2015 4 commits
  2. 19 Nov, 2015 3 commits
  3. 18 Nov, 2015 7 commits
  4. 17 Nov, 2015 2 commits
    • Andy Wilkinson's avatar
      Isolate multiple Undertow deployments · 2fe08194
      Andy Wilkinson authored
      Previously, UndertowEmbeddedServletContainerFactory always used
      Undertow’s default ServletContainer. This meant that if there were two
      UndertowEmbeddedServletContainers created, they would share the same
      ServletContainer and the second one that was created would overwrite
      the deployment for the first. This resulted in a async request
      handling failing as the attempt to look up the deployment for the
      first embedded Undertow instance would incorrectly find the deployment
      for the second.
      
      This commit fixes the problem by ensuring that each 
      UndertowEmbeddedServletContainerFactory uses a separate Undertow
      ServletContainer instance.
      
      Closes gh-4329
      2fe08194
    • Stephane Nicoll's avatar
      Fix typo · 169fd539
      Stephane Nicoll authored
      Closes gh-4515
      169fd539
  5. 16 Nov, 2015 5 commits
  6. 15 Nov, 2015 9 commits
  7. 14 Nov, 2015 10 commits