You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Kristian Marinkovic (JIRA)" <ji...@apache.org> on 2009/08/22 23:41:14 UTC

[jira] Created: (TAP5-821) Invalid component event decoding if the pathPrefix of a LibraryMapping contains a "-" character

Invalid component event decoding if the pathPrefix of a LibraryMapping contains a "-" character
-----------------------------------------------------------------------------------------------

                 Key: TAP5-821
                 URL: https://issues.apache.org/jira/browse/TAP5-821
             Project: Tapestry 5
          Issue Type: Bug
    Affects Versions: 5.1.0.5
            Reporter: Kristian Marinkovic


ComponentEventLinkEncoderImpl#decodeComponentEventRequest() cannot decode component events properly if the url conains a "-" character. 

i came across this bug when i created a test application and contributed my test pages to the ComponentClassResolver using "ui-test" as pathPrefix

public void contributeComponentClassResolver(Configuration<LibraryMapping> configuration)
{
	configuration.add(new LibraryMapping("ui-test", "my.package.path"));
}

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