-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
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