Hi Florent,

If we switch from CXFServlet to CXFNonSpringServlet we loose the simple configuration of interceptors in the cxf-servlet.xml.
Interceptors might be required for custom authentication schemes.

I'm fine with that, but then we should provide another (non-CXF-standard) way to configure interceptors. This could be something simple like a properties file or just a method that an server implementer can override to add interceptors.


- Florian


Hi,

Is anyone opposed to replacing CXFServlet with CXFNonSpringServlet
(this is the base class for CmisWebServicesServlet)?

This avoids having chemistry-opencmis-server-bindings pull the
following dependencies which are really not needed:
aopalliance:aopalliance:jar:1.0
org.springframework:spring-aop:jar:4.1.7.RELEASE
org.springframework:spring-beans:jar:4.1.7.RELEASE
org.springframework:spring-context:jar:4.1.7.RELEASE
org.springframework:spring-core:jar:4.1.7.RELEASE
org.springframework:spring-expression:jar:4.1.7.RELEASE
org.springframework:spring-web:jar:4.1.7.RELEASE

Florent

Reply via email to