| Summary: | [sites] Self hosting doesn't work when running Jetty over SSL | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Server | Assignee: | Mark Macdonald <mamacdon> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.0 | ||
| Target Milestone: | 5.0 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Mark Macdonald
Added a fix. This avoids the problem by handling requests for localhost:xxxx/{whatever} internally within the servlet container, avoiding the need to deal with SSL at all.
As a bonus, the user no longer has to know the internal scheme and port number the server is listening on when constructing a self hosting site (see bug 421674)
http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=f6d63e8
|