Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add detection of HCL Digital Experience rebranding #12242

Merged
merged 3 commits into from
Aug 9, 2021
Merged

Add detection of HCL Digital Experience rebranding #12242

merged 3 commits into from
Aug 9, 2021

Commits on Mar 12, 2021

  1. Add detection of HCL Digital Experience rebranding

    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.
    vjt committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    464a938 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Configuration menu
    Copy the full SHA
    6706c6b View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    b6cd93d View commit details
    Browse the repository at this point in the history