perwendel / spark

A simple expressive web framework for java. Spark has a kotlin DSL https://github.com/perwendel/spark-kotlin
Apache License 2.0
9.63k stars 1.56k forks source link

fix-issue339 have ": " in request params map #1230

Open nicetryzz opened 3 years ago

nicetryzz commented 3 years ago

I changed the getParams method in request method, in order to guarantee the match path doesn't start with ":".

nicetryzz commented 3 years ago

Also, url in http should be Sensitive. Change it to low case isn't a good behavior.