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
Is it possible to configure grape to handle dots in url params?
For example "/databases/first_database/collections/fs.files/documents"
Where "fs.files" is a collection name param.
Is it possible to configure grape to handle dots in url params?
For example
"/databases/first_database/collections/fs.files/documents"
Where "fs.files" is a collection name param.
Currently when I have a dot in the param grape raises 404 error.
Here is a failing test scenario for this case in my project: https://github.com/lucassus/mongo_browser/pull/93/files
The text was updated successfully, but these errors were encountered: