Re: 2.1.x XML regression?

2020-05-26 Thread Colm O hEigeartaigh
I committed the fix yesterday on 2_1_X for > > https://issues.apache.org/jira/browse/SYNCOPE-1565 > > If you run the curl command as above against 2.1.7-SNAPSHOT it will work > as expected, as you can see for example by > > curl -H "Accept: application/xml" -u "admin:password" >

Re: 2.1.x XML regression?

2020-05-26 Thread Francesco Chicchiriccò
On 26/05/20 11:07, Colm O hEigeartaigh wrote: > Hi all, > > I'm just migrating some test-cases from Syncope 2.0.13 to 2.1.6. I've > noticed what seems like a regression. I'm creating a group called "boss" in > Syncope. With 2.0.X I can query the REST API as follows: > > curl -H "Accept:

2.1.x XML regression?

2020-05-26 Thread Colm O hEigeartaigh
Hi all, I'm just migrating some test-cases from Syncope 2.0.13 to 2.1.6. I've noticed what seems like a regression. I'm creating a group called "boss" in Syncope. With 2.0.X I can query the REST API as follows: curl -H "Accept: application/xml" -u "admin:password"