element-hq / element-hq/element-android
URL parser does not recognise URLs with basic auth if the password is sufficiently long
- Dominant language
- Kotlin
- Stars
- 3.7k
- Forks
- 917
- PR merge metrics
- No merged PRs in 30d
Description
### Steps to reproduce
Write a message containing `https://seraph:hello_-oracle123456789123456789123456789123456789thisisverylong@matrix.my.host.name/some/uri`
### Intended result and actual result
#### What did you expect?
web renders it (correctly) as https://seraph:hello_-oracle123456789123456789123456789123456789thisisverylong@matrix.my.host.name/some/uri
#### What happened instead?
android renders it as https://seraph:hello_-oracle123456789123456789123456789123456789thisisverylong@matrix.my.host.name/some/uri
### Your phone model
_No response_
### Operating system version
_No response_
### Application version and app store
schildi 1.3.1.sc45-test15
### Homeserver
_No response_
### Will you send logs?
No
Contributor guide
Assessment
This issue has not been assessed yet.