Community
Participate
Working Groups
Created attachment 121982 [details] patch for src/org/eclipse/equinox/http/jetty/internal/Activator.java The config.ini parameter org.osgi.service.http.port.secure won't be evaluated as it should be due to a typo. -> httpPortProperty versus httpsPortProperty Workaround: use org.eclipse.equinox.http.jetty.https.port instead See attached patch.txt. Best regards, Christian
Good catch thanks Christian.
Fixed in HEAD. I fixed the same problem in the Jetty 5.1 branch as well.