Closed GoogleCodeExporter closed 9 years ago
It works fine when I remove read only attribute on the files.
Original comment by rmul...@gmail.com
on 16 Aug 2011 at 4:01
But that's what "read-only" means - that the file shouldn't be overwritten. It
would be a bug if it was.
Also compressing JSP files is not the best approach. I would suggest using the
compressor taglib instead that was made specially for compressing jsp.
Original comment by serg472@gmail.com
on 16 Aug 2011 at 4:33
We wanted to move the extra processing of compressing from the request time to
build time. That is the reason why we are doing something like this. Do you see
any issues with this approach please?
Original comment by rmul...@gmail.com
on 16 Aug 2011 at 11:24
Well, besides losing jsp readability, no
Original comment by serg472@gmail.com
on 16 Aug 2011 at 11:51
Original issue reported on code.google.com by
rmul...@gmail.com
on 16 Aug 2011 at 3:55