JSP and Request

Hello,

is it possible to access an received (Jigsaw)
Request header (of class org.w3c.jigsaw.http.Request)
within a JSP file?

E.g. when a remote host calls test.jsp the jigsaw server
calls function perform(RequestInterface req) in class
org.w3c.jigsaw.servlet.ServletWrapperFrame

Now I would like to access "req" within test.jsp.

Is it possible?

Regards,
Peter Vogel
Bosch, R&D

Received on Wednesday, 27 February 2002 14:02:29 UTC