[
https://issues.apache.org/jira/browse/WICKET-3588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Grigorov resolved WICKET-3588.
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.5-RC4
Assignee: Martin Grigorov
Fixed with r1088337.
> AppendingStringBuffer.append(StringBuilder, int, int) interprets length as
> stopIndex
> ------------------------------------------------------------------------------------
>
> Key: WICKET-3588
> URL: https://issues.apache.org/jira/browse/WICKET-3588
> Project: Wicket
> Issue Type: Bug
> Components: wicket-core
> Affects Versions: 1.5-RC2
> Environment: any
> Reporter: Stefan Mandel
> Assignee: Martin Grigorov
> Fix For: 1.5-RC4
>
> Attachments: stacktrace.txt
>
>
> I got a StringIndexOutOfBoundsException while submitting Ajax from Wicket. It
> points to AppendingStringBuffer:508.
> The method StringBuilder.getChar expects the arguments (startIndex,
> stopIndex, buffer, count)
> AppendingStringBuilder provides (startIndex, length, buffer, count) => better
> use startIndex + length instead of length
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira