Github user kxepal commented on a diff in the pull request:

    https://github.com/apache/couchdb-couch/pull/38#discussion_r25356432
  
    --- Diff: src/couch_httpd.erl ---
    @@ -837,7 +837,7 @@ error_info({bad_ctype, Reason}) ->
         {415, <<"bad_content_type">>, Reason};
     error_info(requested_range_not_satisfiable) ->
         {416, <<"requested_range_not_satisfiable">>, <<"Requested range not 
satisfiable">>};
    -error_info({error, illegal_database_name, Name}) ->
    +error_info({error, {illegal_database_name, Name}}) ->
         Message = "Name: '" ++ Name ++ "'. Only lowercase characters (a-z), "
    --- End diff --
    
    In case of db name validation customization this error message shouldn't be 
defined here since the requirements for the name could be different.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to