
| Key: |
UP-1583
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
George Lindholm
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
File Attachments:
|
1.
XMLLinksFileLoader.patch (6 kb)
|
|
|
adminNav.xml can't find adminNav.dtd so adminnav.XMLLinksFileLoader fails.
|
|
Description
|
adminNav.xml can't find adminNav.dtd so adminnav.XMLLinksFileLoader fails. |
Show » |
|
ContentHandler ch = (ContentHandler) new XMLLinksHandler(registrar,
resolver);
parser.setContentHandler(ch);
+ parser.setEntityResolver(new DTDResolver("adminNav.dtd"));
try
{
parser.parse(source);