]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.ac
ESI: remove custom parser (#128)
authorAmos Jeffries <yadij@users.noreply.github.com>
Thu, 18 Jan 2018 20:54:50 +0000 (09:54 +1300)
committerGitHub <noreply@github.com>
Thu, 18 Jan 2018 20:54:50 +0000 (09:54 +1300)
commit799b66d1964c2ad925f9e6cb71b1c287da3e16d7
treec20f3e42a211b7ee3438b89b54f4787aab15c5c9
parent653d992747bfda4f6eb757354c1cc674492a21de
ESI: remove custom parser (#128)

Alex Rousskov:
  let's consider removing the custom ESI parser from Squid. It is of
terrible quality and "nobody" is testing ESI code when things change. Is
the CVE risk worth supporting few platforms that do not have the right
parser libraries?

* Fixed configure.ac tests for ESI libraries
configure.ac
src/cf.data.pre
src/esi/CustomParser.cc [deleted file]
src/esi/CustomParser.h [deleted file]
src/esi/Makefile.am
src/esi/Module.cc
src/esi/Parser.cc
test-suite/buildtests/layer-05-nodeps-esi.opts [deleted file]