incorrect context generated for URLs with final slash
-----------------------------------------------------
Key: TAPESTRY-1297
URL: https://issues.apache.org/jira/browse/TAPESTRY-1297
Project: Tapestry
Issue Type: Bug
Affects Versions: 5.0
Reporter: Daniel Gredler
Priority: Minor
Fix For: 5.0
Attachments: fix-context-for-paths-with-final-slash.patch
When using a URL of the form "http://www.host.com/page/", rather than
"http://www.host.com/page" (note the final slash), the context which gets
generated and passed on to event handlers like onActivate( ) is an array with a
single empty string, rather than an empty array.
Attaching a small fix, including unit tests.
--
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]