Othernet-Project / bottle-utils

Miscellaneous utiltiies for Bottle, Python web framework
http://bottle-utils.readthedocs.org/en/latest/
Other
26 stars 5 forks source link

Fix value sent for parsing to be the one returned from preprocessing #18

Closed n0phx closed 8 years ago

n0phx commented 8 years ago

The value returned by the preprocessors (either untouched on changed) is assigned to the processed_value, thus previously parsing only value completely ignored any action performed by a preprocessor.