String "&num" is converted by the webmail after upgrade in 8.8.15 P6

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
jnoel
Posts: 3
Joined: Sun Nov 19, 2017 1:54 am

String "&num" is converted by the webmail after upgrade in 8.8.15 P6

Post by jnoel »

Since patch 6 or 7 of zimbra 8.8.15, in an html mail the string "&num" is converted to "#" by the zimbra webmail.

It's very annoying when you receive a url containing these characters: the link becomes invalid.

By example if someone send me :
<a href="http://example.com/&num=1">http://example.com/&num=1</a>

I receive :
<a href="http://example.com/#=1">http://example.com/#=1</a>

I filed a bug report here : https://bugzilla.zimbra.com/show_bug.cgi?id=109290
Inglebard
Posts: 28
Joined: Fri Jul 20, 2018 9:18 am

Re: String "&num" is converted by the webmail after upgrade in 8.8.15 P6

Post by Inglebard »

Hi,

I encoutered the same issue today.

Do you find a solution or a woraround ?
jnoel
Posts: 3
Joined: Sun Nov 19, 2017 1:54 am

Re: String "&num" is converted by the webmail after upgrade in 8.8.15 P6

Post by jnoel »

not yet
I'm still looking.
Inglebard
Posts: 28
Joined: Fri Jul 20, 2018 9:18 am

Re: String "&num" is converted by the webmail after upgrade in 8.8.15 P6

Post by Inglebard »

Do you have notice something special about the mail which has the issue ?

Because when i send a link with &num, it is not always converted.
zimbraLuis
Posts: 11
Joined: Tue May 28, 2019 9:55 am

Re: String "&num" is converted by the webmail after upgrade in 8.8.15 P6

Post by zimbraLuis »

Hello,

Put the parameter :

zmlocalconfig -e zimbra_use_owasp_html_sanitizer=true
zmmailboxdctl restart

It's resolve issue for me.

Regards,
Luis
jnoel
Posts: 3
Joined: Sun Nov 19, 2017 1:54 am

Re: String "&num" is converted by the webmail after upgrade in 8.8.15 P6

Post by jnoel »

zimbraLuis wrote: zmlocalconfig -e zimbra_use_owasp_html_sanitizer=true
zmmailboxdctl restart
Thanks Luis, it's works for me.
Post Reply