You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Chris Wilkes (JIRA)" <ji...@apache.org> on 2009/05/14 20:24:45 UTC

[jira] Created: (TAP5-698) PageTester's setupRequestFromURI incorrectly uses substring twice on same string

PageTester's setupRequestFromURI incorrectly uses substring twice on same string
--------------------------------------------------------------------------------

                 Key: TAP5-698
                 URL: https://issues.apache.org/jira/browse/TAP5-698
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-test
    Affects Versions: 5.1.0.5
            Reporter: Chris Wilkes


Incoming linkPath: /filelist.delete/c$002ftest2-2510777506787452085.txt?t:ac=c
int comma is set to 52
path: /filelist.delete/c$002ftest2-2510777506787452085.txt
then trying to do a path.substring(comma+1)

Fix: use linkPath instead of path at line 304:

if (comma > 0)
            decodeParametersIntoRequest(path.substring(comma + 1));

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.