Prevent ConcurrentModificationException when removing WAR via FarmWarDeployer
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1059881 13f79535-47bb-0310-9956-
ffa450edef68
} else if (check == -1) {
listener.fileRemoved(info.getWar());
//no need to keep in memory
- currentStatus.remove(info.getWar().getAbsolutePath());
+ i.remove();
}
}
<add>
Internationalise the log messages for the FarmWarDeployer. (markt)
</add>
+ <fix>
+ <bug>50600</bug>: Prevent a <code>ConcurrentModificationException</code>
+ when removing a WAR file via the FarmWarDeployer. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Web applications">