Skip to content

Updating to version 3.19.7

Pre-startup tasks

  • Update the following properties in the conf/config.properties file to use direct URLs instead of URLs with the redirectURL parameter (replace the format /gui/login.action?redirectURL=... with the direct URL to the target page):

    • mail.notification.campaign.url
    • mail.notification.request.notification.url
    • mail.notification.request.task.url

    Example

    Before:

    mail.notification.campaign.url=https://example.com/gui/login.action?redirectURL=selfServiceReviewCampaignManager.action
    mail.notification.request.notification.url=https://example.com/gui/login.action?redirectURL=selfServiceProvisioningRequest.action
    mail.notification.request.task.url=https://example.com/gui/login.action?redirectURL=selfServiceDashboard.action

    After:

    mail.notification.campaign.url=https://example.com/gui/selfServiceReviewCampaignManager.action
    mail.notification.request.notification.url=https://example.com/gui/selfServiceProvisioningRequest.action
    mail.notification.request.task.url=https://example.com/gui/selfServiceDashboard.action

    The system now automatically redirects unauthenticated users to the login page, then to the requested page after authentication. The redirectURL parameter is therefore no longer needed in these configuration URLs.