ChainedTilesContextFactory does not skip missing classes correctly
------------------------------------------------------------------
Key: TILES-161
URL: https://issues.apache.org/struts/browse/TILES-161
Project: Tiles
Issue Type: Bug
Components: tiles-core
Affects Versions: 2.0.3
Reporter: Antonio Petrelli
Fix For: 2.0.4
During initialization, ChainedTilesContextFactory tries to load all of its
elementary factories.
But if an elementary factory is not found, it logs the problem and goes ahead,
but puts a null value in the factory array.
The array of "valid" factories must be shrinked, so it does not contain any
null value.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.