Le 16/03/2018 à 09:30, Scott Gray a écrit :
You're also using infra volunteer time for feature development rather than
project support.
Actually, after 1 day wandering around, I was a lost with CORS which is really a beast when you want to use send an Auth header from the client side
to another domain. So I 1st asked for help in Infra HipChat room
TL;DR: I confused the a2enmod headers *which check* the presence of HTTPD header mod (and it seems add it temporarily) with the real presence of the
HTTPD header mod
[9:10 AM] Jacques Le Roux: Dear Infra team,I'm crossing an issue I can't understand.On OFBiz VM, to test something, I need to install a2enmod headers
and add this headers
## For remote test access
# needs a2enmod headers
Header set Access-Control-Allow-Origin "https://localhost:8443"
Header set Access-Control-Allow-Headers "Authorization"
I'm able to do it as root, but for a reason I don't understand they don't stay.
I see there was an infrastructure-puppet-deployment
https://ci.apache.org/builders/infrastructure-puppet-deployment/builds/2916
But this was hours ago and no new since. So what could be removing my change in
25-ofbiz-trunk-vm2-443.conf ?
after 20 mins alone I went ahead
[9:30 AM] Jacques Le Roux: OK I will create a PR for ofbiz-vm2.apache.org.yaml
If you have some information about the issue above, please share :)
Later it was eventually finalised at
https://github.com/apache/infrastructure-puppet/pull/809
This was just FYI, we still need to discuss that properly in OFBIZ-9833
Jacques