------------------
- Refactor Dexterity tests to make sure services return the correct object.
[timo]
- Add support for browser layers. REST services can now be registered to a
specific browser layer using the 'layer' attribute.
[buchi]
- Remove request method specific marker interfaces (IGET, IPOST, etc.) because
they're no longer required for service lookup.
[buchi]
- Add support for content negotiation. REST services are no longer hardwired
to 'application/json' Accept headers. Instead the media type can be
configured with the service directive.
[buchi]
- Refactor traversal of REST requests by using a traversal adapter on the site
root instead of a traversal adapter for each REST service. This prevents
REST services from being overridden by other traversal adapters.
[buchi]