Tero Piirainen wrote:
> This happened with me on Linux & Tomcat 4.0.6
> 
> java.lang.NullPointerException
>         at 
>org.apache.coyote.tomcat4.CoyoteRequestFacade.isSecure(CoyoteRequestFacade.java:254)
>         at 
>javax.servlet.ServletRequestWrapper.isSecure(ServletRequestWrapper.java:376)
>         at wsoy.commerce.DbLogger.log(DbLogger.java:58)
>         at net.legosoft.filter.log.LogFilter$LoggerThread.run(LogFilter.java:167)

That happens only when trying to access a facade after it has been reset 
(to prevent possible hacking), which happens at the end of the request 
processing by the filter pipeline (of which the servlet service() is part).

The behavior has changed in CVS now when the security manager is 
disabled (the webapp can do worse things than try to hack using that).

Remy


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to