nvm, I am a dummy ``` @RequestParam("success") suc...
# spring
p
nvm, I am a dummy
Copy code
@RequestParam("success") success : String
works just fine, it's an empty string when the flag is there and null otherwise..
👍 2