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

[Minor] Invalid HTML entities truncation in a job workflow step #2946

Closed
bluikko opened this issue Nov 17, 2017 · 1 comment
Closed

[Minor] Invalid HTML entities truncation in a job workflow step #2946

bluikko opened this issue Nov 17, 2017 · 1 comment

Comments

@bluikko
Copy link

bluikko commented Nov 17, 2017

Issue type: Bug report

My Rundeck detail

  • Rundeck version: 2.10.0-1
  • install type: rpm
  • OS Name/version: CentOS 7 with all updates
  • DB Type/version: h2

Expected Behavior
If a long command is entered into a workflow step that includes HTML entities such as " (double quotation) as the last character when truncated, such entities should be shown as the resulting glyph, for example:

"

In other words, truncation should be done on the rendered string, not on the HTML entities -encoded string.

Additionally I remember seeing similar incorrect truncation in other places too.

Actual Behavior
HTML entities are truncated before rendering, for example:

&quo...

See screenshot:
image

How to reproduce Behavior
Add a long command as a workflow step and have a double quotation mark exactly in the same position where the long command is truncated for displaying with an ellipsis at end.

Edit: added some formatting.

@stale
Copy link

stale bot commented Apr 3, 2020

In an effort to focus on bugs and issues that impact currently supported versions of Rundeck, we have elected to notify GitHub issue creators if their issue is classified as stale and close the issue. An issue is identified as stale when there have been no new comments, responses or other activity within the last 12 months. If a closed issue is still present please feel free to open a new Issue against the current version and we will review it. If you are an enterprise customer, please contact your Rundeck Support to assist in your request.
Thank you, The Rundeck Team

@stale stale bot added the wontfix:stale label Apr 3, 2020
@stale stale bot closed this as completed Apr 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants