public abstract static class XsrfCheck.AbstractFormSubmission extends Object implements XsrfCheck.Submission
Constructor and Description |
---|
AbstractFormSubmission() |
Modifier and Type | Method and Description |
---|---|
protected abstract com.meterware.httpunit.SubmitButton |
getButton() |
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.
|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
init, submitRequest
public void removeToken()
XsrfCheck.Submission
removeToken
in interface XsrfCheck.Submission
protected abstract com.meterware.httpunit.SubmitButton getButton()
public com.meterware.httpunit.WebResponse submitRequest(String referer)
XsrfCheck.Submission
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.
submitRequest
in interface XsrfCheck.Submission
public void init(net.sourceforge.jwebunit.WebTester tester, Navigation navigation, Form form)
XsrfCheck.Submission
init
in interface XsrfCheck.Submission
tester
- web testernavigation
- navigationform
- formCopyright © 2002-2023 Atlassian. All Rights Reserved.