File tree Expand file tree Collapse file tree
xmppserver/src/main/webapp Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<%--
22 -
3- - Copyright (C) 2005-2008 Jive Software, 2017-2023 Ignite Realtime Foundation. All rights reserved.
3+ - Copyright (C) 2005-2008 Jive Software, 2017-2026 Ignite Realtime Foundation. All rights reserved.
44 -
55 - Licensed under the Apache License, Version 2.0 (the "License");
66 - you may not use this file except in compliance with the License.
9292 HttpBindManager . HTTP_BIND_FORWARDED_SERVER. setValue(xffServerHeader. trim());
9393 }
9494
95- final String xffHostHeader = ParamUtils . getParameter( request, " xffHostHeader " );
95+ final String xffHostHeader = ParamUtils . getParameter( request, " XFFHostHeader " );
9696 if (xffHostHeader == null || xffHostHeader. trim(). isEmpty()) {
9797 HttpBindManager . HTTP_BIND_FORWARDED_HOST. setValue(null );
9898 } else {
Original file line number Diff line number Diff line change 142142 AdminConsolePlugin . ADMIN_CONSOLE_FORWARDED_SERVER. setValue(xffServerHeader. trim());
143143 }
144144
145- final String xffHostHeader = ParamUtils . getParameter( request, " xffHostHeader " );
145+ final String xffHostHeader = ParamUtils . getParameter( request, " XFFHostHeader " );
146146 if (xffHostHeader == null || xffHostHeader. trim(). isEmpty()) {
147147 AdminConsolePlugin . ADMIN_CONSOLE_FORWARDED_HOST. setValue(null );
148148 } else {
You can’t perform that action at this time.
0 commit comments