Multiple Http Destinations cannot use the same address when using HTTPS.
------------------------------------------------------------------------
Key: CXF-706
URL: https://issues.apache.org/jira/browse/CXF-706
Project: CXF
Issue Type: Bug
Components: Configuration, Core, Transports
Environment: CXF Java
Reporter: Polar Humenn
Priority: Blocker
Fix For: 2.0, 2.0.1, 2.1
Multiple Http Destinations cannot be configured to use the same port number if
using HTTPS.
This is because the destination currently configures the port, so competing
destinations may
try to reconfigure the port, which is not a good thing for security,
(unknowingly would change
your credentials). Therefore the system prohibits a reconfiguration, even if it
would be reconfigured
to be the same, because that is hard to figure out.
The fix will separate port configuration from http destination configuration.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.