I will probably convert the ( to a _ though. This is slightly more
politically correct :)
So what was the problem with tomcat in this area? Someone that has
experienced this should get Tomcat from CVS and see if this is a real
bug and maybe put something in jakarta.apache.org/bugs.
Kevin
Ed Knutson wrote:
>
> --- /projects/jetspeed/src/java/org/apache/jetspeed/cache/PersistentDocument.java
> Fri Mar 24 10:22:57 2000
> +++ PersistentDocument.java Fri Mar 31 15:08:21 2000
> @@ -152,9 +152,9 @@
>
> for ( int i = 0; i < files.length; ++i ) {
>
> - if ( files[i].indexOf("http.") == 0 ) {
> + if ( files[i].indexOf("http(") == 0 ) {
> entries.addElement( new PersistentDocumentEntry(
>getCacheDirectory() +
> - System.getProperty("file.separator") +
> + "/" +
> files[i] ) );
<snip>
--
Kevin A Burton ([EMAIL PROTECTED])
http://relativity.yi.org
Message to SUN: "Please Open Source Java!"
"For evil to win is for good men to do nothing."
--
--------------------------------------------------------------
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]