Coder Social home page Coder Social logo

Comments (7)

wesleytodd avatar wesleytodd commented on April 28, 2024 1

Ahhhh, yep that is not covered in the tests. I can prep a patch for that.

from express.

kavika-1 avatar kavika-1 commented on April 28, 2024 1

Example Code snippet, which should be fixed with this patch, thanks!

    const url = new URL(config.url);
    if (req.query.app) {
      url.searchParams.append('app', req.query.app);
    }
    res.redirect(url);

from express.

wesleytodd avatar wesleytodd commented on April 28, 2024 1

Published with 4.19.1. Thanks for the quick report, this would certainly have been something lots of folks hit.

from express.

kavika-1 avatar kavika-1 commented on April 28, 2024 1

Amazing turnaround, thanks @wesleytodd!

from express.

ddolcimascolo avatar ddolcimascolo commented on April 28, 2024 1

Ahah nice. I was hit by this and double checked the documentation. Clearly res.location accepts only a string so I patched my code to pass url.href instead of the url object and I could merge 4.19.0 just to discover a PR upgrading to 4.19.1 moments later for exactly this issue 😊

Thanks for your reactivity!

Cheers,
David

from express.

wesleytodd avatar wesleytodd commented on April 28, 2024

@kavika-1 Do you have a code snippet example of what you are doing so I can make sure this covers your case?

from express.

wesleytodd avatar wesleytodd commented on April 28, 2024

Can you check the PR to ensure it would cover you? CI is failing because of #5552 but I can merge this all together for the patch if this will fix your report.

from express.

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.