Andreas Kohn created SHINDIG-1953:
-------------------------------------
Summary: Return 501 Not Implemented for the default "not
implemented" services
Key: SHINDIG-1953
URL: https://issues.apache.org/jira/browse/SHINDIG-1953
Project: Shindig
Issue Type: Bug
Components: Java
Affects Versions: 2.5.0-update1
Reporter: Andreas Kohn
As per
http://opensocial.github.io/spec/2.5.1/Core-API-Server.xml#HTTP-Status-Code:
the server should return HTTP 501 Not Implemented responses for not implemented
optional features.
The following "default?" implementation classes in shindig do not currently do
that:
* AlbumService.NotImplementedAlbumService
* MediaItemService.NotImplementedMediaItemService
* MessageService.NotImplementedMessageService
Attached patch fixes that, so that people using those classes as base for their
implementation will have an easier life :)
--
This message was sent by Atlassian JIRA
(v6.1#6144)