|
Bug appears to be introduced with this changeset.
http://www.igniterealtime.org/fisheye/changelog/svn-org?cs=10596 I am not sure what Clearspace needs for a port number return when https bind is disabled and if reverting parts of this patch break what CS wants. sorry daryl |
||||||||||||||||||||||||||||||||||||||||||||||||||
I think I figured out the bug, but I may be off the base.
in HttpBindManager.java
the sslEnabled variable only has the chance to be set true when configureHttpBindServer is called. Otherwise, it will always be false and thus getHttpBindSecurePort will always return 0 , which will cause start() to fail, since configureHttpBindServer is called after getHttpBindSecurePort()
Will think some more about a patch for this.
daryl