-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
URL parserIssue related to the new URL parserIssue related to the new URL parser
Description
Description of the Issue
there is a problem with the parsing of the URL.
If there is a '#' within the URL, and in the following there is a '?', the part of the URL following '?' is not recognized.
Steps to Reproduce the Issue
- type an URL such as
https://example.com/#/app/0?context - the part of the URL after
?is not recognized as URL.
Expected Behavior
All the https://example.com/#/app/0?context should be recognized as URL.
Actual Behavior
Only https://example.com/#/app/0 is parsed as URL.
Debug Information
Notepad++ v8.5.2 (64-bit)
Build time : Apr 4 2023 - 19:55:32
Path : C:\Program Files\Notepad++\notepad++.exe
Command Line :
Admin mode : OFF
Local Conf mode : OFF
Cloud Config : OFF
OS Name : Windows 10 Home (64-bit)
OS Version : 22H2
OS Build : 19045.2846
Current ANSI codepage : 1252
Plugins :
DSpellCheck (1.4.24)
mimeTools (2.9)
NppConverter (4.5)
NppExec (0.8.2)
NppExport (0.4)
Screenshot
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
URL parserIssue related to the new URL parserIssue related to the new URL parser
