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

Some special long URLs cannot be parsed correctly #490

Open
no3keyboard opened this issue Sep 9, 2024 · 2 comments
Open

Some special long URLs cannot be parsed correctly #490

no3keyboard opened this issue Sep 9, 2024 · 2 comments
Assignees
Labels
bug parsing Related to string parsing

Comments

@nfrasser nfrasser self-assigned this Dec 4, 2024
@nfrasser nfrasser added bug parsing Related to string parsing labels Dec 4, 2024
@madiyetov
Copy link

madiyetov commented Dec 26, 2024

one more

https://xxxxx.xx/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:'2024-12-25T08:10:44.851Z',to:'2024-12-25T08:45:03.055Z'))&_a=(columns:!(),filters:!(),index:apm_static_index_pattern_id,interval:auto,query:(language:kuery,query:'user.id:%111'),sort:!(!('@timestamp',desc)))

the result:

https://xxxxx.xx/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from

edit: I've downgraded to v4.1.4 from v4.2.0 to revert the commit with apostrophe fix. But now, it cuts last three brackets:

https://xxxxx.xx/app/discover#/?_g=(filters:!(),refreshInterval:(pause:!t,value:0),time:(from:'2024-12-25T08:10:44.851Z',to:'2024-12-25T08:45:03.055Z'))&_a=(columns:!(),filters:!(),index:apm_static_index_pattern_id,interval:auto,query:(language:kuery,query:'user.id:%111'),sort:!(!('@timestamp',desc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug parsing Related to string parsing
Projects
None yet
Development

No branches or pull requests

3 participants