You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by "Uriel Chemouni (JIRA)" <ji...@apache.org> on 2008/05/05 10:00:56 UTC

[jira] Created: (SHINDIG-227) Improvement Exception.

Improvement Exception.
----------------------

                 Key: SHINDIG-227
                 URL: https://issues.apache.org/jira/browse/SHINDIG-227
             Project: Shindig
          Issue Type: Improvement
          Components: Gadget Rendering Server (Java)
            Reporter: Uriel Chemouni
            Priority: Trivial


Add a new constructor to SpecParserException
Improve Code.UNSUPPORTED_FEATURE error type in GadgetServer.java
Keep the original Throws Exception in parse code in GadgetSpec.java 
Check HTTP return code == 200 in BasicGadgetOAuthTokenStore.java


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


[jira] Updated: (SHINDIG-227) Improvement Exception.

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

Uriel Chemouni updated SHINDIG-227:
-----------------------------------

    Attachment: improve-exception.patch

Add a new constructor to SpecParserException
Improve Code.UNSUPPORTED_FEATURE error type in GadgetServer.java
Keep the original Throws Exception in parse code in GadgetSpec.java 
Check HTTP return code == 200 in BasicGadgetOAuthTokenStore.java


> Improvement Exception.
> ----------------------
>
>                 Key: SHINDIG-227
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-227
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Gadget Rendering Server (Java)
>            Reporter: Uriel Chemouni
>            Priority: Trivial
>         Attachments: improve-exception.patch
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> Add a new constructor to SpecParserException
> Improve Code.UNSUPPORTED_FEATURE error type in GadgetServer.java
> Keep the original Throws Exception in parse code in GadgetSpec.java 
> Check HTTP return code == 200 in BasicGadgetOAuthTokenStore.java

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


[jira] Updated: (SHINDIG-227) Improvement Exception.

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

Uriel Chemouni updated SHINDIG-227:
-----------------------------------

           Description: 
SpecParserException do not override constructor GadgetException(Code code, String msg, Throwable cause)

Code.UNSUPPORTED_FEATURE Exception are throw one by one.

BasicGadgetOAuthTokenStore.storeProviderInfos(ContentFetcher fetcher, URI gadgetUri)
do not check HTTP return code from fetcher.fetch()


  was:
Add a new constructor to SpecParserException
Improve Code.UNSUPPORTED_FEATURE error type in GadgetServer.java
Keep the original Throws Exception in parse code in GadgetSpec.java 
Check HTTP return code == 200 in BasicGadgetOAuthTokenStore.java


    Remaining Estimate: 0.5h  (was: 0h)
     Original Estimate: 0.5h  (was: 0h)

> Improvement Exception.
> ----------------------
>
>                 Key: SHINDIG-227
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-227
>             Project: Shindig
>          Issue Type: Improvement
>          Components: Gadget Rendering Server (Java)
>            Reporter: Uriel Chemouni
>            Priority: Trivial
>         Attachments: improve-exception.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> SpecParserException do not override constructor GadgetException(Code code, String msg, Throwable cause)
> Code.UNSUPPORTED_FEATURE Exception are throw one by one.
> BasicGadgetOAuthTokenStore.storeProviderInfos(ContentFetcher fetcher, URI gadgetUri)
> do not check HTTP return code from fetcher.fetch()

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