Yes, removing elevate on new and delete instance does break backwards
compatibility, but I don't think anyone including Y is using it. If you want
me to back out that change I can.
-Bryan
On Jan 24, 2014, at 5:11 PM, James Peach wrote:
>
> On Jan 23, 2014, at 1:33 PM, Bryan Call wrote:
>
On Jan 23, 2014, at 1:33 PM, Bryan Call wrote:
> I removed elevation on delete and new instance. It is needed in dlopen
> because the libraries that we link with in our plugins need root privileges
> when they statically initialize things.
Ah, static initializers. Is removing the elevation o
> > b/proxy/http/remap/RemapConfig.cc
> > index bc4a16b..787fbb0 100644
> > --- a/proxy/http/remap/RemapConfig.cc
> > +++ b/proxy/http/remap/RemapConfig.cc
> > @@ -663,44 +663,6 @@ remap_load_plugin(const char ** argv, int argc,
> > url_mapping *mp, char *errbuf, i
> > }
> > Debug("remap
- Original Message -
> Updated Branches:
> refs/heads/master 00897775d -> cd86569e9
>
>
> TS-2425: Update to TS-2261 for loading plugins as root
>
>
> Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
> Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/co
Hi.
If new version avaible i will chek this.
Have good days
> Am 24 yan, 2014 um 01:35 schrieb "Bryan Call" :
>
> I removed elevation on delete and new instance. It is needed in dlopen
> because the libraries that we link with in our plugins need root privileges
> when they statically initial
I removed elevation on delete and new instance. It is needed in dlopen because
the libraries that we link with in our plugins need root privileges when they
statically initialize things.
-Bryan
>> Am 23 yan, 2014 um 22:00 schrieb "James Peach" :
>>
>>> On Jan 23, 2014, at 6:50 AM, bc...@apac
:)
> Am 23 yan, 2014 um 22:00 schrieb "James Peach" :
>
>> On Jan 23, 2014, at 6:50 AM, bc...@apache.org wrote:
>>
>> Updated Branches:
>> refs/heads/master 00897775d -> cd86569e9
>>
>>
>> TS-2425: Update to TS-2261 for loading plugins as root
> [snip]
>> http://git-wip-us.apache.org/repos/
On Jan 23, 2014, at 6:50 AM, bc...@apache.org wrote:
> Updated Branches:
> refs/heads/master 00897775d -> cd86569e9
>
>
> TS-2425: Update to TS-2261 for loading plugins as root
>
[snip]
> http://git-wip-us.apache.org/repos/asf/trafficserver/blob/cd86569e/proxy/http/remap/UrlMapping.cc
> --