Closed GoogleCodeExporter closed 9 years ago
That's one thing I didn't test because I thought the change is simple enough to
work the first time :)
Thanks, will fix it tonight.
Original comment by serg472@gmail.com
on 28 Mar 2011 at 9:04
Hm, I tested and it worked. I think your web.xml is still linking to the old
TLD file.
Original comment by serg472@gmail.com
on 29 Mar 2011 at 1:16
I'm still experiencing this problem. I've restarted my eclipse IDE,
double-checked my lib folder to make sure I'm only using version 1.1, and
cleared my application cache and restarted the app. Then, I added the
removeLinkAttributes="true" attribute and the app breaks. If I remove the
attribute or roll back to an older version, everything works fine.
Original comment by ram...@gmail.com
on 29 Mar 2011 at 3:25
Do you link TLD file from a web.xml?
If you don't, then go to the htmlcompressor jar you should be using and unzip
it. Check tld file inside META-INF folder, it should have all the declarations
for new parameters. If if does then there is old htmlcompressor jar somewhere
in your classpath. Maybe you have old jar in tomcat lib folder?
Original comment by serg472@gmail.com
on 29 Mar 2011 at 3:34
You were absolutely correct. For some strange reason, the old jar was still in
the deploy path of my tomcat server, despite me clearing cache earlier and
re-deploying the app. Everything appears to be working fine now. Thanks for
your help.
Original comment by ram...@gmail.com
on 29 Mar 2011 at 5:25
You are welcome, glad everything was sorted out.
Original comment by serg472@gmail.com
on 29 Mar 2011 at 5:41
Original issue reported on code.google.com by
ram...@gmail.com
on 28 Mar 2011 at 8:20