Jump to content
Changes to the Jaspersoft community edition download ×
  • Internal links to related resources in Flash Reports use hardcoded localhost values


    djohnson53
    • Version: v4.7.0

    Steps to Reproduce:

    1. Run Flash Report using REST services on instance not on default installation (not localhost or port 8080)
    2. export to HTML
    3. open in browser, look at the internal links in firebug

    Issue:

    [toc on_off::hide=1]

    Here is an example of a faulty generated link:

    <script type="text/javascript" src="http://localhost:8080/jasperserver-pro/fusion/charts/FusionCharts.js"></script>

    links are localhost:8080 all the time. 

    Resolution:

    Links of the generated fusion chart report output are absolute. Host name, port and context path should be configured in js.quartz.properties.

    By default there is:

    report.scheduler.web.deployment.uri=http://localhost:8080/jasperserver-pro


    Bug 27253 -REST Services: Internal links to related resources in Flash Reports use hardcoded localhost values


    User Feedback

    Recommended Comments

    There are no comments to display.



    Guest
    This is now closed for further comments

×
×
  • Create New...