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

html compressor issues with URLencoded hidden variable inside a FORM #73

Open
GoogleCodeExporter opened this issue Apr 12, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.Have a URL encoded String in a hidden variable inside a form
2.Wrap the above code within a JSP inside the html tag like: <compress:html 
enabled="true" removeComments="true" compressJavaScript="true">
3.Run the JSP and you will notice the above URL encoded hidden variable is 
changed after the compression. i.e you will see spaces within the hidden value 
rather than the html equivalent (%26)

What is the expected output? What do you see instead?

URL encoded String in a hidden variable inside a form shouldn't change after 
the html compression.

What version of the product are you using? On what operating system?
1.5.2 and the OS is Linux

Please provide any additional information below.


Original issue reported on code.google.com by mathew.a...@gmail.com on 22 May 2012 at 6:34

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

1 participant