Fix (redirect to) https://clarin.eurac.edu:8443/... not working
In certain situations, for example, when checking the "Other versions" dropdown menu a request (possibly after a redirect) is made to `port:8443`. Of course, this results in an error (because the clarin-dspace is behind a reverse proxy). ``` OPTIONS https://clarin.eurac.edu:8443/repository/rest/handle/20.500.12124/6/refbox net::ERR_CONNECTION_TIMED_OUT ``` Here, we make sure tomcat will only redirect to `port:443` which is the port the reverse proxy serves.
Please register or sign in to comment