essepuntato / LODE

Live OWL Documentation Environment, to convert OWL ontologies into HTML human-readable pages.
ISC License
104 stars 55 forks source link

Make lode be able to optionally serve over HTTPS (behind a reverse proxy) #22

Open LucaPrete opened 5 years ago

LucaPrete commented 5 years ago

Lode is currently not able to optionally serve files over HTTPS, if behind a reverse proxy.

This is due to two issues: 1) The servlet hardcodes the http:// prefix while loading css/js resources -> should be changed to // to automatically adapt to the schema 2) The jetty configuration needs to be instructed to forward https headers to the application so that it can automatically adapt to the schema in use