Hello, I'm trying to get the dasl's no-acl option to work with my portal application. I,m using the portal in combination with hippo-repository-webdav-client-2.11.03.jar
Most af the no-acl dasl queries working fine but with some of the queries i get a http 500 At the same time this stackttrace(below) is shown in the server.log from the repository/ Some extra information: I added the storeAll option to the dasl-indexer.xml removed the lucine index and restarted the repository. The same dasl work fine with the standard SEARCH but with the SEARCH-NOACL it fails. Any advice would be appreciated. Regards Karel Reinhard Stack trace: 2010-03-16 12:48:51,851 ERROR [STDERR] java.lang.IllegalStateException 2010-03-16 12:48:51,851 ERROR [STDERR] at org.apache.slide.common.RequestedPropertiesImpl.getRequestedProperties(RequestedPropertiesImpl.java:147) 2010-03-16 12:48:51,851 ERROR [STDERR] at nl.hippo.slide.webdav.method.SearchNoACLMethod.executeRequest(SearchNoACLMethod.java:290) 2010-03-16 12:48:51,851 ERROR [STDERR] at org.apache.slide.webdav.method.AbstractWebdavMethod.run(AbstractWebdavMethod.java:428) 2010-03-16 12:48:51,851 ERROR [STDERR] at org.apache.slide.webdav.WebdavServlet.service(WebdavServlet.java:149) 2010-03-16 12:48:51,851 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) 2010-03-16 12:48:51,852 ERROR [STDERR] at nl.hippo.repository.WebdavRequestHandler.handle(WebdavRequestHandler.java:188) 2010-03-16 12:48:51,852 ERROR [STDERR] at nl.hippo.repository.FortressServletContainer.handleRequest(FortressServletContainer.java:65) 2010-03-16 12:48:51,852 ERROR [STDERR] at nl.hippo.repository.FortressServlet.service(FortressServlet.java:117) 2010-03-16 12:48:51,852 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) 2010-03-16 12:48:51,852 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) 2010-03-16 12:48:51,852 ERROR [STDERR] at nl.hippo.repository.SlideRealmFilter.doFilter(SlideRealmFilter.java:179) 2010-03-16 12:48:51,852 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) 2010-03-16 12:48:51,852 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) 2010-03-16 12:48:51,852 ERROR [STDERR] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) 2010-03-16 12:48:51,852 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) 2010-03-16 12:48:51,852 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) 2010-03-16 12:48:51,852 ERROR [STDERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) 2010-03-16 12:48:51,852 ERROR [STDERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) 2010-03-16 12:48:51,852 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) 2010-03-16 12:48:51,852 ERROR [STDERR] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) 2010-03-16 12:48:51,852 ERROR [STDERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) 2010-03-16 12:48:51,852 ERROR [STDERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104) 2010-03-16 12:48:51,852 ERROR [STDERR] at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) 2010-03-16 12:48:51,853 ERROR [STDERR] at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:543) 2010-03-16 12:48:51,853 ERROR [STDERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) 2010-03-16 12:48:51,853 ERROR [STDERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241) 2010-03-16 12:48:51,853 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844) 2010-03-16 12:48:51,853 ERROR [STDERR] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580) 2010-03-16 12:48:51,853 ERROR [STDERR] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447) 2010-03-16 12:48:51,853 ERROR [STDERR] at java.lang.Thread.run(Thread.java:595) ******************************************** Hippocms-dev: Hippo CMS 6 development public mailinglist Searchable archives can be found at: MarkMail: http://hippocms-dev.markmail.org Nabble: http://www.nabble.com/Hippo-CMS-f26633.html
