Skip to content

Commit 8a4fae5

Browse files
committed
changelog: clarify when "submit is not a function" is likely to occur
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent ba21dc3 commit 8a4fae5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
- fix usage of OIDCPreservePostTemplates, regression in 2.4.17; see #1325; thanks @perry19987
33
- javascript: use HTMLFormElement.prototype.submit.call(document.forms[0]) on all Javascript
44
auto-submit POST forms to prevent browser Javascript error: "form.submit is not a function"
5+
which would occur when an element (i.e. the submit button) in a HTML form has a name or id
6+
with a value "submit" and OIDCPreservePost is set to On
57
affects:
68
- OpenID Connect Implicit response type (OIDCResponseType id_token *)
79
- Form Post response type (OIDCResponseMode form_post)

0 commit comments

Comments
 (0)