TECHZEN Zenoss User Community ARCHIVE  

Zenoss 6 bug: characters in event console are displayed as their html entities

Subject: Zenoss 6 bug: characters in event console are displayed as their html entities
Author: Jad Baz
Posted: 2019-02-11 07:47

The characters below are displayed as their html entities representations in Zenoss 6:

This is a regression from Zenoss 4 as Zenoss 4 did not have this problem.


Is there anything I'm missing or is this an actual bug?
Any idea if it will be fixed at some point?

------------------------------
Jad
------------------------------


Subject: RE: Zenoss 6 bug: characters in event console are displayed as their html entities
Author: Jason Olson
Posted: 2019-02-11 14:10

It's a bug introduced in version 5.3. You can log it in their Jira bug tracker, if you like.

------------------------------
Jason Olson
------------------------------


Subject: RE: Zenoss 6 bug: characters in event console are displayed as their html entities
Author: Jad Baz
Posted: 2019-05-02 06:31

Thanks
Here it is: https://jira.zenoss.com/browse/ZEN-31386

------------------------------
Jad
------------------------------


Subject: RE: Zenoss 6 bug: characters in event console are displayed as their html entities
Author: Jay Stanley
Posted: 2019-05-09 08:43

Not a bug, they changed it to prevent XSS attacks.


------------------------------
jstanley
------------------------------


Subject: RE: Zenoss 6 bug: characters in event console are displayed as their html entities
Author: Jad Baz
Posted: 2019-05-09 09:22

Exactly how is this not a bug? As a user, I couldn't care less about what Zenoss is doing in the background, I care about the user experience and now it is obviously broken. So this is a bug, full stop.
At any rate, this is not how you fix an input problem.
Actually, if you just unescape that very text being displayed, you would be done!!! Here you go
(Of course, the problem is probably much more complicated, but just saying...)



------------------------------
Jad
------------------------------
  • <   &lt;
  • >   &gt;
  • &   &amp;

This is a regression from Zenoss 4 as Zenoss 4 did not have this problem.


Is there anything I'm missing or is this an actual bug?
Any idea if it will be fixed at some point?

------------------------------
Jad
------------------------------


Subject: RE: Zenoss 6 bug: characters in event console are displayed as their html entities
Author: Jay Stanley
Posted: 2019-05-09 19:39

Yes, it is more complicated.

As someone who runs the software for various customers, I much rather it be secure than worry about a few special characters showing in the summary.

------------------------------
jstanley
------------------------------


Subject: RE: Zenoss 6 bug: characters in event console are displayed as their html entities
Author: Jad Baz
Posted: 2019-05-10 07:02

As a software developer, I completely agree with you. Something like this would be at the bottom of my backlog that I might never fix.

But I must absolutely disagree with you that it is not a bug
https://en.wikipedia.org/wiki/Software_bug
software bug is an error, flaw, failure or fault in a computer program or system that causes it to produce an incorrect or unexpected result, or to behave in unintended ways.
And this falls under "unexpected result" since the user does not expect it!

So regardless of:
  • The reason it was introduced
  • The urgency/importance of addressing it
  • The amount of effort required to fix it
  • Whether or not it will ever be fixed

IT IS A BUG!!!



------------------------------
Jad
------------------------------


< Previous
Graph and real-time alert and data for small scale monitoring
  Next
Control Center 1.6.3 downloads
>