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

bsfu:fileUpload breaks in grails 2.3 with enabled html escaping #17

Open
quorak opened this issue Oct 16, 2013 · 1 comment
Open

bsfu:fileUpload breaks in grails 2.3 with enabled html escaping #17

quorak opened this issue Oct 16, 2013 · 1 comment

Comments

@quorak
Copy link

quorak commented Oct 16, 2013

When using <bsfu:fileUpload .../> the output of the table is html escaped.

image

grails.views.default.codec='none'

resolves the issue for now.

@mgkimsal
Copy link

<%@page expressionCodec="none" %>

at the top of the page or view GSP that uses the plugin is probably a bit safer than disabling all default escaping. This issue is bugging me and I don't see a way of fixing without a moderate amount of restructuring to the plugin, but the @page tag on the _form.gsp file worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants