Re: [T5.3] Bug PageTester

2011-12-05 Thread Kevin Lin
Move to TAP5: https://issues.apache.org/jira/browse/TAP5-1770 On Thu, Dec 1, 2011 at 9:52 AM, Kevin Lin wrote: > Thanks Josh. Defect raised in JIRA: > TAPESTRY-2785 - [T5.3] - PageTester causes StringIndexOutOfBoundsException > for any page request path with query > parameter

Re: [T5.3] Bug PageTester

2011-11-30 Thread Kevin Lin
Thanks Josh. Defect raised in JIRA: TAPESTRY-2785 - [T5.3] - PageTester causes StringIndexOutOfBoundsException for any page request path with query parameter On Tue, Nov 29, 2011 at 10:49 AM, Josh Canfield wrote: > query parameter

Re: [T5.3] Bug PageTester

2011-11-28 Thread Josh Canfield
> My current fix is monkey-patch the PageTester class file. Hopefully this > will be fixed in next release of T53. It's unlikely to be fixed unless you file a defect in Jira. :) It's curious that none of the internal tests include a query parameter that would have caught this. Josh On Mon, Nov

[T5.3] Bug PageTester

2011-11-28 Thread Kevin Lin
Hi, I was running a web test using the latest source code from testify on a T5.3 application. And I get the following exception for any tests that contains a request/event: java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(String.java:1937) at