😱 Oog. Slashes in database names are problematic. I mean, they’re perfectly legal, but they tend to expose implementation bugs where URL paths aren’t being handled 100% correctly. It’s not the first time we’ve had bugs involving them, and this definitely sounds like a bug in the replicator.
> I tried encoding the slash character in the database name (e.g. > username%2Fdatabasename but that just gave me some not found errors. The correct URL is <https://myusername.cloudant.com/username%2Fdatabasename>. (If the “/“ weren't escaped, the URL would refer to a document ‘databasename' in a database named ‘username’.) Could you file a bug report on Github, please? —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/DBEBA624-4429-4847-9F54-CBA960A72AB7%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
