- struts-config-1.1.xml referenced the 1.2 DTD in its DOCTYPE declaration and testParse1_1() which uses that file only registered the 1.1 DTD
- testCustomMappingParse1_1() was parsing the config file for the 1.2 DTD rather than the version for the 1.1 DTD
This problem has been around a while since it was also in the 1.2.x branch - fixed in current trunk and 1.2.x branch.
Niall Pemberton added a comment - 29/May/06 02:00 PM There were two issues causing this:
- struts-config-1.1.xml referenced the 1.2 DTD in its DOCTYPE declaration and testParse1_1() which uses that file only registered the 1.1 DTD
- testCustomMappingParse1_1() was parsing the config file for the 1.2 DTD rather than the version for the 1.1 DTD
This problem has been around a while since it was also in the 1.2.x branch - fixed in current trunk and 1.2.x branch.
- struts-config-1.1.xml referenced the 1.2 DTD in its DOCTYPE declaration and testParse1_1() which uses that file only registered the 1.1 DTD
- testCustomMappingParse1_1() was parsing the config file for the 1.2 DTD rather than the version for the 1.1 DTD
This problem has been around a while since it was also in the 1.2.x branch - fixed in current trunk and 1.2.x branch.