You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Brian Lillie (JIRA)" <ji...@apache.org> on 2012/06/13 16:01:44 UTC

[jira] [Commented] (SHINDIG-1799) system.listMethods fails if shindig.allowUnauthenticated = false

    [ https://issues.apache.org/jira/browse/SHINDIG-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13294464#comment-13294464 ] 

Brian Lillie commented on SHINDIG-1799:
---------------------------------------

Patch located at http://codereview.appspot.com/6306074/
                
> system.listMethods fails if shindig.allowUnauthenticated = false
> ----------------------------------------------------------------
>
>                 Key: SHINDIG-1799
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1799
>             Project: Shindig
>          Issue Type: Bug
>          Components: Java
>    Affects Versions: 2.5.0
>            Reporter: Brian Lillie
>
> If shindig.allowUnauthenticated = false, then the AnonymousAuthenticationHandler will not had an AnonymousSecurityToken to the incoming request.   If there is no security token on a request, then the JsonRpcServlet and DataServiceServlet will reject the request.    The system.listMethods request created by the DefaultServiceFetcher does not contain a security token, so it will be rejected, and the server will be unable to initialize correctly.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira