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/02/25 09:19:22 UTC

DO NOT REPLY [Bug 17360] New: - SlideSource Uri construction broken.

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=17360>.
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=17360

SlideSource Uri construction broken.

           Summary: SlideSource Uri construction broken.
           Product: Cocoon 2
           Version: Current CVS
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: general components
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: holz@fiz-chemie.de


SlideSourceFactory always creates a path which start with a slash /
However in SlideSource constructor uri is calculate as  
  this.uri = scheme+"://"+path;
resulting in a uri with three slashes.
Child and parent uris are calculated correct with only two slashes.