I cloned the spring-security-oauth Git repo and checked out the 1.0.0.M6 tag. I then followed the instructions for building and running the oauth2 samples. When I through the simple workflow of trying to access Sparklr pics from Tonr in the Google Chrome browser everything works except the requests for the images return a 406 error code.
I am attaching the Tomcat server logs and .har files (HTTP traces) exported from Chrome Developer Tools for all 3 steps in the workflow.
Just to clarify the steps I took:
step1 - click on Sparklr Pics, this will redirect to Sparklr login page
step2 - submit default username/password, this will redirect to Sparklr authorize/deny page
step3 - click Authorize, this will redirect back to Tonr page that is supposeed to display the Sparklr pics...the page loads with 3 results but the images themselves are not downloaded due to the 406 error
If you would like me to file a bug report I can do that but I decided to try the forum first because the other bug documenting this issue was closed and it was requested to raise it on the forum.