Jens Lorenz wrote:
> From: "Carsten Ziegeler" <[EMAIL PROTECTED]>
>>The component uses the java.net.URL getPath() method which is not
>>available in 1.2.
>
>
> Which can be easily overcome by doing something like:
>
> java.net.URL url = ...;
> String path = url.getFile().substring(0,url.getFile().lastIndexOf('?'));
It seems that the path is not needed anyway, and I have a local fix, but
I'm having problems in making Cocoon work at all in Tomcat 4.1 now.
I'll commit ASAP, thanks :-)
--
Nicola Ken Barozzi [EMAIL PROTECTED]
- verba volant, scripta manent -
(discussions get forgotten, just code remains)
---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]