Skip to content

Releases: pieroxy/http-front-server

1.0.5

03 Sep 08:54
Compare
Choose a tag to compare
  • Fixed an XSS bug in BasicAuthenticate
  • Updated Tomcat to 10.1.28 and httpclient to 5.2.3

1.0.4

12 Apr 10:10
Compare
Choose a tag to compare

Fixed a bug on the HttpRedirect action when queryString inclusion would lead to a null being added to the URL in some cases

1.0.3

02 Apr 14:34
Compare
Choose a tag to compare
  • HttpRedirect can preserve the querystring
  • Updated Tomcat to 10.1.19
  • HostIs and HostIsIn handle requests with no Host header...
  • First version of the certbot automation

1.0.2

31 Oct 17:26
Compare
Choose a tag to compare
  • Fixes

    • And, Or and Not matchers did not initialize their children
  • Changes

    • More documentation (javadoc)
    • Ability for ReverseProxy to ignore response headers
    • ReverseProxy now handles timeouts correctly.
    • ReverseProxy ignores the Expect http header.
    • Basic CLI interface
    • The proxy will hot-reload certificates if it detects new ones.
    • New matchers: IPAddressIs and UserAgentContains
  • Dependencies

    • Updated Tomcat dependency to v10.1.15
    • Added slf4j-jdk14 to avoid warnings at startup

v1.0.1

26 Aug 08:15
Compare
Choose a tag to compare
  • Fixes

    • Fixed a null pointer when accessing cookies in a request that has none (Only relevant for BasicAuthenticate action and ContainsCookie matcher)
    • Fixed remaining bugs in BasicAuthenticate action
  • Changes

    • Added some CSS to make BasicAuthenticate action form somewhat nice looking.
    • Added new action: RespondLiteral
  • Dependencies

    • Updated Tomcat dependency to v10.1.13

v1.0.0 - a fresh start

25 Aug 10:27
Compare
Choose a tag to compare

This release contains the basic features of the http-front-server.

  • It is in use in production but not for long.
  • Note: There is a known bug in the BasicAuthenticate action, which will be fixed later.