Parameters in requestURI are indefinitely concatenated
------------------------------------------------------

                 Key: DISPL-427
                 URL: http://jira.codehaus.org/browse/DISPL-427
             Project: DisplayTag
          Issue Type: Bug
    Affects Versions: 1.1
            Reporter: Eric Ballet Baz
            Priority: Blocker


When there are parameters in the requestURI property of <display:table>, there 
are indefinitely concatenated at each sorting, paging ...
For example if my property is defined as :

requestURI="/foo/bar.do?method=search"

after three sorting my URL looks like 

/foo/bar.do?d-49653-o=2&d-49653-p=1&d-49653-s=1&method=search&method=search&method=search&method=search

More serious, if my first URL is something like "/foo/bar.do?method=init", the 
requestURI has no effect, since the URL looks like 
/foo/bar.do?d-49653-o=2&d-49653-p=1&d-49653-s=1&method=init&method=search

and my parameter method=search is not taken ...

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to