Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 51141 invoked by uid 500); 23 May 2003 14:33:46 -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 51127 invoked from network); 23 May 2003 14:33:46 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 23 May 2003 14:33:46 -0000 Received: (qmail 29222 invoked by uid 50); 23 May 2003 14:35:56 -0000 Date: 23 May 2003 14:35:56 -0000 Message-ID: <20030523143556.29221.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: cocoon-dev@xml.apache.org Cc: Subject: DO NOT REPLY [Bug 20135] - reader decodes string, doesn't reencode for use in url 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=20135 reader decodes string, doesn't reencode for use in url ------- Additional Comments From sully@minitransat.com 2003-05-23 14:35 ------- you are correct that spaces aren't allowed, the problem is that cocoon is changing an encoded string into a decoded string and passing that to the reader. with the pipeline below if you access something like http://localhost:8080/strings/hello%20world the src for the reader should be http://domain.com/hello%20world, instead it is http://domain.com/hello world which is invalid.