You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2010/03/26 04:15:27 UTC

[jira] Resolved: (WICKET-2802) StringIndexOutOfBoundsException in PortletServletRequestWrapper for some resource requests

     [ https://issues.apache.org/jira/browse/WICKET-2802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-2802.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M1
                   1.4.8
         Assignee: Igor Vaynberg

> StringIndexOutOfBoundsException in PortletServletRequestWrapper for some resource requests
> ------------------------------------------------------------------------------------------
>
>                 Key: WICKET-2802
>                 URL: https://issues.apache.org/jira/browse/WICKET-2802
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.7
>            Reporter: Rodolfo Hansen
>            Assignee: Igor Vaynberg
>             Fix For: 1.4.8, 1.5-M1
>
>         Attachments: exception-fix.patch
>
>
> A StringIndexOutOfBoundsException sometimes occurs when a ajax or a resource request is issued. 
> The Portlet Container (Liferay 5.2.3) passes invalid input for the requestURI string when wokring on a virtual host.
> The patch simply makes sure the String is long enough to get a substring.

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