I don't see how option a is applicable here. In case APPLICATION_PATH is
explicitly specified should not it be used independently of
impersonation? It can point to any location, not necessarily to home
directory of impersonating or impersonated user.
Thank you,
Vlad
On 5/23/17 10:34, Pramod Immaneni wrote:
Based on the discussion on the dev list on this topic, captured here
<https://lists.apache.org/thread.html/6abb0f58427a70396f943f99adc7534431016024f61703b248ce7bfb@%3Cdev.apex.apache.org%3E>,
a few different approaches were discussed including the pros and cons. I
would like to put the suggested approaches up for a vote. Please go through
the thread above if you are unfamiliar with the topic. Here are the options.
1. Let the default remain as the impersonating user
a. The user specifies to use impersonated user's directory by
setting the APPLICATION_PATH attribute.
b. The user specifies the use of impersonated user's resources using
a new setting that will internally set the APPLICATION_PATH to the
corresponding value and any other resources in the future.
2. Change the default from current behavior to use the impersonated user's
resources instead
a. and b. similar to 1. but specifying impersonating user's
resources instead.
My vote is for Option 1, Sub-option b).
Thanks