Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 6778
blob1b4f22f122a577097fb0df0a3cc2252dd2de9f80
1 Title: Additional fix for URL redirect from /[site]/ to /[site]/check_mk/
2 Level: 1
3 Component: multisite
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1539180918
11 The werk #6773 changed the behaviour of the URL redirect from <tt>/[site]/</tt> or <tt>/[site]</tt>
12 to <tt>/[site]/check_mk/</tt>. The change tried to respect custom ports but was breaking some
13 specific reverse proxy setups.
15 We have now again changed this setting to completely ignore the protocl, host and port when producing the
16 redirect answer which makes the client responsible for adding the correct protocol, host and port.