If my document ID starts with admin then trying to PUT it fails with HTTP 401 Unauthorized

PUT http://localhost:8080/databases/mydb/docs/admin

admin + anything else also fails

prefixing admin e.g. foo-admin works

Why is this happening?

有帮助吗?

解决方案

This is fixed in the next build of RavenDB, thanks for the bug report.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top