| Summary: | URI unqualification fails for HTTPS | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Ochmann <michael.ochmann> |
| Component: | Server | Assignee: | Simon Kaegi <simon_kaegi> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | mamacdon, simon_kaegi |
| Version: | 3.0 | Flags: | simon_kaegi:
review+
|
| Target Milestone: | 3.0 RC2 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Michael Ochmann
There were significant changes in this class in the past two weeks to support WAR file deployment. Can you confirm exactly what version of Orion you are running on, and can you check if it is still reproducible. I see the unqualifyURI method is using port 80 if no port is specified. This may be the problem, but I would think any URL using a non-standard port would be specifying this in the URL. Working on the latest origin/master. Problem is that if server is running on SSL, implicit default port is 443, not 80. Patch prosal: repo: https://github.com/mochmann/orion.server branch: bug406554 commit: https://github.com/mochmann/orion.server/commit/7672ba1f4fe9ee46a4cb7f92f84fdb1799d44cb6 I assert that I authored 100% of the content of this contribution and have the rights to donate the content to Eclipse under the EPL . I can take a look at this. To be honest my hope is that we can remove this code altogether. Fixed in Master And of course... thanks Michael! |