Hello,

I am working on an Apache module.  The module is installed in an
Apache http server that handles requests for a Tomcat server.  When
requests come from a mobile device, the jsessionid parameter is
appended to the URI in the usual manner, e.g.

/i/n_my_page.jsp;jsessionid=123adsfadsfsadf

The above is how the URI appears in the apache server log file.

My question is, Is this how the URI is stored in the request_rec
object?  I need to apply some logic based on the value of the URI
stored in request_rec, so I want to be sure I understand how this
value is created when Apache is running in front of Tomcat.

Thanks for any help.

mp

-- 
Michael Powe            mich...@trollope.org            Naugatuck CT USA


 Which is worse: ignorance or apathy?  Who knows?  Who cares?

Attachment: pgpdTmppkN8G1.pgp
Description: PGP signature

Reply via email to