# DMZ adapter Release 2.2

Friday, September 4, 2020

# System Requirement

  • Core Engine Version 3.3 until Core Engine Version 3.7

# Other changes

  • Fix SSL redirect. The redirect went to listen_https_port instead of https_port

# Patch releases

# Version 2.2.2

  • Fix doesn't cache http request to / anymore to avoid problems with content type not set on response
  • Fix NPE in checkSession. Map doesn't allow null as key
  • Handle session from endpoint /service/usermanagement/logout with http method post
  • Fix avoid StringIndexOutOfBoundsException for urls which start with /share
  • Fix error when elements in xml not set or set to blank. Allow to convert this to null. Now fallback for example not set or blank listen_https_port to https_port will work
  • Fix delete empty cache folder not work on windows systems
Request missing documentation