1. 26 Nov, 2018 1 commit
  2. 21 Nov, 2018 1 commit
    • Kenton Varda's avatar
      Extend kj::Url with option to not collapse empty path/query components. · a358282e
      Kenton Varda authored
      This is to fix a complaint about Cloudflare Workers removing these components as requests pass through, which apparently breaks someone's funky URLs.
      
      Arguably "." and ".." processing presents a similar problems. But, allowing ".." to pass through is much more likely to lead to security problems. Browsers will generally process "." and ".." before sending a request (whereas they won't collapse double-slashes), so we're following their lead here.
      a358282e
  3. 26 Aug, 2018 1 commit
  4. 04 Jun, 2018 1 commit
  5. 15 May, 2018 1 commit
  6. 02 Apr, 2018 3 commits
  7. 13 Mar, 2018 2 commits
  8. 05 Feb, 2018 1 commit
  9. 02 Jun, 2017 1 commit
  10. 01 Jun, 2017 2 commits