You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2010/04/19 18:37:50 UTC

[jira] Closed: (TAP5-880) Ajax response can include multiple times CSS and JS urls

     [ https://issues.apache.org/jira/browse/TAP5-880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAP5-880.
-------------------------------------

    Resolution: Invalid

This has been fixed as part of TAP5-769. The redundancy logic is now part of JavascriptSupport which is a public API (DocumentLinker is an internal Tapestry API). 

> Ajax response can include multiple times CSS and JS urls
> --------------------------------------------------------
>
>                 Key: TAP5-880
>                 URL: https://issues.apache.org/jira/browse/TAP5-880
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-core
>    Affects Versions: 5.1.0.5
>            Reporter: Denis Delangle
>         Attachments: patch_partial_markup_document_linker.txt
>
>
> The PartialMarkupDocumentLinker doesn't check if a media has been added to the response (DocumentLinkerImpl does). I use a component in a 500 lines table so I have 500 times my JS url in the JSON response wich slows down my browser.
> I made a patch to fix that issue. Hope you can include it quickly on the trunk.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.