Actions
Bug #26642
closedProxy tracking breaks POST data
Difficulty:
trivial
Triaged:
Yes
Description
My work and Ivan's review in smart proxy dynflow core revealed nasty bug in our logging stack in smart proxy. This luckily only hits when FOREMAN_PROXY_TRACE env variable is set to true which is only for debugging purposes. Rack input (StringIO) is read however it is never rewinded back, therefore later on the data is empty therefore POST/PUT services do not work correctly. Additionally, time tracking code can lead to nil error during exceptions.
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/647 added
Updated by Anonymous over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 8546c29d0a9af9de7653b80e22a6afc7b7b5ef89.
Updated by The Foreman Bot over 5 years ago
- Pull request https://github.com/theforeman/smart-proxy/pull/651 added
Actions