Giter VIP home page Giter VIP logo

Comments (1)

nomeata avatar nomeata commented on June 2, 2024

The resolution is normal for URL resolution of web servers.

…of web servers that are backed by a file system, and thus can’t both have files called /some/path/to/file and /some/path/to/file/more/stuff. I don't think a web service backed by, say, a database would do that (unless it tries to emulate a filesystem backed store). So just recording that I’d expect such mangling to be done when uploading, so that the canister really just has a map from URLs to resources.

But yeah, this dissent breaks down due to the “but single page applications need that these days”, which I find still very odd and wrong… but if that’s the case I’ll play grandpa shouting at clouds.

As for the certification: I see these options.

  • Insert the hash of /some/path/to/file/index.html also at /some/path/to/file/ and /some/path/to/file.
  • Expose enough of the /http_assets tree to that the certifying party can re-do these resolution steps.

The former doesn’t work for the single-page-application-catch-all. The latter seems like a horrible abstraction violation to me (mapping URLs to file names should really be internal to the service, and not something that the client ought to see.)

from certified-assets.

Related Issues (7)

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.