Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed rewrite rules for expressive router adapters #11

Merged
merged 1 commit into from
Apr 11, 2019
Merged

Fixed rewrite rules for expressive router adapters #11

merged 1 commit into from
Apr 11, 2019

Conversation

michalbundyra
Copy link
Member

Because we are matching the namespace by segments we need to have
defined rules for all 'previous' segments:

  • try to load A\B\C
  • rewrite rule must be:
  - A\B\C => D\E\F
  - A\B   => D\E
  - A     => D

Because we are matching the namespace by segments we need to have
defined rules for all 'previous' segments:
- try to load A\B\C
- rewrite rule must be:
  - A\B\C => D\E\F
  - A\B   => D\E
  - A     => D
@weierophinney weierophinney merged commit e61cf57 into laminas:master Apr 11, 2019
weierophinney added a commit that referenced this pull request Apr 11, 2019
Fixed rewrite rules for expressive router adapters
weierophinney added a commit that referenced this pull request Apr 11, 2019
@michalbundyra michalbundyra deleted the hotfix/expressive-router-adapters branch April 11, 2019 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants