Message:

   The following issue has been closed.

   Resolver: fabrizio giustina
       Date: Mon, 27 Dec 2004 4:31 PM

testcase added to cvs, cannot reproduce the problem:
if you use:
<display:column property="ant" url="/dynlink" paramId="param" 
paramProperty="ampersand" />
where the param property ampersand resolve to the String "Raja&Siva", the 
following link is generated: /context/dynlink?param=Raja%26Siva (note the 
escaped & = %26 for iso-88591)

if you are adding the parameter directly in the href parameter, like: 
"/dynlink?param=Raja&Siva" this will be correctly understood as 2 separate 
parameters, unless you take care of escaping the ampersand.

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

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: DISPL-147
    Summary: ampersand not escaped in href parameters
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: CANNOT REPRODUCE

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: DisplayTag
 Components: 
             HTML Generation
   Fix Fors:
             1.0
   Versions:
             1.0 RC1

   Assignee: fabrizio giustina
   Reporter: Rajadurai

    Created: Mon, 6 Dec 2004 7:39 AM
    Updated: Mon, 27 Dec 2004 4:31 PM

Description:
When i use display colum and specify href its not 
handling special characters properly. That means 
suppose i have url like 
http://localhost:8080/test/viewTest.action?
action=viewTest&name=Raja&Siva


it should treat Raja&Siva as single name but it is not 
treating like that. it treading only Raja as value.


Can anybody Veryfiy that. 


Pl. correct me if i m wrong. 




---------------------------------------------------------------------
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



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to