You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug surfaced from the test script scripts/test/Selenium/Agent/Admin/AdminSystemConfigurationExampleSessionID.t . In the test script, the config setting SessionUseCookie is turned off. This means that the session id must be passed back and forth via the URL. The substitution in the URL was triggered successfully, but the substitution was broken. In the concrete case /otobo/index.pl? was turned into /index.pl?OTOBOAgentInterface=fm4MbP076eoOLgi3T279gFdz12rlAvaf?OTOBOAgentInterface=fm4MbP076eoOLgi3T279gFdz12rlAvaf'.
As these code for the substitution looked questionable anyways, I simply tidied the code without investigating why exactly the duplicated session id occured.
The text was updated successfully, but these errors were encountered:
This bug surfaced from the test script scripts/test/Selenium/Agent/Admin/AdminSystemConfigurationExampleSessionID.t . In the test script, the config setting SessionUseCookie is turned off. This means that the session id must be passed back and forth via the URL. The substitution in the URL was triggered successfully, but the substitution was broken. In the concrete case /otobo/index.pl? was turned into /index.pl?OTOBOAgentInterface=fm4MbP076eoOLgi3T279gFdz12rlAvaf?OTOBOAgentInterface=fm4MbP076eoOLgi3T279gFdz12rlAvaf'.
As these code for the substitution looked questionable anyways, I simply tidied the code without investigating why exactly the duplicated session id occured.
The text was updated successfully, but these errors were encountered: