Skip to content
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

Closed
lucagasparini opened this issue Feb 10, 2025 · 3 comments
Closed

WebTop: missing UTF-7 encoding support #7301

lucagasparini opened this issue Feb 10, 2025 · 3 comments
Assignees
Labels
verified All test cases were verified successfully

Comments

@lucagasparini
Copy link

Steps to reproduce

  • import UTF-7 encoded message to webtop

Expected behavior

  • message is displayed correctly

Actual behavior

  • message is not displayed

Components

ns8-webtop


To add support, follow the instructions here: https://www.sonicle.com/docs/webtop5/installation.html

Currently in the webapp the jcharset-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/)

@gsanchietti gsanchietti self-assigned this Feb 10, 2025
@gsanchietti gsanchietti moved this from ToDo to In Progress in NethServer Feb 10, 2025
@gsanchietti gsanchietti added this to the NethServer 8.4 milestone Feb 10, 2025
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
@gsanchietti
Copy link
Member

Testing module: 1.2.1-testing.1

Test case

Check the issue is not reproducible

@gsanchietti gsanchietti added the testing Packages are available from testing repositories label Feb 11, 2025
@nethbot nethbot moved this from In Progress to Testing in NethServer Feb 11, 2025
@lucagasparini
Copy link
Author

I confirm that the bug is not reproducible.
Tested with both new installation and upgrade
VERIFIED

@lucagasparini lucagasparini added the verified All test cases were verified successfully label Feb 11, 2025
@github-actions github-actions bot removed the testing Packages are available from testing repositories label Feb 11, 2025
@nethbot nethbot moved this from Testing to Verified in NethServer Feb 11, 2025
@gsanchietti
Copy link
Member

Released version 1.2.1

@github-project-automation github-project-automation bot moved this from Verified to Done in NethServer Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
verified All test cases were verified successfully
Projects
Status: Done
Development

No branches or pull requests

2 participants