Grails redirect and spring security -
Calling a redirection within a control action always adds a strange piece to the redirect URL.
Grails 2.1 .0
DIF index = {... ... Spring safety programmatic authentication ... redirect (Yuri: '/ m')}
Redirect (Yuri: '/ m', piece: blank)
/ me # _ = _
or
Redirect (uri: '/ me', absolute: true)
Do not change
from where did the # _ = _ come ??
Comments
Post a Comment