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

[jira] Updated: (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 ]

Rodolfo Hansen updated WICKET-2802:
-----------------------------------

    Attachment: exception-fix.patch

simple patch to fix the exception.

> 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
>         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.