bitwarden / android

Bitwarden mobile app for Android.
https://bitwarden.com
GNU General Public License v3.0
6.42k stars 808 forks source link

If the uri contains port information when selecting host matching, the mobile client cannot pop up the correct auto fill option #4138

Open qiaoyun680 opened 5 hours ago

qiaoyun680 commented 5 hours ago

Bitwarden Beta

Steps To Reproduce

  1. URI match select HOST
  2. URI contain port like xxx.com:1443
  3. visit xxx.com:1443
  4. pop up the selection dont have the right info

Expected Result

pop up the right account info

Actual Result

dont have account info Only corresponding to xxx.com can be matched.

Screenshots or Videos

No response

Additional Context

No response

Build Version

2024.9.0 (19209)

Environment Details

No response

Issue Tracking Info

bitwarden-bot commented 5 hours ago

Thank you for your report! We've added this to our internal board for review. ID: PM-13948

sammbw commented 4 hours ago

Hi there,

Thank you for your report!

I was able to reproduce this issue, and I have flagged this to our engineering team.

If you wish to add any further information/screenshots/recordings etc., please feel free to do so at any time - our engineering team will be happy to review these.

Thanks once again!

qiaoyun680 commented 4 hours ago

Hi there,

Thank you for your report!

I was able to reproduce this issue, and I have flagged this to our engineering team.

If you wish to add any further information/screenshots/recordings etc., please feel free to do so at any time - our engineering team will be happy to review these.

Thanks once again!

  1. open websit like 192.168.5.7:5700 ( or domain:port ) 1

  2. There will be pop-up options, but the URL for this option is 192.168.5.6, not matching 192.158.5.6:5700. Additionally, the URI for the newly saved project is also 192.168.5.6, not 192.158.5.6:5700. I believe the port number is not being considered, and the browser extension version is not at fault. 2 3 4