
|
If you were logged in you would be able to see more operations.
|
|
|
Struts 1
Created: 15/May/06 01:21 AM
Updated: 03/Jul/07 08:25 PM
|
|
| Component/s: |
Core
|
| Affects Version/s: |
Nightly Build
|
| Fix Version/s: |
1.3.5
|
|
|
TestModuleConfig in struts-core fails unless an Internet connection is available.
|
|
Description
|
TestModuleConfig in struts-core fails unless an Internet connection is available. |
Show » |
|
- 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.