Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.95
-
None
Description
When Axis2 starts up the transports, they open up an http listener by default. This may be what people want if they are doing fully async messaging, but if they are not (and the majority of SOAP users are not), then it is just another security risk to be managed.
1. the listener should be off by default.
2. some kind of switch can turn it on when asked, or even when bidirectional async messaging starts up.