[ https://issues.apache.org/jira/browse/CMIS-725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Florian Müller resolved CMIS-725. --------------------------------- Resolution: Fixed Fix Version/s: OpenCMIS 0.11.0 > 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 > Assignee: Florian Müller > Priority: Minor > Labels: patch > Fix For: OpenCMIS 0.11.0 > > > 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> > I think it 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> > After this GUI still has some issues but at least something is working... -- This message was sent by Atlassian JIRA (v6.3.4#6332)