]> source.dussan.org Git - vaadin-framework.git/commit
Add detection of HCL Digital Experience rebranding (#12242) (#12369) 8.13 8.13.3
authorAnna Koskinen <Ansku@users.noreply.github.com>
Wed, 11 Aug 2021 11:43:20 +0000 (14:43 +0300)
committerGitHub <noreply@github.com>
Wed, 11 Aug 2021 11:43:20 +0000 (14:43 +0300)
commit09f1f3d70e788f5c788fbf5f0de0e5a883fd456b
tree979393fefb34c83b1459a967b2803cf09a9f4069
parent94dfd1c3b8691f25a1448afc7a47d63b33e2ecc8
Add detection of HCL Digital Experience rebranding (#12242) (#12369)

On HCL Digital Experience 8.5.5 CF19, the `getPortalInfo()` method
returns "hcl digital experience/8.5", breaking detection of the servlet
engine.

This ultimately leads to methods such as `getHeader()` to return NULL,
as the upstream HTTP request is not retrieved.

Authored-by: Marcello Barnaba <vjt@openssl.it>
server/src/main/java/com/vaadin/server/VaadinPortlet.java