Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 260421 - org.eclipse.equinox.http.jetty_2.0.0: org.osgi.service.http.port.secure won't be evaluated correctly
Summary: org.eclipse.equinox.http.jetty_2.0.0: org.osgi.service.http.port.secure won't...
Status: RESOLVED FIXED
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: Server-Side (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.5 M5   Edit
Assignee: Simon Kaegi CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-08 12:07 EST by Christian Kahlo CLA
Modified: 2009-01-25 23:00 EST (History)
1 user (show)

See Also:


Attachments
patch for src/org/eclipse/equinox/http/jetty/internal/Activator.java (1.02 KB, patch)
2009-01-08 12:07 EST, Christian Kahlo CLA
simon_kaegi: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Kahlo CLA 2009-01-08 12:07:29 EST
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
Comment 1 Simon Kaegi CLA 2009-01-08 14:22:05 EST
Good catch thanks Christian.
Comment 2 Simon Kaegi CLA 2009-01-25 23:00:06 EST
Fixed in HEAD.
I fixed the same problem in the Jetty 5.1 branch as well.