From: "Wendy Smoak" <[EMAIL PROTECTED]>

> Any idea why String.contains(String) wouldn't work within Tomcat 4.1 on
> HP-UX and Java 1.5?

Now I'm *completely* mystified...

     test.jsp:
     <%  out.println( "ABC".contains( "A" ) );  %>

works fine (prints 'true' on the page).

Has anyone EVER seen behavior like this?  The same method works in a JSP but
does not work in .class files included in the .war?

I'm leaning towards 'obscure classloader issue in the HP-UX JVM' but I don't
really feel qualified to make that statement.  Can you help me prove it or
suggest an alternative?

-- 
Wendy Smoak


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to