neos / setup

An extensible setup tool for Flow based applications
MIT License
6 stars 15 forks source link

BUGFIX: Prevent Fatal Error in Setup #28

Closed bwaidelich closed 8 years ago

bwaidelich commented 8 years ago

This is a hotfix for a regression introduced with https://github.com/neos/flow-development-collection/pull/499.

Background: The latest Http\RequestHandler of Flow internally uses the ComponentChain to determine the current Request/Response.

This package uses a specialized handler which doesn't rely on the ComponentChain leading to a Fatal Error.

bwaidelich commented 8 years ago

Merged with votes from #13 (wrong branch)