thomas schiavello
thomas schiavello
I am going to open the same issue. I confirm the bug and the proposed solution.
anyone solve this issue???
I solve the issue. the problem is that you have to manually set the tuple_id in the sput emit method. otherwise storm not track the tuple ack/fail
CorsBuilder has only the responsibility to set cors headers, but it is not capable of detecting if a request is a CORS actual request o a preflight request. Cors headers...
Cors detecting must be in a middleware anyway, cause of the OPTIONS method. Managing CORS request, for example, in the beforeFilter event, require the current route support always the OPTIONS...
using a callback for setting headers is not possible because the preflight request and actual request must send a different set of headers. Cors builder must be used internally by...
Dependency injection should be integrated with every main part of the framework, such as controllers, commands, components, helpers, behaviors, ecc, like other frameworks do. in addition a global access to...
is there any update or a plan to implement some features? unfortunately today is really hard to implement a validation logic that include nested entity where the nested entity data...
parent data should be accessed in the chain. a _parent key should be added to the data in the context recursively. a nested validator can access parent data and if...
I haven't done a code analysis yet, but probably can be enough to add a third params to te validate method of the validator class that accept the parent context....