Scan annotations when unpackWars=false
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1064934 13f79535-47bb-0310-9956-
ffa450edef68
attrs.setName(entry.getName());
if (!zipEntry.isDirectory())
attrs.setResourceType("");
+ else
+ attrs.setCollection(true);
attrs.setContentLength(zipEntry.getSize());
attrs.setLastModified(zipEntry.getTime());
WebappClassLoader since the thread that triggers the memory leak is
created on demand. (markt)
</fix>
+ <fix>
+ <bug>50683</bug>: Ensure annotations are scanned when upackWars is set
+ to <code>false</code> in the Host where a web application is deployed.
+ (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">