Releases: pieroxy/http-front-server
Releases · pieroxy/http-front-server
1.0.5
1.0.4
1.0.3
1.0.2
-
Fixes
And
,Or
andNot
matchers did not initialize their children
-
Changes
- More documentation (javadoc)
- Ability for
ReverseProxy
to ignore response headers ReverseProxy
now handles timeouts correctly.ReverseProxy
ignores theExpect
http header.- Basic CLI interface
- The proxy will hot-reload certificates if it detects new ones.
- New matchers:
IPAddressIs
andUserAgentContains
-
Dependencies
- Updated Tomcat dependency to v10.1.15
- Added
slf4j-jdk14
to avoid warnings at startup
v1.0.1
-
Fixes
- Fixed a null pointer when accessing cookies in a request that has none (Only relevant for
BasicAuthenticate
action andContainsCookie
matcher) - Fixed remaining bugs in
BasicAuthenticate
action
- Fixed a null pointer when accessing cookies in a request that has none (Only relevant for
-
Changes
- Added some CSS to make
BasicAuthenticate
action form somewhat nice looking. - Added new action:
RespondLiteral
- Added some CSS to make
-
Dependencies
- Updated Tomcat dependency to v10.1.13
v1.0.0 - a fresh start
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.