Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
5.3.3
-
None
-
None
Description
I get this error when clicking a link with parameters in PageTester
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
at java.lang.String.substring(String.java:1937)
at java.lang.String.substring(String.java:1904)
at org.apache.tapestry5.test.PageTester.setupRequestFromURI(PageTester.java:345)
That bug was corrected revision 896555 and put back revision 1185926.
The correction is trivial but have been done twice, so the bug is
still there.
I submit a patch to correct it
Attachments
Attachments
Issue Links
- is a clone of
-
TAP5-698 PageTester's setupRequestFromURI incorrectly uses substring twice on same string
- Closed