-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use a Plack middleware for supporting FilterContent output filters #737
Comments
in order to better reflect the actual usage
This approach was not practical because $Kernel::OM is localised. Nevertheless, try to centralise ApplyOutputFilters
Try to aligne InterfaceAgent.pm and InterfaceCustomer.pm. So that the behavior that is really different becomes more obvious.
before a FatalError() or a CustomerFatalError(). The return has no effect as the sub throws an exception.
I sounded like a good idea, but it didn't pan out. In order to make at least some progress I have moved the call to ApplyOutputHandlers into The issue will be closed when rel-10_1 looks stable again. |
Closing as generally 'wontfix', but with some refactoring. |
This is more of a project idea. In OTOBO there are output filters that modify the generated Response. In Plack there are middlewares that do the same thing. So the idea is to implement the OTOBO output filters as one, or several??, Plack midddlewares. This looks like a cleaner architecture.
Note that this would only apply to the filters that are configured as 'FilterConten'.
But first we need to check whether any features would be lost.
The text was updated successfully, but these errors were encountered: