osrm-backend/include/server/api
Michael Krasnyk 58ebadd7b3 Fix #2173 with a no_trailing_dot_policy
no_trailing_dot_policy rejects parsing exp, exp_n, nan, inf
and rejects parsing a fractional part if detects ".Fmt".
For Fmt = 'j', 's', 'o', 'n':
 42.foo    rule parses 42.
 42.json   rule parses 42
 42..json  rule parses 42.

Reference:
- https://github.com/Project-OSRM/osrm-backend/pull/2222#issuecomment-206206239
2016-04-08 21:03:50 +02:00
..
base_parameters_grammar.hpp Fix #2173 with a no_trailing_dot_policy 2016-04-08 21:03:50 +02:00
match_parameter_grammar.hpp Fix #2173 with a no_trailing_dot_policy 2016-04-08 21:03:50 +02:00
nearest_parameter_grammar.hpp Fix #2173 with a no_trailing_dot_policy 2016-04-08 21:03:50 +02:00
parameters_parser.hpp Do not modify the end iterator for parameter parsing, too 2016-04-08 21:03:50 +02:00
parsed_url.hpp Fix type "osrm::server::api::ParsedURL ()" 2016-04-08 21:03:50 +02:00
route_parameters_grammar.hpp Fix #2173 with a no_trailing_dot_policy 2016-04-08 21:03:50 +02:00
table_parameter_grammar.hpp Fix #2173 with a no_trailing_dot_policy 2016-04-08 21:03:50 +02:00
tile_parameter_grammar.hpp Runs scripts/format.sh 2016-04-05 22:58:32 +02:00
trip_parameter_grammar.hpp Fix #2173 with a no_trailing_dot_policy 2016-04-08 21:03:50 +02:00
url_parser.hpp Do not modify the end iterator, make const 2016-04-08 21:03:50 +02:00