I'm trying to make a REST call to fedora-commons 3.8.1 and I continually get "401 Unauthorized" errors. I googled it and found that I need to make sure:
<param name="ENFORCE-MODE" value="permit-all-requests"/>
Is set in the Authorization module, which I did. Seems like an easy enough fix. I restarted my server and still get the same error.
There's a spring configuration in the fedora/config area that seems to be overriding enforce-mode (at least in this version).
Fixed this by modifying the fedora/server/config/spring/web/web.properties file: