In my client of a web service which developed by cxf like this, and is supposed to be a 2-way ssl implementation I get the following exception.
java.lang.RuntimeException: Cannot create a secure XMLInputFactory
Unless I set the following environment property with value 1.
org.apache.cxf.stax.allowInsecureParser
But I guess it means that the connection will be insecure. Am I right?