How Do I Escape HTML Encoding In Redirection?

HengHwa April 26, 2013

Hi Guys,

I'm currently working on a plugin that has search-request-view where it point to a .vm file that do redirection. The reason for the redirection is because I need to pass parameter through GET method.

The problem is, after the redirection, the URL is encoded, so all the '&' becoming '&', causing the page not rendered properly.

I have tried to use #enable_html_escaping(), Html suffix and also @HtmlSafe anotation but they are all not working.

So may I know how do I escape the HTML encoding in this case? Or is there any other way to achieve the same result?

By the way, I notice this issue is happening in JIRA 6.x.

Cheers,

1 answer

1 accepted

0 votes
Answer accepted
HengHwa April 27, 2013

Solved, I manage to get it working by using #disable_html_escaping(), just put it at the top of the effected .vm file will do.

Suggest an answer

Log in or Sign up to answer