You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Vincent Siveton (JIRA)" <ji...@apache.org> on 2008/05/02 15:36:55 UTC

[jira] Created: (SHINDIG-220) BasicGadgetTokenDecoder.createToken() doesn't catch ArrayIndexOutOfBoundsException

BasicGadgetTokenDecoder.createToken() doesn't catch ArrayIndexOutOfBoundsException
----------------------------------------------------------------------------------

                 Key: SHINDIG-220
                 URL: https://issues.apache.org/jira/browse/SHINDIG-220
             Project: Shindig
          Issue Type: Bug
          Components: Gadget Rendering Server (Java)
            Reporter: Vincent Siveton


I got the following:

{noformat}
2008-05-02 08:58:24.077::WARN:  /social/data
java.lang.ArrayIndexOutOfBoundsException: 1
        at org.apache.shindig.gadgets.BasicGadgetTokenDecoder.createToken(BasicGadgetTokenDecoder.java:50)
        at org.apache.shindig.social.GadgetDataServlet.createResponse(GadgetDataServlet.java:97)
        at org.apache.shindig.social.GadgetDataServlet.doPost(GadgetDataServlet.java:80)

...
{noformat}

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


[jira] Updated: (SHINDIG-220) BasicGadgetTokenDecoder.createToken() doesn't catch ArrayIndexOutOfBoundsException

Posted by "Vincent Siveton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton updated SHINDIG-220:
------------------------------------

    Attachment: SHINDIG-220.patch

Patch catching ArrayIndexOutOfBoundsException

> BasicGadgetTokenDecoder.createToken() doesn't catch ArrayIndexOutOfBoundsException
> ----------------------------------------------------------------------------------
>
>                 Key: SHINDIG-220
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-220
>             Project: Shindig
>          Issue Type: Bug
>          Components: Gadget Rendering Server (Java)
>            Reporter: Vincent Siveton
>         Attachments: SHINDIG-220.patch
>
>
> I got the following:
> {noformat}
> 2008-05-02 08:58:24.077::WARN:  /social/data
> java.lang.ArrayIndexOutOfBoundsException: 1
>         at org.apache.shindig.gadgets.BasicGadgetTokenDecoder.createToken(BasicGadgetTokenDecoder.java:50)
>         at org.apache.shindig.social.GadgetDataServlet.createResponse(GadgetDataServlet.java:97)
>         at org.apache.shindig.social.GadgetDataServlet.doPost(GadgetDataServlet.java:80)
> ...
> {noformat}

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