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

Compressed page blank when try..catch is encountered #82

Open
GoogleCodeExporter opened this issue Aug 26, 2015 · 0 comments
Open

Compressed page blank when try..catch is encountered #82

GoogleCodeExporter opened this issue Aug 26, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

I’m using the htmlcompressor custom JSP tags to compress the output of JSP 
pages. There is a <compress:html enabled="${htmlCompEnabled}" 
compressJavaScript="${jsCompEnabled}" removeComments="${removeComment}" 
compressCss="${cssCompEnabled}"> tag at the top of the page and 
</compress:html> at the bottom of the page

    My JSP pages has come try..catch clauses. Whenever the page encounters one of the exceptions handled by these try catch block, the page is displayed blank. And when I look at 'view source' there is nothing there.

Is this a known issue? Any possible solutions? 


Original issue reported on code.google.com by [email protected] on 5 Mar 2013 at 3:28

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