This repository was archived by the owner on Feb 13, 2026. It is now read-only.
Fix: Handle regression caused by gorilla mux v1.7.0#7595
Merged
nitisht merged 1 commit intominio:masterfrom Apr 29, 2019
Merged
Fix: Handle regression caused by gorilla mux v1.7.0#7595nitisht merged 1 commit intominio:masterfrom
nitisht merged 1 commit intominio:masterfrom
Conversation
gorilla/mux#383 broke the compatibility with the existing code. This PR handles that scenario.
harshavardhana
approved these changes
Apr 29, 2019
Mint Automation
7595-6805bbc/mint-compression-xl.sh.log:7595-6805bbc/mint-fs.sh.log:7595-6805bbc/mint-compression-dist-xl.sh.log:7595-6805bbc/mint-large-bucket.sh.log: |
Codecov Report
@@ Coverage Diff @@
## master #7595 +/- ##
==========================================
- Coverage 47.36% 47.36% -0.01%
==========================================
Files 293 293
Lines 46775 46780 +5
==========================================
+ Hits 22157 22158 +1
- Misses 22564 22568 +4
Partials 2054 2054
Continue to review full report at Codecov.
|
kannappanr
added a commit
to kannappanr/minio
that referenced
this pull request
May 7, 2019
PR minio#7595 fixed part of the regression, but did not handle the scenario, where in docker, the internal port is different from the port on the host. This PR modifies the regular expression such that all the scenarios are handled. Fixes minio#7619
9 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
gorilla/mux#383 broke the compatibility with the existing code.
This PR handles that scenario.
Fixes #7577
Motivation and Context
Issue #7577
Regression
Yes, #7302
How Has This Been Tested?
Tested with repro steps given in #7577
Types of changes
Checklist:
mintPR # here: )