You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2011/09/14 02:20:09 UTC

[jira] [Assigned] (TAP5-1649) ComponentClassResolver should allow "common package root name" of a single term, and not require two terms

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

Howard M. Lewis Ship reassigned TAP5-1649:
------------------------------------------

    Assignee: Howard M. Lewis Ship

> ComponentClassResolver should allow "common package root name" of a single term, and not require two terms
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1649
>                 URL: https://issues.apache.org/jira/browse/TAP5-1649
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.3, 5.2
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>
> Currently, if a single folder has multiple packages, ComponentClassResolver looks for a common package name to use when constructing classpath asset URLs, for example, using:
> LibraryMapping("foo", "com.foo.bar")
> LibraryMapping("foo", "com.foo.bazz")
> The common root package would be "com.foo", and asset URLs would be /assets/xxxx/foo/bar/abc.png or /assets/xxxx/foo/bazz/xyz.pdf
> In other work, /assets/xxxx/foo maps to "com/foo" on the classpath, and the remainder is mapped in.
> However, for some clients, requiring two folders is overkill, and reducing this limit to a single folder is desirable.
> Reducing down to no folders is problematic, since it makes the entire classpath visible to browsers, including important resources such as hibernate.cfg.xml and the like.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira