Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 88983 invoked by uid 500); 25 Feb 2003 08:17:38 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 88907 invoked from network); 25 Feb 2003 08:17:35 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 25 Feb 2003 08:17:35 -0000 Received: (qmail 20624 invoked by uid 50); 25 Feb 2003 08:19:22 -0000 Date: 25 Feb 2003 08:19:22 -0000 Message-ID: <20030225081922.20623.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: cocoon-dev@xml.apache.org Cc: Subject: DO NOT REPLY [Bug 17360] New: - SlideSource Uri construction broken. X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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.