- From: Andreas Bufe <AndreasBufe@compuserve.com>
- Date: Wed, 3 Sep 1997 12:50:01 -0400
- To: Jigsaw <www-jigsaw@w3.org>
I want to switch from my IBM ICCS 4.2 server to Jigsaw,
but I have troubles concerning the Servlet API.
All my servlets are based on the pathTranslated method of a Http-Request.
Your implementation (beta1) returns null.
If I try a trick (which works under IBM):
getServletContext().getRealPath(request.getPathInfo()),
I do not succeed because getRealPath mirros the given path.
I think that the path must be calculated starting at the root resource and
searching the given path. Is there any help??
Yours Andreas Bufe.
Received on Wednesday, 3 September 1997 12:54:01 UTC