Martin Ficzel
Martin Ficzel
I cleaned up the pr and removed the automatic inclusion from the NodeTypes folder as was discussed in the Neos weekly. Now this only introduces the nodetypes:// stream wrapper that...
I am getting exceptions for missing documents instead of the 404 info
Investigated further and the problem affects not only 404 but all pages below root. Root pages can be accessed in all dimensions but below that i always get `Notice: Undefined...
Plan of Attack: 1. Add lifetimeUpdateThreshold to only update the session metadata every xxx seconds. Remove sessions after timeout + threshold. 2. Add first RuntimeSessionDataCache to Session to avoid calling...
There is also a package that for locking sessions that night be related https://github.com/digital-competence/FlowSessionLock
I am not entirely sure yet wether the configuration should be `cacheLifetime` or `cache.lifetime` as the second would allow further extensions in the future but would be cumbersome if those...
> So why this change with a addon to the configuration? Because regardless of the optimizations to the routing that we plan and should do i do not think that...
> Seems like we are adding a setting to routing configuration, that should not exist. This is only valid if we really can handle all cases well and are really...
There is no fix for appendExceedingArguments other then deprecating it and that means we have to still support it for a while. It may be technically possible to handle it...
@sorenmalling i adjusted the implementation to primarily work via the MatchResult and ResolveResult DTO which already handle the cache-tags. Adding lifetime here is a logical extension and possible since the...