Coder Social home page Coder Social logo

Comments (8)

elithrar avatar elithrar commented on May 2, 2024 1

This should be fixed in #154.

from mux.

bundah avatar bundah commented on May 2, 2024

I agree with your reasoning. Granted, the client is hitting the endpoint incorrectly. However path.Clean doesn't just trim trailing slashes (as code comments say https://github.com/gorilla/mux/blob/master/mux.go#L348), it trims all extra slashes and in some cases dots too... because it is meant more for filesystem pathing IMO. Perhaps a better approach ( don't know the exact rationale for the current implementation) is logic surrounding StrictSlash and https://golang.org/pkg/strings/#TrimRight with "/" as the cutset...

from mux.

kisielk avatar kisielk commented on May 2, 2024

The cleanPath behaviour is identical to that of the net/http mux.

from mux.

kisielk avatar kisielk commented on May 2, 2024

and actually the redirect behaviour is basically the same as well... so I'm not really inclined to change the way it is working right now

from mux.

dylanmei avatar dylanmei commented on May 2, 2024

Since I've started using Traefik -- which enlists gorilla/mux in its routing layer -- I've discovered two backend apps that no longer function as designed.

They both use urls with their proxy data in the path, as opposed to a query-string. For example:

http://my-app/proxy/http://another-app

While I don't personally agree with their design decisions, these apps and probably many more are unusable due to the path cleaning / redirect.

from mux.

elithrar avatar elithrar commented on May 2, 2024

Related: #142

from mux.

elithrar avatar elithrar commented on May 2, 2024

One (quick and dirty) option would be to provide a .NoClean() method on Route to skip the path cleaning logic and leave that up to the package user.

The risk there is that it's a sharp edge that—if you don't carefully write your own path-cleaning logic—you could break your application in other ways.

from mux.

philcluff avatar philcluff commented on May 2, 2024

Great, thanks!

from mux.

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.