Modify ↓
Ticket #69 (new enhancement)
Context switching when executing a representation.
| Reported by: | bruno | Owned by: | bruno |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.5 |
| Component: | modules/kauri-representationbuilder | Version: | trunk |
| Keywords: | Cc: |
Description
Some representations might require that threadlocal state is restored to the situation as it was when handling the request.
E.g. the 'current' restlet application, context, ...
This can be important to do such things as resolving URIs within the context of the original module.
Or maybe representation implementations should be written in such a way that they don't rely on this.
Needs further thinking.
Attachments
Note: See
TracTickets for help on using
tickets.
beyond 0.4 scope