Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
OpenCMIS 0.10.0, OpenCMIS 1.0.0
Description
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...