Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Remove usage of request.postpath #5070

Merged
merged 2 commits into from
Apr 17, 2019
Merged

Remove usage of request.postpath #5070

merged 2 commits into from
Apr 17, 2019

Conversation

erikjohnston
Copy link
Member

@erikjohnston erikjohnston commented Apr 16, 2019

This is an undocumented variable in twisted, and relies on the servlet
being mounted in the right way.

This also broke getting push rules on workers. Introduced in #5063


Ideally we would fix this up to not do custom url parsing and instead have it use the regex and/or separate servlets. However, let's just do the quick fix for now

This is an undocumented variable in twisted, and relies on the servlet
being mounted in the right way.

This also breaks getting push rules on workers.
@erikjohnston erikjohnston requested a review from a team April 16, 2019 16:52
@codecov
Copy link

codecov bot commented Apr 16, 2019

Codecov Report

Merging #5070 into develop will decrease coverage by 0.08%.
The diff coverage is 40%.

@@             Coverage Diff             @@
##           develop    #5070      +/-   ##
===========================================
- Coverage    61.57%   61.48%   -0.09%     
===========================================
  Files          332      332              
  Lines        34271    34228      -43     
  Branches      5651     5647       -4     
===========================================
- Hits         21103    21046      -57     
- Misses       11653    11674      +21     
+ Partials      1515     1508       -7

Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

plausible

@erikjohnston erikjohnston merged commit fd2fcb8 into develop Apr 17, 2019
@erikjohnston erikjohnston deleted the erikj/postpath branch January 9, 2020 15:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants