Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 51451 invoked by uid 500); 13 Aug 2002 17:48:09 -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 51440 invoked from network); 13 Aug 2002 17:48:08 -0000 Reply-To: From: "Berin Loritsch" To: Subject: RE: Spaces in URLs Date: Tue, 13 Aug 2002 13:48:07 -0400 Message-ID: <000301c242f1$95bedba0$ac00a8c0@Gabriel> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N It requires passing the URI through a URLDecoder: uri = java.net.URLDecoder.decode( uri ); I committed the change to C2.1-dev someone else might need to commit it to the 2.0 branch. Test it out. > -----Original Message----- > From: Amir Rosen [mailto:amir@cti2.com] > Sent: Tuesday, August 13, 2002 2:30 PM > To: cocoon-dev@xml.apache.org > Subject: RE: Spaces in URLs > > > > > > -----Original Message----- > > From: Berin Loritsch [mailto:bloritsch@apache.org] > > Sent: Tuesday, August 13, 2002 7:07 PM > > To: cocoon-dev@xml.apache.org > > Subject: RE: Spaces in URLs > > > > > > > From: Amir Rosen [mailto:amir@cti2.com] > > > > > > I think the request should be decoded before it is passed to > > > the sitemap. (?) > > > > > > You are correct it should be. I think it hasn't been caught before > > because noone working on it really likes spaces in the URIs. Esp. > > since the URL encoding makes the URI look ugly. > > > > But it should be a relatively simple fix. > > > Thanks > Looking forward for the fix :) > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org > > For additional commands, email: cocoon-dev-help@xml.apache.org > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org > For additional commands, email: cocoon-dev-help@xml.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org