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
I've found unexpected behaviour of Google Chrome/Chromium.
When you first time will open your redmine, Google Chrome will send request for opeansearch.xml. But if your redmine require authentication, then Chrome will receive 302 redirect instead of 200 and content of requested file. And modern versions of Chrome will not try again to request opensearch.xml. So your plugin will be unusable. Even reset of user profile will not fix this (i.e. deleting history, cookies, etc). Only deleting folder with user data will help.
Don't sure, that i've found correct solution. This fix can be wrong for security reasons. But it can be fixed by adding this in beginning of opensearch_controller.rb:
I've found unexpected behaviour of Google Chrome/Chromium.
When you first time will open your redmine, Google Chrome will send request for opeansearch.xml. But if your redmine require authentication, then Chrome will receive 302 redirect instead of 200 and content of requested file. And modern versions of Chrome will not try again to request opensearch.xml. So your plugin will be unusable. Even reset of user profile will not fix this (i.e. deleting history, cookies, etc). Only deleting folder with user data will help.
Don't sure, that i've found correct solution. This fix can be wrong for security reasons. But it can be fixed by adding this in beginning of opensearch_controller.rb:
The text was updated successfully, but these errors were encountered: