You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/02/06 18:39:45 UTC

[03/50] [abbrv] couch commit: updated refs/heads/import-rcouch to e2dbc79

fix typo, expand comment


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/5893d284
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/5893d284
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/5893d284

Branch: refs/heads/import-rcouch
Commit: 5893d284a90a23612a0d5eee31b5a7b07c67516e
Parents: 5f9212e
Author: Jan Lehnardt <ja...@apache.org>
Authored: Fri Jul 26 10:22:23 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Fri Jul 26 10:22:42 2013 +0200

----------------------------------------------------------------------
 couch_httpd_cors.erl | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/5893d284/couch_httpd_cors.erl
----------------------------------------------------------------------
diff --git a/couch_httpd_cors.erl b/couch_httpd_cors.erl
index ce41557..91fe1ae 100644
--- a/couch_httpd_cors.erl
+++ b/couch_httpd_cors.erl
@@ -12,8 +12,10 @@
 
 %% @doc module to handle Cross-Origin Resource Sharing
 %%
-%% This module handles CROSS requests and preflight request for a
-%% couchdb Node. The config is done in the ini file.
+%% This module handles CORS requests and preflight request for
+%% CouchDB. The configuration is done in the ini file.
+%%
+%% This implements http://www.w3.org/TR/cors/
 
 
 -module(couch_httpd_cors).