Just poking around a bit more and I noticed that there are some various
bits of documentation stuff that are thrown into the application context
during build time. Thinks like ...
docs/*
CHANGES.txt
LICENSE.txt
NOTICE.txt
README.txt
I definitely believe these things should be part of the bundle that
people download when they get a release, but I don't think they should
actually be inside the webapp itself and therefore made available for
people to browse to when the app is deployed. Many (maybe most/all?)
sites do not care to have that stuff inside that actually deployed webapp.
I'd like to remove them from being included in the assembled webapp.
Anyone object? They will still be part of the actual release, just not
inside the webapp itself.
-- Allen