Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Latest commit

 

History

History
73 lines (49 loc) · 3.06 KB

FORK_INFO.md

File metadata and controls

73 lines (49 loc) · 3.06 KB

Fork Information

This BloomReach fork builds on paultuckey/urlrewritefilter.

Branching and Versioning

The master branch is not be committed to so it can always easily be merged with Tuckey's master branch.

The maintenance branch, like urlrewriterfilter-4.0.x contains BloomReach-specific commits and can be merged with master.

A BloomReach-specific urlrewritefilter version adds a -h1 (-h2, -h3 etc.) postfix to the version it extends. For example, version 4.0.4-h9 extends urlrewritefilter 4.0.4.

Releases

Release 4.0.4-h9

Release Date: 13 February 2020

  • HIPPLUG-1646: in RequestProxy, do not recreate the URL object with the default port, as it can break SSL offloading.

Release 4.0.4-h8

Release Date: 18 October 2019

  • HIPPLUG-1606: in RequestProxy settings, add followRedirects and useSystemProperties.

Release 4.0.4-h7

Release Date: 17 July 2019

  • HIPPLUG-1595: fix NullPointerException in RequestProxy in case response entity is empty.

Release 4.0.4-h5

Release Date: 22 March 2019

  • HIPPLUG-1587: in XML rule, accept CDATA values in elements, so escaping is not needed in advanced values. E.g. advanced RegExp's or a parameterized URL: <to><![CDATA[to-url&param=1]]></to>.

Release 4.0.4-h4

Release Date: 25 January 2019

  • HIPPLUG-1570: add a facility to UrlRewriteWrappedResponse to inject disallowed duplicate header names. Method addHeader checks this to avoid the headers to be added twice.
  • Using javax servlet-api version 3.0.1

Release 4.0.4-h3

Release Date: 3 December 2018

Release 4.0.4-h2

Release Date: 30 March 2017

Release 4.0.4-h1

Release Date: 23 March 2017

Based on master 4.0.5-SNAPSHOT from March 2017, already including:

Then applied:

Additionally:

  • Upgrade to Java 8
  • Use org.onehippo.cms7:hippo-cms7-project as parent pom, for plugin version management
  • HIPPLUG-1419: fix escaping in case of non-ASCII characters, e.g. Cyrillic.