KB Article #177004
Hide the display of the product version
Problem
-- When connecting to the following URL https://url/ebics/EbicsServlet, some information regarding the product version are displayed.
Example: Business-Logics EBICS, Banking-Server-1.2.110.2
Resolution
-- It's possible to hide this information by following the procedure below:
1- Stop Ebics Server;
2- Edit the configuration.properties file located in <EbicsServer>/conf;
3- Add the following parameter: "servlet.version.hide=true";
4- Save and restart Ebics Server;
With this modification, the /ebics/EbicsServlet URL will then display a bank page.