Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't require user prompt handler notify to match when creating session #1818

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10545,11 +10545,7 @@ <h3>User Prompt Handler</h3>
<li><p>If the <var>requested prompt handler</var>&apos;s [=prompt
handler configuration/handler=] is not equal to the <a>user
prompt handler</a>&apos;s [=prompt handler
configuration/handler=], or the <var>requested prompt
handler</var>&apos;s [=prompt handler configuration/notify=]
is not equal to the <a>user prompt
handler</a>&apos;s [=prompt handler configuration/handler=],
return false.
configuration/handler=], return false.
whimboo marked this conversation as resolved.
Show resolved Hide resolved

</ol>
</li>
Expand All @@ -10558,6 +10554,12 @@ <h3>User Prompt Handler</h3>
<li>Return true</li>
</ol>

<p class="note">This does not check the <var>requested prompt
handler</var>&apos;s [=prompt handler configuration/notify=] matches
the [=prompt handler configuration/handler=], because the [=prompt
handler configuration/notify=] component only affects the [=HTTP
session=], if any.

<p>To <dfn>update the user prompt handler</dfn> given <var>requested prompt handler</var>:

<ol class=algorithm>
Expand Down
Loading