[
https://issues.apache.org/jira/browse/TAPESTRY-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ben Sommerville resolved TAPESTRY-1317.
---------------------------------------
Resolution: Invalid
Fix Version/s: 5.0.4
No longer an issue since the removal of namespacing & the @Contribute annotation
> Service contributors are not case insensitive with respect to the service id.
> -----------------------------------------------------------------------------
>
> Key: TAPESTRY-1317
> URL: https://issues.apache.org/jira/browse/TAPESTRY-1317
> Project: Tapestry
> Issue Type: Bug
> Components: tapestry-ioc
> Affects Versions: 5.0
> Reporter: Ben Sommerville
> Priority: Minor
> Fix For: 5.0.4
>
> Attachments: TAP-1317.patch
>
>
> When contributing to a service you currently must match the service id case
> exactly. This is at odds with the general case insensitive policy so I
> assume it is a bug.
> e.g.
> If service has id "foo.Blah"
> then
> @Contribute("foo.Blah") will be picked up
> but
> @Contribute("foo.blah") will not.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]