]> git.ipfire.org Git - thirdparty/squid.git/commit
ESI: remove custom parser (#128)
authorAmos Jeffries <yadij@users.noreply.github.com>
Thu, 18 Jan 2018 20:54:50 +0000 (09:54 +1300)
committerAmos Jeffries <yadij@users.noreply.github.com>
Fri, 19 Jan 2018 09:04:36 +0000 (22:04 +1300)
commit65c7bf8eb616fed3cfded60f90a70ebeccdff63f
tree2f0938b03aae2147129e84e1fca775385f1cef0b
parent9c15f6e31d7a343dac5396acaf97fb12061f2181
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]