Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.0
-
None
-
None
Description
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.