Raf D created CMIS-725:
--------------------------

             Summary: OpenCMIS Web Interface not working - bad 
callContextHandler
                 Key: CMIS-725
                 URL: https://issues.apache.org/jira/browse/CMIS-725
             Project: Chemistry
          Issue Type: Bug
          Components: opencmis-server
    Affects Versions: OpenCMIS 0.10.0, OpenCMIS 1.0.0
            Reporter: Raf D
            Priority: Minor


Deploy chemistry-opencmis-server-inmemory-0.10.0.war on Jetty or Tomcat and go 
to /web

OpenCMIS Web Interface is not working because:

chemistry-opencmis-server-bindings-war
in web.xml
<servlet-name>cmisbrowser</servlet-name>

should have:

<param-value>org.apache.chemistry.opencmis.server.impl.browser.token.TokenCallContextHandler</param-value>

instead of:

<param-value>org.apache.chemistry.opencmis.server.shared.BasicAuthCallContextHandler</param-value>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to