request-wrapper: ensure we wrap WHOLE request not just logic after http detection.
This commit is contained in:
parent
869993afa8
commit
631a663b62
3 changed files with 5 additions and 3 deletions
|
|
@ -116,3 +116,6 @@ def includeme(config):
|
|||
'pyramid.events.ContextFound')
|
||||
config.add_tween('rhodecode.tweens.vcs_detection_tween_factory')
|
||||
config.add_tween('rhodecode.tweens.sanity_check_factory')
|
||||
|
||||
# This needs to be the LAST item
|
||||
config.add_tween('rhodecode.lib.middleware.request_wrapper.RequestWrapperTween')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue