]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
fix: support forms without "action"
authorJoachim Kuebart <joachim.kuebart@gmail.com>
Tue, 9 Mar 2021 12:45:35 +0000 (13:45 +0100)
committerJoachim Kuebart <joachim.kuebart@gmail.com>
Wed, 10 Mar 2021 21:19:37 +0000 (22:19 +0100)
commitcade4e18c8903dd9007629b08917b02d61e35af1
tree7a320543bda024a58da09a7af18784f1184e1622
parentc8a6ee94180a09339eafefe0a2d889e7aa508e56
fix: support forms without "action"

The HTML spec states:
    If action is the empty string, let action be the URL of the form
    document.
    https://html.spec.whatwg.org/#concept-form-submit

This occurs for me in a scenario using Azure SSO.

Signed-off-by: Joachim Kuebart <joachim.kuebart@gmail.com>
auth-juniper.c