URLSource reports non-existent URL exists
-----------------------------------------
Key: EXLBR-19
URL: http://issues.apache.org/jira/browse/EXLBR-19
Project: Excalibur Components
Type: Bug
Components: SourceResolver
Versions: 1.1
Environment: Using Cocoon 2.1.X under Tomcat 5.0.30-beta and Jetty 5.1.0 on
Windows XP and W2K servers
Reporter: Paul Christmann
Attachments: URLSourceTestCase.java, patchfile.txt
The URLSource exists() method incorrectly returns "true" even if the provided
URL (via the init method) does not exist.
URLSource source = new URLSource();
source.init("http://www.nosuchsite.com", Collections.EMPTY_MAP);
if ( source.exists() ) {
// It shouldn't, but exists returns true
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]