'A non-proceed event occurred while processing the request: Yes' when attempting SLO
Cantor, Scott
cantor.2 at osu.edu
Sun Feb 18 11:59:03 EST 2018
On 2/16/18, 5:54 PM, "users on behalf of Zacharyzachary Pearson" <users-bounces at shibboleth.net on behalf of zpearson at hawk.iit.edu> wrote:
> I am having to test this on IE11 as per company specs, does not have issues on chrome
I would guess there's an HTML incompatibilty causing IE11 to pass a form field value of Yes when a button is clicked instead of the value in the <button> element, which is not Yes.
<form id="propagate_form" method="POST" action="$flowExecutionUrl">
<button id="propagate_yes" type="submit" name="_eventId" value="propagate">Yes</button>
<button id="propagate_no" type="submit" name="_eventId" value="end">No</button>
</form>
Or of course somebody changed the form and broke it since it's in an accessible template.
-- Scott
More information about the users
mailing list