[
https://issues.apache.org/jira/browse/SLING-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Felix Meschberger updated SLING-303:
------------------------------------
Attachment: SLING-303_fmeschbe.patch
Simpliefied implementation:
* Moved everything to impl, which is not public
* Drop Change and ChangeLog
* Drop StatusProvider and use HtmlResponse to gather information directly
* Add argument to send method indicating whether to set the actual status
code or not
I removed the Change and ChangeLog classes and the StatusProvider interface
because these bring no added value: IMHO it is better to gather all the
information in one location before sending it and the Change and ChangeLog
classes are simply not needed as the information is one way.
> make UjaxHtmlResponse public usable
> -----------------------------------
>
> Key: SLING-303
> URL: https://issues.apache.org/jira/browse/SLING-303
> Project: Sling
> Issue Type: Improvement
> Components: microsling
> Reporter: Tobias Bocanegra
> Assignee: Felix Meschberger
> Priority: Minor
> Attachments: SLING-303_fmeschbe.patch,
> ujax_status_provider.r633155.patch
>
>
> the current ujax html response can only by used by the UjaxPostServlet. It
> would be useful if it can also be used by other classes.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.