[前][次][番号順一覧][スレッド一覧]

ruby-changes:31944

From: hsbt <ko1@a...>
Date: Fri, 6 Dec 2013 10:56:50 +0900 (JST)
Subject: [ruby-changes:31944] hsbt:r44023 (trunk): * lib/webrick/httprequest.rb: [DOC] Fix broken link of CGI specification by @udzura [fix GH-466]

hsbt	2013-12-06 10:56:44 +0900 (Fri, 06 Dec 2013)

  New Revision: 44023

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44023

  Log:
    * lib/webrick/httprequest.rb: [DOC] Fix broken link of CGI specification by @udzura [fix GH-466]

  Modified files:
    trunk/ChangeLog
    trunk/lib/webrick/httprequest.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 44022)
+++ ChangeLog	(revision 44023)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Dec  6 10:50:54 2013  SHIBATA Hiroshi  <shibata.hiroshi@g...>
+
+	* lib/webrick/httprequest.rb: [DOC] Fix broken link of CGI specification by @udzura [fix GH-466]
+
 Thu Dec  6 01:27:00 2013  Kenta Murata  <mrkn@m...>
 
 	* ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec):
Index: lib/webrick/httprequest.rb
===================================================================
--- lib/webrick/httprequest.rb	(revision 44022)
+++ lib/webrick/httprequest.rb	(revision 44023)
@@ -369,7 +369,8 @@ module WEBrick https://github.com/ruby/ruby/blob/trunk/lib/webrick/httprequest.rb#L369
 
     # This method provides the metavariables defined by the revision 3
     # of "The WWW Common Gateway Interface Version 1.1"
-    # http://Web.Golux.Com/coar/cgi/
+    # To browse the current document of CGI Version 1.1, see below:
+    # http://tools.ietf.org/html/rfc3875
 
     def meta_vars
       meta = Hash.new

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]