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
Describe the bug
After updating to version 3.2.6 we have detected that some URLs are displayed incorrectly on the search screen. For instance, if we set the URL https://www.google.com in the account, we can see on the search screen the value https%3A%2F%2Fwww.google.com and the link is https://syspass-url/https%3A%2F%2Fwww.google.com
I suppose the problem is related with this function:
Thank you for the solution, but the problem is still here although is not exactly the same. Now, when an URL doesn't end with / or /somethig the system adds /https in search screen.
sysPass Version
3.2.6
Describe the bug
After updating to version 3.2.6 we have detected that some URLs are displayed incorrectly on the search screen. For instance, if we set the URL https://www.google.com in the account, we can see on the search screen the value https%3A%2F%2Fwww.google.com and the link is https://syspass-url/https%3A%2F%2Fwww.google.com
I suppose the problem is related with this function:
The regexp expects the url has 3 parts, and if it doesn't finish with
/
or/something
, it doesn't match.To Reproduce
Steps to reproduce the behavior:
Expected behavior
URLs should be parsed correctly regardless of whether they end with / or not
Screenshots
The text was updated successfully, but these errors were encountered: