1

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?

Matt Johnson-Pint
  • 230,703
  • 74
  • 448
  • 575
Andrew Davey
  • 5,441
  • 3
  • 43
  • 57

1 Answers1

1

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

Ayende Rahien
  • 22,925
  • 1
  • 36
  • 41