You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2013/07/26 10:22:49 UTC

git commit: updated refs/heads/master to 998ab36

Updated Branches:
  refs/heads/master 1c8864d7d -> 998ab3623


fix typo, expand comment


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

Branch: refs/heads/master
Commit: 998ab3623ee643fa8b39660693c5c7b2d7c49745
Parents: 1c8864d
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

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


http://git-wip-us.apache.org/repos/asf/couchdb/blob/998ab362/src/couchdb/couch_httpd_cors.erl
----------------------------------------------------------------------
diff --git a/src/couchdb/couch_httpd_cors.erl b/src/couchdb/couch_httpd_cors.erl
index ce41557..91fe1ae 100644
--- a/src/couchdb/couch_httpd_cors.erl
+++ b/src/couchdb/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).