-
Notifications
You must be signed in to change notification settings - Fork 74
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
Remove dependency on Plack::Middleware::ForceEnv #1316
Comments
While we are at it. the environment variable OTOBO_RUNS_UNDER_PSGI can be eliminated too. There are only two use cases active.
It looks like both cases can be handled with the env variable GATEWAY_INTERFACE. |
bschmalhofer
added a commit
that referenced
this issue
Oct 14, 2021
bschmalhofer
added a commit
that referenced
this issue
Oct 14, 2021
bschmalhofer
added a commit
that referenced
this issue
Oct 14, 2021
bschmalhofer
added a commit
that referenced
this issue
Oct 14, 2021
bschmalhofer
added a commit
that referenced
this issue
Oct 14, 2021
bschmalhofer
added a commit
that referenced
this issue
Oct 14, 2021
even though this is unrelated to ForceEnv
Plack::Middlware::ForceEnv is removed. Closing this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The usage of Plack::Middleware::ForceEnv in otobo.psgi looks very wrong. The middleware injects settings in the PSGI variable $Env, not into the system environmen %ENV. The middleware is also only used for rpc.pl, so any strangeness went propably unnoticed.
The text was updated successfully, but these errors were encountered: