You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The spec explicitly says that deleting https://example.org/data/foo should trigger a pub https://example.org/data/, but this module only triggers foo and /data/foo in that case.
The current behaviour is consistent in a way, because it always triggers on the URL of the request, but at the same time that's pretty useless, because for instance POST /data/ would trigger a pub, but PUT /data/da2b65b0-70a6-11e9-b22c-350fbfefc081 would not.
The text was updated successfully, but these errors were encountered:
The spec explicitly says that deleting
https://example.org/data/foo
should trigger apub https://example.org/data/
, but this module only triggersfoo
and/data/foo
in that case.The current behaviour is consistent in a way, because it always triggers on the URL of the request, but at the same time that's pretty useless, because for instance
POST /data/
would trigger a pub, butPUT /data/da2b65b0-70a6-11e9-b22c-350fbfefc081
would not.The text was updated successfully, but these errors were encountered: