I have a Maven Web Application using Spring which exposes some REST services on Tomcat. Some of these methods should be exposed on 1 WaySSL (https), Others should be exposed on 2Way SSL (https with server needs client certificate).
Is it possible? If I configure Tomcat with 2way-SSL (clientAuth="true" in server.xml) ALL methods , of course, need client certificate.
Any suggestion?