-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebTop: missing UTF-7 encoding support #7301
Comments
gsanchietti
added a commit
to NethServer/ns8-webtop
that referenced
this issue
Feb 11, 2025
The library was not correctly loaded. Also remove the setenv.sh which is no more used. NethServer/dev#7301
Testing module: 1.2.1-testing.1 Test case Check the issue is not reproducible |
I confirm that the bug is not reproducible. |
Released version 1.2.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
Expected behavior
Actual behavior
Components
ns8-webtop
To add support, follow the instructions here: https://www.sonicle.com/docs/webtop5/installation.html
Currently in the
webapp
thejcharset-2.0.jar
file is located here:/usr/local/tomcat/webapps/webtop/lib/jcharset-2.0.jar
(https://github.com/NethServer/ns8-webtop/blob/main/webapp/var/lib/tomcats/webtop/bin/setenv.sh)
It needs to be moved here:
$JAVA_HOME/jre/lib/ext
(/opt/java/openjdk/lib/ext/
)The text was updated successfully, but these errors were encountered: