Actions
Bug #840
closedWXmlLocalizedStrings: do not load when deployed in unexploded war
Start date:
05/27/2011
Due date:
% Done:
0%
Estimated time:
Description
When configuring jetty to not explode a war file, the WXmlLocalizedStrings resource bundles are not loaded (correctly) from the war file.
Updated by Pieter Libin over 13 years ago
jetty explode configuration
<New class="org.mortbay.jetty.deployer.WebAppDeployer">
...
<!-- indicates whether to extract the webapp if it is packaged as a war -->
<Set name="extract">true</Set>
Updated by Pieter Libin over 13 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche almost 13 years ago
- Status changed from Resolved to Closed
- Target version set to 3.2.0
Actions