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

WIP Support for ?params=target|scope|format input, replacing apache rewrites #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mberkowski
Copy link
Member

We need to eliminate an Apache web server mod_rewrite dependency whereby apache accepts ?params=targetval|scopeval|formatval expanding into Janus ?target=targetval&scope=scopeval&format=formatval

This will add native support for the pipe-delimited params= parameter

Implementation notes:

  • For compatibility with how it works under mod_rewrite, if BOTH a params= string and other individual Janus parameters are present, the individual parameters are discarded/overwritten by the delimited params= string
  • In code, they will be literally overwritten. Janus params are parsed & populated first, then delimited params= is expanded, overwriting them including nulling them out if they were empty in the delimited string.

Target completion/merge: Spring 2025.

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.

1 participant