Commit graph

5 commits

Author SHA1 Message Date
Leo Horie
9b482be0ca do not attempt to parse dates 2016-10-05 17:11:08 -04:00
Douglas Brown
391e7f43f5 Prevent undesired Date parsing
Native Date parsing is unpredictable and will occasionally turn a string
like "/foo/1" into a valid date of Jan 1, 2001.  This can be prevented
by not parsing a string that begins with a slash.

It's likely that this is a rare case, but it's annoying when it does
come up.
2016-09-15 16:05:30 -04:00
Leo Horie
5815a590a8 test empty object 2016-05-24 23:18:11 -04:00
Leo Horie
d8a402f4f5 utf-8 handling in router 2016-05-13 07:02:32 -04:00
Leo Horie
559369016d initial commit (work in progress) 2016-04-20 20:02:37 -04:00