Re: URI Templates

2015-08-20 Thread Mark Thomas
On 20/08/2015 16:58, Steffen Heil (Mailinglisten) wrote: > Hi > > > I have several servlets with mappings such as > /a/* > /b/* > /c/* > And so on. > > One of these mappings was for the old Tomcat 7.0.27 websocket implementation: > /ws/* > > That worked. > > Now, with the new JSR versi

Re: URI Templates

2015-08-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Steffen, On 8/20/15 11:58 AM, Steffen Heil (Mailinglisten) wrote: > I have several servlets with mappings such as /a/* /b/* /c/* And so > on. > > One of these mappings was for the old Tomcat 7.0.27 websocket > implementation: /ws/* > > That worked

URI Templates

2015-08-20 Thread Steffen Heil (Mailinglisten)
Hi I have several servlets with mappings such as /a/* /b/* /c/* And so on. One of these mappings was for the old Tomcat 7.0.27 websocket implementation: /ws/* That worked. Now, with the new JSR version in Tomcat 8, I cannot get this to work. The problem is, that all of the following pa