Hello all,
I have a question about the PatternScorer/URI Templates.
router.attach("/place/{place}$", new PlaceHandler());
this results in a pattern of
/place/([a-zA-Z0-9\-\.\_\~]*)$
which does not match
http://127.0.0.1:8182/place/foo+bar
Should it?
In reading
http://bitworking.org/projects/URI-Templates/draft-gregorio-uritemplate-00.html#variables
and http://www.ietf.org/rfc/rfc3986.txt
it's not 100% clear to me.
The BNF lists the + character as a sub-delims.
Thanks,
Chris
--
Chris Grindstaff | http://gstaff.org