This repository was archived by the owner on Oct 22, 2021. It is now read-only.
Open
Conversation
Contributor
|
Probably wouldn't hurt to rewrite the message for 681dcc6 to point to the correct commit in the BC history (0827cb48). |
This reverts commit c484b5b. An upstream patch for the core issue was applied to BigCouch as 0827cb48. BugzID: 11551 BugzID: 11366
This is from part of the commit b316a557 from chttpd-cloudant.com that contians a few unrelated patches some of which end up in the new cloudant_web repo.
The absolute_uri/2 implementation will be moved and this just prepares for that eventual outcome.
This commit does a bit of reorganization to allow for less duplication of code between chttpd and chttpd-cloudant.com. With this change we can use the new cloudant_web repo to insert just the logic we need to handle multi-tenancy hosting on cloudant.com.
Contributor
Author
|
Rewrote the commit to reference the BigCouch commit. |
Contributor
|
This looks good, but I want to hold off merging until after 0.4 is branched. |
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.
This branch does a bit of reorganization to allow for less duplication
of code between chttpd and chttpd-cloudant.com. With these changes we can
use the new cloudant_web repo to insert just the logic we need to handle
multi-tenancy hosting on cloudant.com.