| Summary: | [sites] "Convert to self hosting" should allow 'https' scheme | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Client | 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
Per bug 421695, any target URLs with the host "localhost" are now treated as aliases for to the outer Orion server, whatever scheme/port it happens to be listening on. So I just removed the "port" field in the dialog entirely, as it has no effect anymore. http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=4884149 Sooner or later I'll fix bug 421488, which will formalize this distinction between API paths vs. workspace resources, and allow me to remove the confusing-looking references to "localhost" from the site editor and the sites REST API. |