Git Product home page Git Product logo

Comments (7)

lvivski avatar lvivski commented on July 30, 2024

There's a bug in Dart's VirtualDirectory related to soft links (pub creates links for packages). I already work on that bug, meanwhile I suggest you to used Start version 0.1.3

from start.

nkratzke avatar nkratzke commented on July 30, 2024

I have the same problem. Fallback to version 0.1.3 is no solution for me. Is there an estimated time of solution for this problem?

from start.

lvivski avatar lvivski commented on July 30, 2024

My current solution is to build JS files on the fly, and then check everything in the browser. Almost good enough, if your browser supports source maps (I think all modern ones do). So i've set up a WebStorm file watcher to rebuild JS files, when I change my client-side dart files and then use Chrome to check everything.

from start.

jpokrzyk avatar jpokrzyk commented on July 30, 2024

How about doing something like:

  void static(path, jailRoot) {
    _staticServer = new VirtualDirectory(path)
      ..allowDirectoryListing = true
      ..followLinks = true
      ..errorPageHandler = _send404
      ..jailRoot = jailRoot;

Or just changing _staticServer to staticServer. Then the security could be handled by the developer with program args. This seems a little hacky but at least the example could work out of the box.

from start.

lvivski avatar lvivski commented on July 30, 2024

Wow, thanks. jailRoot wasn't available in earlier versions, will add it to the next release asap.

from start.

jpokrzyk avatar jpokrzyk commented on July 30, 2024

Cool. Yea looking at https://code.google.com/p/dart/issues/list, I think the dart team might fix the VirtualDirectory symlink thing eventually. There's a couple of tickets open for it.

Here's the one where they discuss and implement jailRoot: https://code.google.com/p/dart/issues/detail?id=14196

from start.

lvivski avatar lvivski commented on July 30, 2024

Agree, that was a really strange issue, I do understand the security implications, but dart uses symlinks a lot.

from start.

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.