BF: HTTP(S) Correction
- Basic Authentication / Digest Access Authentication: rules are used again case-insentive
BF: Generator: Correction when rendering successive placeholders #[...]#[...]
BF: HTTP(S) Request: Optimization/correction for invalid requests/connections without data streams
CR: Generator: Optimization / Review
- Optimization: Handling of segments/scopes/fragements
Improvement of dedicated and partial use
- Omission of namespaces, replacement by the dedicated/partial use of segments
- Change of syntax, omission of character ':' for segments
old: #[foo:[[...]]], new: #[foo[[...]]]
- Enhancement by a deep/recursive processing of Hashtable + Collections
- Change of the parser/renderer:
The template is initially prepared, the later addition of placeholders and/or
segments is no longer supported.
CR: HTTP(S) AccessLog: Optimization
- Change to a print formatted syntax
date/time %t... variables %[...]
- Change in default structure from filename to: <host>_<date>-access.log
CR: Project: Uniform use of ./LICENSE and ./CHANGES
CR: KeyStore: Change to use PKCS12`