[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index] [Home]

GnuJSP 098 under Nexus 0.93


Hello everybody

I'm using GnuJSP (0.9.8) with the Nexus web server (v0.93)
and I wonder if someone else is using that combination....

I observe some strange behaviour, for example in GnuJsp's snoop.jsp, the
expression
<%= request.getContentLength() %>

results in this StackTrace:

java.lang.NullPointerException:
        at
hplb.nexus.HttpRequest.getIntHeaderUpperCase(HttpRequest.java:691)
        at hplb.nexus.HttpRequest.getContentLength(HttpRequest.java:298)
        at
_jsp._F_3a._java._nexus._htdocs._snoop_2ejsp.service(_snoop_2ejsp.java:95)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:117)

The same compiled classfile, when drectly called from another
webserver/servlet engine works fine.

Also, my session management code fails to work on that platform and it
always has to do
with nexus.HttpRequest when some other code tries to get a request-header.

Does anyone of you observe those problems?

Thanks,
Werner