[
https://issues.apache.org/jira/browse/GUACAMOLE-2150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18024498#comment-18024498
]
Daniel D'Angeli edited comment on GUACAMOLE-2150 at 10/3/25 2:20 PM:
---------------------------------------------------------------------
I just executed the exact curl i added in the bug report by copying from this
website and still the same issue, even with a incognito browser so no cache and
cookies:
curl [https://www.google.com|https://www.google.com/] \
-X GET \
-H "User-Agent: Mozilla/5.0" \
-H "Accept: text/html" \
-L
Command got executed row by row:
!image-2025-10-03-16-03-47-402.png!
In this test i used chrome and pasted text via right click. How did you paste
the curl command?
Also the target is a Ubuntu 22 LTS server.
Regards,
Daniel D.
was (Author: JIRAUSER311121):
I just executed the exact curl i added in the bug report by copying from this
website and still the same issue, even with a incognito browser so no cache and
cookies:
curl https://www.google.com \
-X GET \
-H "User-Agent: Mozilla/5.0" \
-H "Accept: text/html" \
-L
Command got executed row by row:
!image-2025-10-03-16-03-47-402.png!
In this test i used chrome and pasted text via right click. How did you paste
the curl command?
Regards,
Daniel D.
> Pasting doesn't respect text formatting
> ---------------------------------------
>
> Key: GUACAMOLE-2150
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-2150
> Project: Guacamole
> Issue Type: Bug
> Affects Versions: 1.6.0
> Environment: Docker deployment on Ubuntu server.
> Reporter: Daniel D'Angeli
> Priority: Blocker
> Attachments: image-2025-10-03-15-50-49-130.png,
> image-2025-10-03-16-03-47-402.png, immagine (1).png, immagine.png
>
>
> When pasting long text with multiple rows, Guacamole adds an empty line in
> between the rows breaking text formatting. This doesn't happen with
> JumpServer, so it's not browser fault.
> Tried both with Firefox and Chrome, same issue.
> For example, this curl command with multiple rows:
> curl [https://www.google.com|https://www.google.com/] \
> -X GET \
> -H "User-Agent: Mozilla/5.0" \
> -H "Accept: text/html" \
> -L
> Insted of being executed as a single command, is sent to the target as a
> command per row, resulting in the screenshot attached.
> Another example is this docker-compose,yaml file:
> services :
> guacamole:
> image: guacamole/guacamole: 1.6.0
> environment :
> - GUACAMOLE_LDAP_ENCRYPTION_METHOD: starttls
> - GUACAMOLE_LDAP_DISABLE_VERIFY: "true"
> - JAVA_OPTS: "-Djavax. net . ssl . trustStore=/path/to/cacerts -Djavax.
> net. ssl. trustStorePassword=changeit"
>
> This behaviour doesn't allow operators to smoothly work on machines,
> resulting in a turn off of guacamole in our infrastructure and look for other
> solutions.
> Feel free to ask anything if needed.
> Regards,
> Daniel D.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)