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 breaking change between the two versions? I ask because this could affect my ability to run the app on tomcat 7. Thanks in advance, Mitch --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
