Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.5.0
-
None
-
Reviewed
Description
DefaultContainerExecutor won't use getFirstApplicationDir any more. But we can't delete getFirstApplicationDir in DefaultContainerExecutor because WindowsSecureContainerExecutor uses it.
We should move getFirstApplicationDir function from DefaultContainerExecutor to WindowsSecureContainerExecutor.