You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2007/11/09 14:06:51 UTC

[jira] Created: (SLING-100) Recognize tag library descriptor by extension

Recognize tag library descriptor by extension
---------------------------------------------

                 Key: SLING-100
                 URL: https://issues.apache.org/jira/browse/SLING-100
             Project: Sling
          Issue Type: Improvement
          Components: JSP
            Reporter: Marcel Reutegger
            Priority: Minor
         Attachments: SLING-100.patch

Currently TldLocationsCacheSupport only recognizes tag library descriptors named taglib.tld. Using Bundle.findEntries() all descriptors with a .tld extension can be loaded.

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


[jira] Assigned: (SLING-100) Recognize tag library descriptor by extension

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger reassigned SLING-100:
---------------------------------------

    Assignee: Felix Meschberger

> Recognize tag library descriptor by extension
> ---------------------------------------------
>
>                 Key: SLING-100
>                 URL: https://issues.apache.org/jira/browse/SLING-100
>             Project: Sling
>          Issue Type: Improvement
>          Components: JSP
>            Reporter: Marcel Reutegger
>            Assignee: Felix Meschberger
>            Priority: Minor
>         Attachments: SLING-100.patch
>
>
> Currently TldLocationsCacheSupport only recognizes tag library descriptors named taglib.tld. Using Bundle.findEntries() all descriptors with a .tld extension can be loaded.

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


[jira] Commented: (SLING-100) Recognize tag library descriptor by extension

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541315 ] 

Felix Meschberger commented on SLING-100:
-----------------------------------------

Congratulations to #100 :-)

Thanks for supplying the patch. We will integrate it while migrating to the Sling API.

> Recognize tag library descriptor by extension
> ---------------------------------------------
>
>                 Key: SLING-100
>                 URL: https://issues.apache.org/jira/browse/SLING-100
>             Project: Sling
>          Issue Type: Improvement
>          Components: JSP
>            Reporter: Marcel Reutegger
>            Priority: Minor
>         Attachments: SLING-100.patch
>
>
> Currently TldLocationsCacheSupport only recognizes tag library descriptors named taglib.tld. Using Bundle.findEntries() all descriptors with a .tld extension can be loaded.

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


[jira] Updated: (SLING-100) Recognize tag library descriptor by extension

Posted by "Marcel Reutegger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Reutegger updated SLING-100:
-----------------------------------

    Attachment: SLING-100.patch

Proposed change.

> Recognize tag library descriptor by extension
> ---------------------------------------------
>
>                 Key: SLING-100
>                 URL: https://issues.apache.org/jira/browse/SLING-100
>             Project: Sling
>          Issue Type: Improvement
>          Components: JSP
>            Reporter: Marcel Reutegger
>            Priority: Minor
>         Attachments: SLING-100.patch
>
>
> Currently TldLocationsCacheSupport only recognizes tag library descriptors named taglib.tld. Using Bundle.findEntries() all descriptors with a .tld extension can be loaded.

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


[jira] Closed: (SLING-100) Recognize tag library descriptor by extension

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger closed SLING-100.
-----------------------------------

    Resolution: Fixed

Fixed as proposed in Rev. 598658.

The JSP compiler now looks for all *.tld files within the META-INF folders of the bundles.

> Recognize tag library descriptor by extension
> ---------------------------------------------
>
>                 Key: SLING-100
>                 URL: https://issues.apache.org/jira/browse/SLING-100
>             Project: Sling
>          Issue Type: Improvement
>          Components: JSP
>            Reporter: Marcel Reutegger
>            Assignee: Felix Meschberger
>            Priority: Minor
>         Attachments: SLING-100.patch
>
>
> Currently TldLocationsCacheSupport only recognizes tag library descriptors named taglib.tld. Using Bundle.findEntries() all descriptors with a .tld extension can be loaded.

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