Code Monkey home page Code Monkey logo

Comments (5)

SimonSapin avatar SimonSapin commented on July 24, 2024

Which spec are you quoting? This library implements https://url.spec.whatwg.org/.

The expected value of fields in urltestdata.txt correspond to the URLUtils interface implemented by browsers, where data is percent-encoded. For example, this shows a%40b:

data:text/html,<a href="http://a@[email protected]"></a><script>document.write(document.getElementsByTagName('a')[0].username)</script>

from rust-url.

divarvel avatar divarvel commented on July 24, 2024

I was referring to RFC1738 which seem outdated indeed.
I've had a closer look at the whatwg url spec and I'm not sure I understand why username and password should be percent encoded when parsed (no decoding is required when serializing an URL), but that's not something to discuss here :-)

Sorry for the bother.

from rust-url.

SimonSapin avatar SimonSapin commented on July 24, 2024

My understanding is that this is the behavior you want on the client side, so that the fields of a parsed URL correspond to what’s gonna be sent on the network when making a request for that URL. Server-side code might make different choices.

from rust-url.

divarvel avatar divarvel commented on July 24, 2024

Oh, I understand it now, it does not parse a serialized url, it parses an url typed by the user. So parsing . serialization should not be identity. Thanks for the explanation.

from rust-url.

SimonSapin avatar SimonSapin commented on July 24, 2024

It parses for example what’s found in the href attribute of an a element, which can be anything. serialize(parse(X)) is not necessarily X for any X, but parse(serialize(parse(X))) should be the same as parse(X) I think.

from rust-url.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.