You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If U+0040(@) used twice in the URL, the first one will convert to %40 and handled with authority params(username:password).
The browser like Chrome, Firefox may handle @@ in URL specially. Maybe this case can be handled in webpack specially with a PR, if Node.js need compatible with previous versions?
Version
v16.13.1
Platform
Linux evilebottnawi 5.4.0-90-generic #101-Ubuntu SMP Fri Oct 15 20:00:55 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Subsystem
No response
What steps will reproduce the bug?
Code:
output:
Then run the same code in browser (chrome):
Look at
username
, they are different.But if we will try firefox:
Output is not the same as Node.js/chrome
Not sure it is real bug on Node.js, because we have three different outputs, or in specification, maybe we will find the answer here
How often does it reproduce? Is there a required condition?
Always
What is the expected behavior?
The same output
What do you see instead?
No response
Additional information
Original issue webpack/webpack#15012
The text was updated successfully, but these errors were encountered: