Ignore:
Timestamp:
Oct 22, 2010, 4:18:34 PM (13 years ago)
Author:
robert@…
Message:

New type of authentication and authorization added to the rest controller. See ticket 118

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/login/auth.gsp

    r976 r983  
    6767                                        <input type='submit' value='Login' />
    6868                                </p>
     69
     70                                <g:if test="${redirectUrl}">
     71                                  <g:hiddenField name="spring-security-redirect" value="${redirectUrl}" />
     72                                </g:if>
    6973                        </form>
    7074                </div>
Note: See TracChangeset for help on using the changeset viewer.