Return-Path: Delivered-To: apmail-tapestry-dev-archive@www.apache.org Received: (qmail 64323 invoked from network); 23 Jan 2007 01:29:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jan 2007 01:29:13 -0000 Received: (qmail 8472 invoked by uid 500); 23 Jan 2007 01:29:19 -0000 Delivered-To: apmail-tapestry-dev-archive@tapestry.apache.org Received: (qmail 8329 invoked by uid 500); 23 Jan 2007 01:29:18 -0000 Mailing-List: contact dev-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tapestry development" Delivered-To: mailing list dev@tapestry.apache.org Received: (qmail 8316 invoked by uid 500); 23 Jan 2007 01:29:18 -0000 Delivered-To: apmail-jakarta-tapestry-dev@jakarta.apache.org Received: (qmail 8287 invoked by uid 99); 23 Jan 2007 01:29:18 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jan 2007 17:29:18 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jan 2007 17:29:09 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 886B87142D4 for ; Mon, 22 Jan 2007 17:28:49 -0800 (PST) Message-ID: <30464699.1169515729555.JavaMail.jira@brutus> Date: Mon, 22 Jan 2007 17:28:49 -0800 (PST) From: "Kent Tong (JIRA)" To: tapestry-dev@jakarta.apache.org Subject: [jira] Commented: (TAPESTRY-1218) URL to dojo.js is not escaped In-Reply-To: <17811021.1167324500976.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/TAPESTRY-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466609 ] Kent Tong commented on TAPESTRY-1218: ------------------------------------- Well, the impact is that all T4.1 generated pages are broken as indicated by the w3c HTML validator (http://validator.w3.org). > URL to dojo.js is not escaped > ----------------------------- > > Key: TAPESTRY-1218 > URL: https://issues.apache.org/jira/browse/TAPESTRY-1218 > Project: Tapestry > Issue Type: Bug > Components: XHR/dhtml/Ajax > Affects Versions: 4.1.1 > Environment: WinXP. FireFox 2.0. > Reporter: Kent Tong > Fix For: 4.1.2 > > > The AjaxShellDelegate generates code like: > > but the & is not escaped. It should be: > > I think http://jakarta.apache.org/commons/codec/apidocs/org/apache/commons/codec/net/URLCodec.html should be used in the render() method in AjaxShellDelegate. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org For additional commands, e-mail: dev-help@tapestry.apache.org