hisham-hassan / JSPCompressionTool

JSP Compression Tool is a handy Java based application, designed to compress the dynamic JSP pages, by truncating unwanted spaces from the source files. It produces a very good compression with dynamic JSP pages, especially with non-HTML tags like ATG tags.
GNU General Public License v3.0
5 stars 3 forks source link

Compress .jsp, .tag and .jspf #1

Open slimzc opened 8 years ago

slimzc commented 8 years ago

Hi Hesham, I'm using your tool in a ATG Project, but I'm applying the compressor on jsp, jspf, and tag file.

thank for your time!

hisham-hassan commented 7 years ago

Hi @slimzc , The main intention for this tool was to compress JSP files, so I thought it is safe to keep the file name restriction and length restriction. For example, if you have a text file or a pdf in your web directory, you will not want the tool to touch it; otherwise you end up with corrupted files.

However, I agree that this should be optional and left to the user to decide.

Please feel free to contribute anytime to the tool and add any new features.