Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: foswiki/distro
base: 167cf69dd7a2
Choose a base ref
...
head repository: foswiki/distro
compare: 67f8d3a851eb
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 5, 2016

  1. Item14033: exclude POSTDATA from queryString

    - backport fixes only checked in to master
    MichaelDaum committed Jul 5, 2016
    Copy the full SHA
    a1bd899 View commit details
    Browse the repository at this point in the history
  2. Item14033: skip POSTDATA when iterating ...

    ... over all url params in existance. This is a flaw in CGI.pm that
    makes it thru Foswiki: POSTDATA isn't an url param actually, it is posted data.
    However CGI::param() doesn't distinguish these clearly. So we have to in
    weird places like TOC and the PageCache.
    MichaelDaum committed Jul 5, 2016
    Copy the full SHA
    7d671f5 View commit details
    Browse the repository at this point in the history
  3. Item14033: raw POSTDATA is lost

    Really, this is all one big hack trying to blend differences between CGI and JsonRPC.
    
    I'd suggest to revert all of the branch.
    MichaelDaum committed Jul 5, 2016
    Copy the full SHA
    67f8d3a View commit details
    Browse the repository at this point in the history