Posted By:
Anonymous
Posted On:
Monday, April 10, 2006 08:08 AM
Hi, The last filter in my chain of filters keeps giving a nullpointerexception: at java.util.Hashtable.get(Unknown Source) at com.BajieSoft.HttpSrv.aa.a(Unknown Source) at com.BajieSoft.HttpSrv.U.b(Unknown Source) at com.BajieSoft.HttpSrv.util.f.a(Unknown Source) at com.BajieSoft.HttpSrv.util.f.b(Unknown Source) at com.BajieSoft.HttpSrv.util.b.doFilter(Unknown Source) I have the feeling that the resource (a servlet) that should be called after the filters have been processed is not recognised. The servlet is not called. If I omit the filters, the servlet is called without problems. I am working locally (localhost and local calls). Does anyone know what might
More>>
Hi,
The last filter in my chain of filters keeps giving a nullpointerexception:
at java.util.Hashtable.get(Unknown Source)
at com.BajieSoft.HttpSrv.aa.a(Unknown Source)
at com.BajieSoft.HttpSrv.U.b(Unknown Source)
at com.BajieSoft.HttpSrv.util.f.a(Unknown Source)
at com.BajieSoft.HttpSrv.util.f.b(Unknown Source)
at com.BajieSoft.HttpSrv.util.b.doFilter(Unknown Source)
I have the feeling that the resource (a servlet) that should be called after the filters have been processed is not recognised. The servlet is not called.
If I omit the filters, the servlet is called without problems. I am working locally (localhost and local calls). Does anyone know what might be the problem?
Thanks
Kees
<<Less