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

If URLs don't end with / or /something the system adds /https at the end #1844

Closed
rgavilan opened this issue Jun 20, 2022 · 2 comments
Closed
Labels
kind/bug v3 3.0 version

Comments

@rgavilan
Copy link

sysPass Version
3.2.8

Describe the bug
Regarding to #1840, the original problem was solved but the solution caused another issue. Now, when an URL doesn't end with / or /somethig the system adds /https in search screen.

To Reproduce
Steps to reproduce the behavior:

  1. Set an URL in an account without context path, for instance https://www.google.com/
  2. Goto search screen and locate the account
  3. Look at the URL and the link
  4. See error

Expected behavior
URLs should be parsed correctly regardless of whether they end with / or not

Screenshots

image

@ska391
Copy link

ska391 commented Jun 30, 2022

I'm seeing the same problem. Also, if the URL is like "https://google.com:8080/" then you will get in result "https://google.com/https". That is, I can not specify the port in the URL.

nuxsmin added a commit that referenced this issue Jul 1, 2022
Closes #1844. Thanks for the feedback @rgavilan !!

Signed-off-by: Rubén D <nuxsmin@syspass.org>
@nuxsmin
Copy link
Owner

nuxsmin commented Jul 1, 2022

Hello, this issue was solved in latest release.

Thanks for the feedback!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug v3 3.0 version
Projects
None yet
Development

No branches or pull requests

3 participants