KB00010248: Incorrect URL After Logging Out
Issue:
When logging out of Ephesoft Transact 2019.1, the page incorrectly directs to the Ephesoft Transact home page instead of the login screen.
Solution:
To resolve this issue, you will need to manually change the URL you want to be directed to upon logging out.
- Navigate to \Ephesoft\Application\WEB-INF\classes\META-INF and open the applicationContext-security.xml
- Locate the following line <property name=”defaultTargetUrl” value=”/home.html” />
- Change the “defaultTargetUrl” value=”/home.html” to set the value to the page you want to be directed to upon logging out.
For example: “defaultTargetUrl” value=”http://localhost:8080/dcma/BatchClassManagement.html”
The post KB00010248: Incorrect URL After Logging Out appeared first on Ephesoft Docs.