Bugzilla – Bug 4864
environment variables containing '=' get escaped
Last modified: 2012-09-05 11:43:32
You need to log in before you can comment on or make changes to this bug.
(Accidentally pressed Enter) This RSL will trigger the problem: <job> <executable>/usr/bin/printenv</executable> <environment> <name>MYAPP_AUTHZ_SUBJECT</name> <value>CN=Olle Mulmo</value> </environment> </job> Output: % globusrun-ws -submit -s -f x.rsl 2>&1 | grep AUTHZ MYAPP_AUTHZ_SUBJECT=CN\=Olle Mulmo % "CN=Olle Mulmo" is what gets transferred on the wire so the error is at the server side. Not sure whether this is Fork adapter-specific problem or a generic problem though. Are there any other characters that will get escaped as well?
Reassigning to current GRAM developer to close/fix as appropriate.
Doing some bugzilla cleanup... Resolving old GRAM3 and GRAM4 issues that are no longer relevant since we've moved on to GRAM5. Also, we're now tracking issue in jira. Any new issues should be added here: http://jira.globus.org/secure/VersionBoard.jspa?selectedProjectId=10363