Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This section lists the prerequisites and steps for applying and verifying this patch.

...

Changes in Web.xml file

  1. Go to the patch location and rename the webthe location …<ConnectPortal>\conf.
  2. Open the web.xml _Portal file to web.xml.
  3. Copy the renamed web.xml file at the following location: …<ConnectPortal>\conf.

  4. file in a text editor.
  5. Add the following code snippet after <param-value>SAMEORIGIN</param-value> in the file.

    Code Block
    languagecss
    themeMidnight
    <init-param>
    <param-name>hstsMaxAgeSeconds</param-name>
    <param-value>31536000</param-value>
    </init-param>
    <init-param>
    <param-name>hstsIncludeSubDomains</param-name>
    <param-value>true</param-value>
    </init-param>


  6. Save the file.

Changes

...

in securityContext.xml

  1. Go to ConnectPortal\resources_config\saml location.

  2. Open securityContext.xml file.

  3. Update the xsi:schemaLocation attribute as shown in the following code snippet. 

    Image Added

    Code Block
    languagecss
    xsi:schemaLocation="http://www.springframework.org/schema/beans classpath:org/springframework/beans/factory/xml/spring-beans.xsd
                  http://www.springframework.org/schema/security classpath:org/springframework/security/config/spring-security-5.6.xsd http://www.springframework.org/schema/context classpath:org/springframework/context/config/spring-context.xsd">


  4. Save the file.

Anchor
Verifying Connect Portal patch
Verifying Connect Portal patch
Verifying Connect Portal patch

...