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

Added double quote for whitelist in functions.inc.php #148

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

Conversation

ConiKost
Copy link
Contributor

Could we add double quote for the whitelist in functions.inc.php?

If it's not added, some images for the GenericJMX plugin will fail due their naming. Works for me, but I don't know, if it has impact on other things?

PHP message: Invalid plugin instance in $_GET["pi"]: "request_processor-"https-openssl-apr-8443""" while reading response header from upstream

The problem are those directories with double quotes in their names:
drwxr-xr-x 2 collectd collectd 4096 18. Jul 22:55 'GenericJMX-request_processor-"ajp-nio-8009"'
drwxr-xr-x 2 collectd collectd 4096 18. Jul 22:55 'GenericJMX-request_processor-"http-nio-8080"'
drwxr-xr-x 2 collectd collectd 4096 18. Jul 22:55 'GenericJMX-request_processor-"https-openssl-apr-8443"'

Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
@ConiKost
Copy link
Contributor Author

@pommi resolved merge conflict.

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