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
........................................................................ .^
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
