CenterForDigitalHumanities / rerum_server

Java web service for a RERUM compliant digital object repository
http://rerum.io
Other
7 stars 2 forks source link

Read-Only RERUM #196

Open thehabes opened 3 years ago

thehabes commented 3 years ago

Reconfigure the interceptors to keep all GET requests and services available. Put only the CRUD ones behind the DownTimeOverride.

thehabes commented 3 years ago

Ugh having some struggles getting through this. Not quite finished yet, will need to track this through TT tomorrow.

From TT right now, update - overwrite - delete are seeing 403 in the web console instead of 503. This could be because it is a TT to test one of our other 35 v1+TT combos we had up and thus is experiencing some other kind of error. I think I need to restore the TT for regular dev.

Other than that, this works as we expect. The interceptor only fires on CRUD stuff, all GETs work as expected.

cubap commented 3 years ago

taking this off the project. It is still nice, but moot.