submit failed retry
Consider this (dont mind the reg disabled...):
------------------------------------
submit failed=inurl:registration-disabled
submit failed retry=registration is disabled<
------------------------------------
1.SER visits the url, in log you can see:
-------------------------------------
reigstration failed (inurl:registration-disabled)
--------------------------------------
2. Due to "submit failed retry" SER still tries to submit 4 times.
--------------------------------------
reigstration failed (inurl:registration-disabled)
reigstration failed (inurl:registration-disabled)
reigstration failed (inurl:registration-disabled)
reigstration failed (inurl:registration-disabled)
So, even that we told SER that submit failed (which should have priority and end the posting? ) SER keeps posting beacuse it found "submit failed retry".
What do you think?
------------------------------------
submit failed=inurl:registration-disabled
submit failed retry=registration is disabled<
------------------------------------
1.SER visits the url, in log you can see:
-------------------------------------
reigstration failed (inurl:registration-disabled)
--------------------------------------
2. Due to "submit failed retry" SER still tries to submit 4 times.
--------------------------------------
reigstration failed (inurl:registration-disabled)
reigstration failed (inurl:registration-disabled)
reigstration failed (inurl:registration-disabled)
reigstration failed (inurl:registration-disabled)
So, even that we told SER that submit failed (which should have priority and end the posting? ) SER keeps posting beacuse it found "submit failed retry".
What do you think?
Comments
Nothing to do with proxies. "Submit failed retry" has priority over "submit failed".
So i tell SER -> "submit failed" this submission failed please stop. But SER also sees messages for "submit failed retry" and retries the submission.
Very good question. Imagine a register page with html tag id="register_error"
If you download this page and you see "register_error" it means that you cannot register.
But if "register_error" is not here and you submit registriation form, you receive "register_error" (usernaem too long). I tried to use "page must have" "url must have" but i guess its only for the SETUP step or i did something wrong, beacuse it didnt work.