RE: request.getServletContext.getContext("/") : return null with tomcat 7.0.59

2015-02-26 Thread KAZMIERCZAK Didier
.0.59 On 26/02/2015 10:19, KAZMIERCZAK Didier wrote: > Hi, > > We've a problem with the 7.0.59 release: > request.getServletContext.getContext("/") now return null. Known issue. Already fixed in 7.0.x for the next release. > It seems that the root cause is >

request.getServletContext.getContext("/") : return null with tomcat 7.0.59

2015-02-26 Thread KAZMIERCZAK Didier
Hi, We've a problem with the 7.0.59 release: request.getServletContext.getContext("/") now return null. It was not the case with the 7.0.57 release. How to test: 1/ File "test.jsp" with: Hello World! <% ServletContext contexte = request.getServletContext().getContext("/"); St