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