You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Dan Diephouse (JIRA)" <ji...@apache.org> on 2007/10/10 19:20:50 UTC

[jira] Created: (ABDERA-73) Exception support for CollectionProviders

Exception support for CollectionProviders
-----------------------------------------

                 Key: ABDERA-73
                 URL: https://issues.apache.org/jira/browse/ABDERA-73
             Project: Abdera
          Issue Type: Improvement
            Reporter: Dan Diephouse


CollectionProviders need a way to throw exceptions and get errors back to the user. This patch introduces some changes along those lines so you can do things like:

throw new ResponseContextException(404);
throw new ResponseContextException(new EmptyResponseContext(...), cause);

etc, etc.




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


[jira] Updated: (ABDERA-73) Exception support for CollectionProviders

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

Dan Diephouse updated ABDERA-73:
--------------------------------

    Attachment:     (was: ex.patch)

> Exception support for CollectionProviders
> -----------------------------------------
>
>                 Key: ABDERA-73
>                 URL: https://issues.apache.org/jira/browse/ABDERA-73
>             Project: Abdera
>          Issue Type: Improvement
>            Reporter: Dan Diephouse
>         Attachments: ex.patch
>
>
> CollectionProviders need a way to throw exceptions and get errors back to the user. This patch introduces some changes along those lines so you can do things like:
> throw new ResponseContextException(404);
> throw new ResponseContextException(new EmptyResponseContext(...), cause);
> etc, etc.

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


[jira] Updated: (ABDERA-73) Exception support for CollectionProviders

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

Dan Diephouse updated ABDERA-73:
--------------------------------

    Attachment: ex.patch

This patches fixes this issue and also:
1. Calls toASCIIString() in FOMEntry so that setContent(IRI, MimeType) works when there are encoded characters in the path
2. Adds apache license headers to a bunch of files which I submitted

> Exception support for CollectionProviders
> -----------------------------------------
>
>                 Key: ABDERA-73
>                 URL: https://issues.apache.org/jira/browse/ABDERA-73
>             Project: Abdera
>          Issue Type: Improvement
>            Reporter: Dan Diephouse
>         Attachments: ex.patch
>
>
> CollectionProviders need a way to throw exceptions and get errors back to the user. This patch introduces some changes along those lines so you can do things like:
> throw new ResponseContextException(404);
> throw new ResponseContextException(new EmptyResponseContext(...), cause);
> etc, etc.

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


[jira] Updated: (ABDERA-73) Exception support for CollectionProviders

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

Dan Diephouse updated ABDERA-73:
--------------------------------

    Attachment: ex.patch

Updated version of the patch which supports Summarys as well.

> Exception support for CollectionProviders
> -----------------------------------------
>
>                 Key: ABDERA-73
>                 URL: https://issues.apache.org/jira/browse/ABDERA-73
>             Project: Abdera
>          Issue Type: Improvement
>            Reporter: Dan Diephouse
>         Attachments: ex.patch
>
>
> CollectionProviders need a way to throw exceptions and get errors back to the user. This patch introduces some changes along those lines so you can do things like:
> throw new ResponseContextException(404);
> throw new ResponseContextException(new EmptyResponseContext(...), cause);
> etc, etc.

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


[jira] Resolved: (ABDERA-73) Exception support for CollectionProviders

Posted by "James M Snell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ABDERA-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James M Snell resolved ABDERA-73.
---------------------------------

    Resolution: Fixed

Committed

> Exception support for CollectionProviders
> -----------------------------------------
>
>                 Key: ABDERA-73
>                 URL: https://issues.apache.org/jira/browse/ABDERA-73
>             Project: Abdera
>          Issue Type: Improvement
>            Reporter: Dan Diephouse
>         Attachments: ex.patch
>
>
> CollectionProviders need a way to throw exceptions and get errors back to the user. This patch introduces some changes along those lines so you can do things like:
> throw new ResponseContextException(404);
> throw new ResponseContextException(new EmptyResponseContext(...), cause);
> etc, etc.

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