You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2003/10/24 19:31:52 UTC

DO NOT REPLY [Bug 24109] New: - XMLDBSourceFactory wrong URL syntax check

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24109>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24109

XMLDBSourceFactory wrong URL syntax check

           Summary: XMLDBSourceFactory wrong URL syntax check
           Product: Cocoon 2
           Version: Current CVS 2.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: general components
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: holz@fiz-chemie.de


At  XMLDBSourceFactory, line 150, a  MalformedURLException is thrown,
if (start == -1). This should be (start == 0).