GithubHelp home page GithubHelp logo

Comments (6)

takesson avatar takesson commented on June 25, 2024

Since POST can affect a subtree and rweb is kind of intruding on the svn URL, I think mod_authz_svn does more or less the right thing.

Alternatives:

  • Have rewrite do (R)edirect instead of (P)roxy. The forms will be on different urls and I presume post to the /repos-web URL.
  • Make the form consistently POST to the /repos-web/... URL regardless of R / P in rewrite.

We might have customers (not many) with integrations that POST towards the /svn/... URL in order to upload files. Not sure how such a client (curl, mostly) would handle a Redirect during POST.

from docker-svn.

solsson avatar solsson commented on June 25, 2024

Redirect for POST during file upload is quite bad as you'll send the entire file again. That's why we try to validate write access when displaying the form, due to how BASIC auth works.

Make the form consistently POST to the /repos-web/... URL regardless of R / P in rewrite.

Sounds good. I once thought we'd be phasing out those URLs but it's quite impractical due to static resources there etc.

from docker-svn.

takesson avatar takesson commented on June 25, 2024

from docker-svn.

solsson avatar solsson commented on June 25, 2024

Maybe redirect is required due to how BASIC auth works. I've had issues in the past with browsers not sending credentials to a sibling path.

from docker-svn.

takesson avatar takesson commented on June 25, 2024

from docker-svn.

takesson avatar takesson commented on June 25, 2024

Maybe redirect is required due to how BASIC auth works. I've had issues in the past with browsers not sending credentials to a sibling path.

Yes, I am seeing the BASIC auth sibling path issue. Might actually be worse if doing POST to different path.

Perhaps we should require auth on / instead to avoid sibling issue. Now, we are doing redirect on / which happens before authn. Options:

  • Get mod_rewrite to do authn before redirect, some forward-looking subrequest perhaps.
  • Change the redirect to a page, potentially doing the redirect with HTML instead?

from docker-svn.

Related Issues (6)

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.