mirror of
https://github.com/google/nomulus
synced 2026-01-09 23:47:49 +00:00
Remove xsrfScope and xsrfProtection authentication attributes
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=159121132
This commit is contained in:
@@ -26,8 +26,6 @@ import javax.servlet.http.HttpSession;
|
||||
/** Runs EPP from the console and requires GAE user authentication. */
|
||||
@Action(
|
||||
path = "/registrar-xhr",
|
||||
xsrfProtection = true,
|
||||
xsrfScope = EppConsoleAction.XSRF_SCOPE,
|
||||
method = Method.POST,
|
||||
auth =
|
||||
@Auth(
|
||||
@@ -38,8 +36,6 @@ import javax.servlet.http.HttpSession;
|
||||
)
|
||||
public class EppConsoleAction implements Runnable {
|
||||
|
||||
public static final String XSRF_SCOPE = "console";
|
||||
|
||||
@Inject @Payload byte[] inputXmlBytes;
|
||||
@Inject HttpSession session;
|
||||
@Inject EppRequestHandler eppRequestHandler;
|
||||
|
||||
Reference in New Issue
Block a user