Skip to content

5.2.0 20190502

Compare
Choose a tag to compare
@seanox seanox released this 17 Apr 07:31
· 463 commits to master since this release
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`