The following comment has been added to this issue:

     Author: Wouter Scheele
    Created: Thu, 28 Oct 2004 9:30 AM
       Body:
thanks for setting me straight, more current info regarding xhtml:
http://www.w3.org/TR/xhtml1/#C_12
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/DISPL-88?page=comments#action_25842

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/DISPL-88

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: DISPL-88
    Summary: TagConstants.AMPERSAND is unnecessarily escaped
       Type: Bug

     Status: Resolved
   Priority: Minor
 Resolution: WON'T FIX

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: DisplayTag
 Components: 
             Paging/Sorting
   Versions:
             1.0 RC2

   Assignee: fabrizio giustina
   Reporter: Wouter Scheele

    Created: Thu, 28 Oct 2004 9:00 AM
    Updated: Thu, 28 Oct 2004 9:30 AM

Description:
TagConstants.AMPERSAND = "&";
should be
TagConstants.AMPERSAND = "&";

the only place this constant is used is in Href.java where it is
used to seperate url request parameters. the "&" seperating request parameters need 
not be escaped.
it affects the urls built by displaytag in for example sortable="true" headings.



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to