Urimatcher Doesn't Match Correctly
First up: I have sifted through many of the questions on the topic on SO and have still failed to come up with a correct answer. Here is a, (way simplified), version of my code: pr
Solution 1:
You're using lower-case 'reminder' when you set up the matcher, but the actual URI has upper-case 'Reminder'.
Post a Comment for "Urimatcher Doesn't Match Correctly"