Bug 497563 - Bookmarks does not accept "complex" uris
Summary: Bookmarks does not accept "complex" uris
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: bookmark (show other bugs)
Version: 23.08.5
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-16 14:51 UTC by xavier.humbert
Modified: 2024-12-16 16:09 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
attachment-3234732-0.html (2.33 KB, text/html)
2024-12-16 16:09 UTC, tcanabrava
Details

Note You need to log in before you can comment on or make changes to this bug.
Description xavier.humbert 2024-12-16 14:51:16 UTC
SUMMARY
Bookmarks does not accept "complex" syntax in uris eg for Wallix Bastion

STEPS TO REPRODUCE
1.  Open Bookmarks manager
2. Create a new bookmark with user = root@remotehost:user, host=bastion,
it gives an URI like "ssh://root@remotehost:user@bastion"

OBSERVED RESULT
The entry is silently discarded, while this is a perfectly valid SSH command

EXPECTED RESULT
Save and make usable this particular syntax

SOFTWARE/OS VERSIONS
Linux: Ubunbtu  24.04.1 LTD
KDE Frameworks Version:  5.115.0
Qt Version: 5.15.13

ADDITIONAL INFORMATION

The command "ssh root@remotehost:user@bastion" or the other form " ssh -l root@remotehost:user bastion" works as expected when typed directly in Konsole window

Xavier
Comment 1 tcanabrava 2024-12-16 16:09:06 UTC
Created attachment 176680 [details]
attachment-3234732-0.html

yeah, i never expected to have two "@". should be the matter of just fixing
the regexp

On Mon, 16 Dec 2024 at 15:51 <bugzilla_noreply@kde.org> wrote:

> https://bugs.kde.org/show_bug.cgi?id=497563
>
>             Bug ID: 497563
>            Summary: Bookmarks does not accept "complex" uris
>     Classification: Applications
>            Product: konsole
>            Version: 23.08.5
>           Platform: Ubuntu
>                 OS: Linux
>             Status: REPORTED
>           Severity: normal
>           Priority: NOR
>          Component: bookmark
>           Assignee: konsole-devel@kde.org
>           Reporter: xavier.humbert@ac-nancy-metz.fr
>   Target Milestone: ---
>
> SUMMARY
> Bookmarks does not accept "complex" syntax in uris eg for Wallix Bastion
>
> STEPS TO REPRODUCE
> 1.  Open Bookmarks manager
> 2. Create a new bookmark with user = root@remotehost:user, host=bastion,
> it gives an URI like "ssh://root@remotehost:user@bastion"
>
> OBSERVED RESULT
> The entry is silently discarded, while this is a perfectly valid SSH
> command
>
> EXPECTED RESULT
> Save and make usable this particular syntax
>
> SOFTWARE/OS VERSIONS
> Linux: Ubunbtu  24.04.1 LTD
> KDE Frameworks Version:  5.115.0
> Qt Version: 5.15.13
>
> ADDITIONAL INFORMATION
>
> The command "ssh root@remotehost:user@bastion" or the other form " ssh -l
> root@remotehost:user bastion" works as expected when typed directly in
> Konsole
> window
>
> Xavier
>
> --
> You are receiving this mail because:
> You are the assignee for the bug.