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

Non-special URLs can have their paths erased #921

Merged
merged 2 commits into from Apr 5, 2024

Conversation

DylanOToole2
Copy link
Contributor

For Bug 1874117 with reviewer @valenting

Sorry, I accidentally closed the first PR

url/src/lib.rs Outdated
@@ -146,9 +146,7 @@ pub use form_urlencoded;
extern crate serde;

use crate::host::HostInternal;
use crate::parser::{
to_u32, Context, Parser, SchemeType, PATH_SEGMENT, SPECIAL_PATH_SEGMENT, USERINFO,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't remove SPECIAL_PATH_SEGMENT from here please.

@valenting valenting added this pull request to the merge queue Apr 5, 2024
Merged via the queue into servo:main with commit fd042e0 Apr 5, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants