Commit 7ec8d0df by Qiang Xue

doc fix.

parent fb0c43b3
...@@ -319,7 +319,9 @@ class User extends Component ...@@ -319,7 +319,9 @@ class User extends Component
* to the current page after successful login. Make sure you set [[loginUrl]] * to the current page after successful login. Make sure you set [[loginUrl]]
* so that the user browser can be redirected to the specified login URL after * so that the user browser can be redirected to the specified login URL after
* calling this method. * calling this method.
* After calling this method, the current request processing will be terminated. *
* Note that when [[loginUrl]] is set, calling this method will NOT terminate the application execution.
*
* @return Response the redirection response if [[loginUrl]] is set * @return Response the redirection response if [[loginUrl]] is set
* @throws AccessDeniedHttpException the "Access Denied" HTTP exception if [[loginUrl]] is not set * @throws AccessDeniedHttpException the "Access Denied" HTTP exception if [[loginUrl]] is not set
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment