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

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -