On May 4, 2004, at 12:05 PM, David Sean Taylor wrote: > > On May 4, 2004, at 9:05 AM, David Sean Taylor wrote: > >> Im getting a Null Pointer Exception inside of Tomcat when calling >> request.getPathInfo in the NavigationState.sync code (uncommented). >> Has anyone else experienced this error? >> I can't see where we are doing anything that would make Tomcat get a >> NPE. >> Im going to dl the Tomcat source (4.1.30) and debug it, just >> wondering if anyone else has experience this ... >> > Taking it through the debugger, on the first request all looks fine > However the 2nd request onward always have the same problem: > > request=CoyoteRequestFacade > + request (RequestFacade)=CoyoteFacade > request (CoyoteRequestFacade)=null > ....................................................................... > ..^ Just found the error with Tomcat 4, it was in the NavigationalStateComponent I'm committing a patch now, see the commit messages --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org