Category: | Feature request |
Priority: | Normal |
Status: | New |
Project: | Severity: | Minor |
Resolution: | Open |
|
Component: | Reproducibility: | N/A |
Assigned to: |
In building portlet pages using JasperReport, after getting an number of reports on a single page, the number of HTTP downloads can get quite large. It would optimize the download time to possibly extend the HTML and XHTML exporter to support the data uri scheme for those graphics. In the case of certain browsers(IE for example) having a size limit on the data url would be helpful. If the graphic exceeds a certian size, write the image to disk.