public static interface XsrfCheck.Submission
| Modifier and Type | Method and Description |
|---|---|
void |
init(net.sourceforge.jwebunit.WebTester tester,
Navigation navigation,
Form form)
Initialise the submission with state from the checker.
|
void |
removeToken()
Removes the token from the state so that we can test what happens when a "dodgy token" is submitted to an
action that is expecting a good token.
|
void |
submitRequest()
Submits a request to an action that presumably is XSRF-protected and requires a token to be present.
|
com.meterware.httpunit.WebResponse |
submitRequest(String referer)
Submit a request with Referer header set to given value
Tester may be not updated with a response,
therefore this method returns response that may be used for assertions.
|
void init(net.sourceforge.jwebunit.WebTester tester,
Navigation navigation,
Form form)
tester - web testernavigation - navigationform - formvoid removeToken()
throws Exception
Exception - evoid submitRequest()
throws Exception
Exception - ecom.meterware.httpunit.WebResponse submitRequest(String referer) throws Exception
Note: Origin header cannot be set due to an undocumented "feature" of
sun.net.www.protocol.http.HttpURLConnection, see allowRestrictedHeaders static field
in implementation for details.
ExceptionCopyright © 2002-2024 Atlassian. All Rights Reserved.