Brian Lillie created SHINDIG-1799:
-------------------------------------

             Summary: 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

        

Reply via email to