提交 ed712a78 编写于 作者: K Kohsuke Kawaguchi

merging this toward 1.509

上级 3d433ab6
......@@ -134,7 +134,7 @@ public abstract class ACL {
* Safer variant of {@link #impersonate(Authentication)} that does not require a finally-block.
* @param auth authentication, such as {@link #SYSTEM}
* @param body an action to run with this alternate authentication in effect
* @since XXX
* @since 1.509
*/
public static void impersonate(Authentication auth, Runnable body) {
SecurityContext old = impersonate(auth);
......
......@@ -38,7 +38,7 @@ import javax.servlet.http.HttpSession;
*
* @author Kohsuke Kawaguchi
* @see HttpSessionContextIntegrationFilter2
* @since XXX
* @since 1.509
*/
public class NonSerializableSecurityContext implements SecurityContext {
private transient Authentication authentication;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册