Forked media conversion processes don't expose env properties
Description
relates
Activity
Show:

Michael Saechang April 13, 2012 at 4:51 PMEdited
Committed on:
Portal 6.1.x GIT ID: ad61d4af3c18c309698caa0335e001535663d0b2.
Portal 6.2.x GIT ID: fd5602c1d8809a08833fc97fa06cd6b403bcba65.
Fixed
Details
Assignee
Michael SaechangMichael Saechang(Deactivated)Reporter
Daniel ReutherDaniel ReutherBranch Version/s
6.1.xBackported to Branch
CommittedAdded to Fix Pack
AddedGit Pull Request
Components
Affects versions
Priority
Medium
Details
Details
Assignee

Reporter

Branch Version/s
6.1.x
Backported to Branch
Committed
Added to Fix Pack
Added
Git Pull Request
Components
Affects versions
Priority
Zendesk Support
Linked Tickets
Zendesk Support
Linked Tickets
Zendesk Support

Linked Tickets
Created March 30, 2012 at 9:07 AM
Updated June 24, 2023 at 3:55 PM
Resolved October 3, 2012 at 5:57 PM
The portal exposes all environment variables as system properties by prefixing them with env.* (e.g. 'env.PATH').
Forked child JVMs do not expose those properties which can lead to problems on systems that rely on them. There should be a consistency in behavior between the parent and child JVMs.