Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix 148333 -- NPE with internal bookmark and any bookmark in run servlet path.

 

Summary:

 Fix 148333 -- NPE with internal bookmark and any bookmark in run servlet path.
- Bugzilla Bug (s) Resolved:
148333

- Description:

1. When previewing in ‘run’ command, the document must be null, then NPE is thrown. Must read report name.

2. When building internal bookmark, then both document name and report name is null, must use ‘#+{bookmark}’.


- Tests Description:

 Manual test
- Notes to Build Team: None


- Notes to Developers: None


- Notes to QA: None


- Notes to Documentation: None


- Files Added:

- Files Edited:

 

 

Checking in birt/WEB-INF/classes/org/eclipse/birt/report/service/ViewerHTMLActionHandler.java;


Back to the top