Skip to content

Stable 1.0.3 Release aka "Iron Horse"

Compare
Choose a tag to compare
@wagnert wagnert released this 17 Apr 15:18
· 709 commits to master since this release

Stable appserver.io 1.0.3 aka "Iron Horse" release

This release provides bug- and security fixes.

We STRONGLY recommend, that you have a look at our upgrade guide, before upgrading your installation to 1.0.3!

Notes

  • Please be aware, that our Mac OS X installer actually is NOT aware of changes you've made to your configuration files. So it is necessary to BACKUP all configuration files you've customized, to not loose your changes.
  • We recently moved the descriptors to a separate package appserver-io/description. This helps framework developers to decouple their code.
  • For detailed installation instructions look at our documentation
  • Linux packages are split in runtime and distribution packages. So please install both of them. Runtime packages provide appserver-runtime which the appserver-dist package depends on
  • For bleeding edge development builds, check our developer builds page

Security Fixes

  • Fixed insufficient normalization of certain URI patterns

Bugfixes

  • Fixed #701 - composer.phar is missing in Mac OS X/Linux build
  • Fixed #682 - Invalid output handling for fatal errors in Servlet-Engine
  • Fixed #680 - Multiple advices by different pointcuts are eliminating each other