When trying to solve the issue of Tomcat's filename mapping from virtual
to filesystem. I came to the conlusion that the best solution to this
problem is to allow JetspeedDiskCache to call the request.getRealPath()
method. Or is there some similar but static method in the servlet API
that isn't tied to a specific request object?
However, as I don't understand Jetspeed very well (and just starting out
in the servlet environment), maybe someone else can comment on this?
I see this possible by storing the request object in the EngineContext
and creating a getRealPath() method on EngineContext (that would wrap
the request.getRealPath() method). However, I'm not sure about storing
request in the EngineContext, are there some issues with multithreading,
etc?
Neeme
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]