--
I just upgraded from jserv 0.9.11 to 1.0 final (Apache 1.3.6, Intel
running Linux 2.0.36) and encountered the following problem:
I'm using a servlet generating different pages depending on PATH_INFO.
Certain values of PATH_INFO must cause Apache to ask for Authentication
(e.g. /servlets/myservlet/admin/ requires Basic Auth, while
/servlets/myservlet/client/ doesn't). But the followin Location-
directive never matches:
<Location "/servlets/myservlet/whatever">
whereas
<Location "/servlets/myservlet">
does.
Obviously jserv strips PATH_INFO off some internal data-structure of apache.
By the way: whenever myservlet returns a SC_NOT_FOUND or any other URL related
status code to apache, apache always reports that the URL /servlets/myservlet
was not found (instead of /servlets/myservlet/whatever). Hopefully this is
NOT the intended behaviour of jserv (as the same thing works just fine using
CGI) and somebody can point me quickly to a solution (URGENT!).
Thanks in advance,
--
Frank Schmirler [EMAIL PROTECTED]
komuna online Tel.: (08 21) 25 96 - 362
Support: (08 21) 25 96 - 360
-------------------------------------------------------------------------------
"It's not easy being green" (Kermit the frog)
-------------------------------------------------------------------------------
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]