I know in JSF there are ways to turn off comments elegantly, is this possible in JSPs?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
These comments will be removed when the jsp is parsed,
If you need to do it to a lot of files, htmlcompressor can be run in your build script and it removes comments as part of it’s minification process.