Skip to content

Commit

Permalink
clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
Burt Beckwith committed Jul 17, 2012
1 parent 34737a9 commit c741356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/guide/13 URL Properties.gdoc
Expand Up @@ -23,7 +23,7 @@ auth.useForward | false | Whether to render the login page (@true@) or redirect
logout.afterLogoutUrl | '/' | URL for redirect after logout.
logout.filterProcessesUrl | '/j_spring_security_logout' | Logout URL, intercepted by Spring Security filter.
logout.handlerNames | \['rememberMeServices', 'securityContextLogoutHandler'\] | Logout handler bean names. See [Logout Handlers|guide:20 Logout Handlers]
adh.errorPage | '/login/denied' | Location of the 403 error page.
adh.errorPage | '/login/denied' | Location of the 403 error page (or set to @null@ to send a 403 error and not render a page).
adh.ajaxErrorPage | '/login/ajaxDenied' | Location of the 403 error page for Ajax requests.
ajaxHeader | 'X-Requested-With' | Header name sent by Ajax library, used to detect Ajax.
redirectStrategy. contextRelative | @false@ | If @true@, the redirect URL will be the value after the request context path. This results in the loss of protocol information (HTTP or HTTPS), so causes problems if a redirect is being performed to change from HTTP to HTTPS or vice versa.
Expand Down

0 comments on commit c741356

Please sign in to comment.