From 0d759c99acb20a6c732d0d7e15c83a3a307d9092 Mon Sep 17 00:00:00 2001 From: James Graham Date: Wed, 12 Jun 2024 12:24:36 +0100 Subject: [PATCH] Don't require user prompt handler notify to match when creating session This would prevent creating a BiDi session for a browser that already has a HTTP session with the notify flag set for some prompt handler. --- index.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 3187af5b..177d7417 100644 --- a/index.html +++ b/index.html @@ -10545,11 +10545,7 @@

User Prompt Handler

  • If the requested prompt handler's [=prompt handler configuration/handler=] is not equal to the user prompt handler's [=prompt handler - configuration/handler=], or the requested prompt - handler's [=prompt handler configuration/notify=] - is not equal to the user prompt - handler's [=prompt handler configuration/handler=], - return false. + configuration/handler=], return false.

  • @@ -10558,6 +10554,12 @@

    User Prompt Handler

  • Return true
  • +

    This does not check the requested prompt +handler'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. +

    To update the user prompt handler given requested prompt handler: