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
Define the filter API #50
Comments
Original comment by Anonymous: This is done now. |
Original comment by Remco Wendt (Bitbucket: remco, GitHub: remco): So we've split the filters. But in fact, nothing changes. also not the order in which the output filters are called vs the order in which the inputfilters are called. I will try to make things more clear, and put them in the experimental using a different implementation |
Fix race condition in session clean up.
* Added a config for dependabot. * Update features list for dependabot. Co-authored-by: KOLANICH <kolan_n@mail.ru>
Originally reported by: Anonymous
We need to define the full api for the filters. [[br]]
There are two seperate baseobjects, but there is still '''one''' list.
We wanted to change it if i'm not mistaken into two lists.
This would allow for more advanced (but in no case rare) setups.
Futhermore we need to have our api ready to convert all the filters (the longer we wait, the more difficult it will get to change the filters), and to move several other items to filters as well:
Moving more features to filters allows the end programmer to have more control, and to decrease the need to patch the server directly. This will make it easier for developers to migrate to CherryPy.
Reported by remco.boerma@gmail.com
The text was updated successfully, but these errors were encountered: