KB00010248: Incorrect URL After Logging Out

Applies to: Ephesoft Transact 2019.1 and above

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.

  1. Navigate to [Ephesoft_Directory]\Application\WEB-INF\classes\META-INF and open the applicationContext-security.xml file.
  2. Locate the following line:
<property name=”defaultTargetUrl” value=”/home.html” />
  1. Set the value to the page you want to be directed to upon logging out:
 “defaultTargetUrl” value=”/home.html

For example:

“defaultTargetUrl” value=”http://localhost:8080/dcma/BatchClassManagement.html”