can Spring controller bind to a url parameter with...
# spring
p
can Spring controller bind to a url parameter without value? I would like to know in my controller whether the url ends with
?success
or not.. Do I have to do
?success=true
instead?