• Seanster's avatar
    fix enabling https admin port without http enabled · 80315cd7
    Seanster authored
    If the http admin port is disabled enabling https fails because it tries to copy from an uninitialized httpd configuration. An exception is generated and the server runs but you have no admin interfaces.
    
    The only httpd configuration parameter that might have needed to be copied is setSendServerVersion. This just makes a new 'empty' connection and sets that parameter before continuing on as usual.
    
    According to the documentation you're supposed to be able to use https admin without http admin. This situation appears to be a side effect of some code changes later on where someone just forgot to consider this.
    
    More info here in my bug report:
    https://igniterealtime.jiveon.com/message/241471
    80315cd7
Name
Last commit
Last update
..
AdminConsolePlugin.java Loading commit data...
BasicModule.java Loading commit data...
CacheInfo.java Loading commit data...
GetAdminConsoleInfoTask.java Loading commit data...
IsPluginInstalledTask.java Loading commit data...
Module.java Loading commit data...
Plugin.java Loading commit data...
PluginCacheConfigurator.java Loading commit data...
PluginCacheRegistry.java Loading commit data...
PluginClassLoader.java Loading commit data...
PluginDevEnvironment.java Loading commit data...
PluginIconServlet.java Loading commit data...
PluginListener.java Loading commit data...
PluginManager.java Loading commit data...
PluginManagerListener.java Loading commit data...
PluginServlet.java Loading commit data...
package-info.java Loading commit data...