Bernhard Wick
Bernhard Wick
If an appserver upgrade takes place the postinstall script checks for the status of the appserver processes and restarts them if needed. If one of the processes is indeed NOT...
Error templates use old code which does not exist anymore: ``` PHP Fatal error: Class 'AppserverIo\Appserver\ServletEngine\Utils\RequestHandlerKeys' not found in /opt/appserver/resources/templates/www/dhtml/error.dhtml on line 49 ```
The [PSR-7](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-7-http-message.md) recently got accepted. The latest changes have to be reviewed and adjustments to our interfaces and implementations have to be made in order to be fully PSR-7 compliant....
Doppelgaenger library powers both Design by Contract and AOP functionality within appserver.io. As appserver.io will make a switch to PHP7 in the next version Doppelgaenger has to follow. UAC: -...
Tests have to run within a PHP7 runtime.
Brotli is a semi-new compression algorithm developed by Google Zurich and strives to replace gzip. First tests show up to 40% better compression as gzip has. See also: https://github.com/kjdev/php-ext-brotli http://blog.cdn77.com/cdn77-now-supports-brotli/...
appserver.io per default exposes information which can be used against it. This can be considered a light [information leakage vulnerability](https://www.owasp.org/index.php/Information_Leakage) as a potential attacker can use the exposed information to...
There are several configurable mechanisms to allow authentication of users based on certain criteria. Be it servlet security, webserver auth module or the new authentication and authorization framework. No matter...