Fwd: modperl Digest 16 Jun 2017 08:02:57 -0000 Issue 3266

2017-06-16 Thread Cris Shupp
perl module seems to not even run in that case. Thanks, Cris On Fri, Jun 16, 2017 at 4:02 AM, wrote: > > modperl Digest 16 Jun 2017 08:02:57 - Issue 3266 > > Topics (messages 64692 through 64693) > &g

Re: lost headers

2017-06-13 Thread Cris Shupp
format.json { render :json => params['counter'] } end end ### Never sees those headers! Help! Thanks, Cris On Tue, Jun 13, 2017 at 12:52 PM, Cris Shupp wrote: > Hello all... > > I have a simple mod_perl program that does some custom role b

lost headers

2017-06-13 Thread Cris Shupp
Hello all... I have a simple mod_perl program that does some custom role based authentication before granting access to certain resources. That part does work, but for a new feature I need to be able to embed roles into my headers. Try as may, try as I might, those roles never show up... consi