Updating to version 3.19.7
Pre-startup tasks
Update the following properties in the
conf/config.propertiesfile to use direct URLs instead of URLs with theredirectURLparameter (replace the format/gui/login.action?redirectURL=...with the direct URL to the target page):mail.notification.campaign.urlmail.notification.request.notification.urlmail.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.actionAfter:
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.actionThe system now automatically redirects unauthenticated users to the login page, then to the requested page after authentication. The
redirectURLparameter is therefore no longer needed in these configuration URLs.
