Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] [134485] CheckIn:Fix bugzilla bug 134485[regression] fail to preview a report with deployed XML data source

- Summary:
[134485] CheckIn:Fix bugzilla bug 134485[regression] fail to preview a report with deployed XML data source


- Bugzilla Bug (s) Resolved:
No

 

- Description:
When implement relative path support in xml driver, we use util method provided by model. However that method cannot be used to parse the absolute path using http protocol.

We changed the algorithm so that once model’s method return null we treat the input path as absolute path and return it directly.

 

- Tests Description:
Unit test.


- Files Edited:

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/adapter/ModelDteApiAdapter.java"

 

- Files Added:


- Files Deleted:

 

- Notes to Build Team:
N/A


- Notes to Developers:
N/A


- Notes to QA: 
 

N/A

 

- Notes to Documentation:  
N/A

 

 

 

 


Back to the top