Re: Tomcat 8.0.5 servlet-api 3.0.1 to 3.10. Vista, Java 1.7.0_51

2014-04-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mitch, On 4/28/14, 3:16 PM, Mitch Kyle wrote: > In a ServletContextListener of my webapp > "ServletContext.getRealPath("/path")" is called. The path is valid > and exists. > > With servlet-api 3.0.1, this returns null. In 3.1.0, it returns > the e

Tomcat 8.0.5 servlet-api 3.0.1 to 3.10. Vista, Java 1.7.0_51

2014-04-28 Thread Mitch Kyle
In a ServletContextListener of my webapp "ServletContext.getRealPath("/path")" is called. The path is valid and exists. With servlet-api 3.0.1, this returns null. In 3.1.0, it returns the expected result. So, is servlet-api 3.1.0 needed to run webapps on Tomcat 8.0.5? And if so was there a break