History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: UP-1583
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: George Lindholm
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
uPortal

Can't find adminNav.dtd

Created: 26/Sep/06 04:20 PM   Updated: 15/Apr/08 05:34 PM
Component/s: Framework
Affects Version/s: 2.5.3 GA
Fix Version/s: 2.5.4

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Text File XMLLinksFileLoader.patch (6 kb)



 Description  « Hide
adminNav.xml can't find adminNav.dtd so adminnav.XMLLinksFileLoader fails.

 All   Comments   Work Log   Change History   FishEye      Sort Order:
Vangel Ajanovski [11/Oct/06 05:32 AM]
I think that this will solve the problem. I've included the patch.

ContentHandler ch = (ContentHandler) new XMLLinksHandler(registrar,
resolver);
parser.setContentHandler(ch);
+ parser.setEntityResolver(new DTDResolver("adminNav.dtd"));
try
{
parser.parse(source);