Skip to content
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

[bottle] use the route argument in TracePlugin, to support Bottle 0.11.x #439

Merged
merged 1 commit into from
Mar 20, 2018

Conversation

palazzem
Copy link

@palazzem palazzem commented Mar 20, 2018

Overview

We didn't support properly Bottle 0.11.x. With this patch we use the route argument defined in the wrapped method, instead of retrieving it from the request object. Indeed, route is not present inside the request for previous versions of bottle.

Closes #438.

… `request` object; add support to Bottle 0.11.x
@palazzem palazzem merged commit f4c63a2 into master Mar 20, 2018
@palazzem palazzem deleted the palazzem/bottle-route branch March 20, 2018 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants