UKGovLD / ukl-registry-poc

Workspace for design of UKGovLD registry proof-of-concept
Apache License 2.0
17 stars 2 forks source link

Modification of NamespaceForward resource (code 200) is redirected to delegationTarget #92

Open 6a6d74 opened 10 years ago

6a6d74 commented 10 years ago

Modification of a NamespaceForward entity fails because the HTTP PUT request appears to be passed by the NGINX proxy server to the delegationTarget rather than acting on the NamespaceForward resource itself.

Obviously, the delegated resource should not be expected to handle a PUT request (& the resource may be hosted on some 3rd party server subject to completely different management rules!).

I have only tried this with code "200" specified; proxy mode.

6a6d74 commented 10 years ago

Perhaps it would be better to modify the register item instead? If so, then a documentation how-to may be the best way to get around this issue.