Remove version information from WebTop 4 login page

NethServer Version: 6.9
Module: WebTop 4

How can I remove information about linux, java … etc … version from WebTop 4 login page ?

Hi @paolo
the change you are requesting can be made manually by editing directly on a specific file contained in a JAR.

The JAR to explode is this:
/var/lib/tomcat/webapps/webtop/WEB-INF/lib/sonicle-webtop-services.jar
While the file to edit is this:
/com/sonicle/webtop/servlet/login.html

In this file you can delete the lines in the section at the end of the file:
"<font face ......> <center> Hosted .... </ center> </ font>"
Then you have to recreate the JAR and restart tomcat with:
service tomcat restart

3 Likes

Hi @lucag, the answer solve the issue, but from a security point of view i would like to ask:
could be useful have an option for disable the version reporting at the login page?

Many MTA and MDA can be configured for no-display version when a software connect…

2 Likes

Hi, this is possible on WebTop5, we don’t plan any more changes on WebTop4 anymore

Gabriele

Thanks Luca … I owe you a pint of beer :smiley:

1 Like