Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Fix #3852 #3855

Closed
wants to merge 2 commits into from
Closed

Fix #3852 #3855

wants to merge 2 commits into from

Conversation

SocalNick
Copy link
Contributor

Added test case from the aforementioned issue.
No longer reversing regex as it was problematic for constraints.
Fixing expectation for two optional subdomains with one missing.
Adding test cases for nested subdomains.

Added test case from the aforementioned issue.
No longer reversing regex as it was problematic for constraints.
Fixing expectation for two optional subdomains with one missing.
Adding test cases for nested subdomains.
@@ -287,7 +287,7 @@ public function match(Request $request)
foreach ($this->paramMap as $index => $name) {
if (isset($matches[$index]) && $matches[$index] !== '') {
// reverse the param as the preg_match was done on reverse host
Copy link
Member

Choose a reason for hiding this comment

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

The reverse comments should likely be removed in all places now :)

@ghost ghost assigned weierophinney Feb 21, 2013
weierophinney added a commit that referenced this pull request Feb 21, 2013
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.

3 participants