jooby-project / jooby

The modular web framework for Java and Kotlin
https://jooby.io
Apache License 2.0
1.7k stars 198 forks source link

revert: unify absent of HTTP parameter and empty strings #437

Closed jknack closed 8 years ago

jknack commented 8 years ago

Change was introduced here #407 in 1.0.0.CR6

See #431 See https://groups.google.com/forum/#!topic/jooby-project/HRJLfmUqzWs

@kshep92 I'm sorry but will have to revert the change I did around empty vs absent params

kshep92 commented 8 years ago

So it looks like my original solution where I registered a custom parser is what I should continue using? Or would the fix be included in CR7?

jknack commented 8 years ago

will try something else to fix this in CR7