You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by mx...@apache.org on 2012/10/29 00:41:55 UTC

svn commit: r1403130 - in /tcl/rivet/branches/2.0: ChangeLog doc/xml/commands.xml tests/cookies.rvt

Author: mxmanghi
Date: Sun Oct 28 23:41:54 2012
New Revision: 1403130

URL: http://svn.apache.org/viewvc?rev=1403130&view=rev
Log:
    * doc/xml/commands.xml: Manual entry for makeurl extented to clarify how the
    protocol is determined.


Modified:
    tcl/rivet/branches/2.0/ChangeLog
    tcl/rivet/branches/2.0/doc/xml/commands.xml
    tcl/rivet/branches/2.0/tests/cookies.rvt

Modified: tcl/rivet/branches/2.0/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.0/ChangeLog?rev=1403130&r1=1403129&r2=1403130&view=diff
==============================================================================
--- tcl/rivet/branches/2.0/ChangeLog (original)
+++ tcl/rivet/branches/2.0/ChangeLog Sun Oct 28 23:41:54 2012
@@ -1,3 +1,7 @@
+2012-10-28 Massimo Manghi <mx...@apache.org>
+    * doc/xml/commands.xml: Manual entry for makeurl extented to clarify how the
+    protocol is determined.
+
 2012-10-01 Massimo Manghi <mx...@apache.org>
     * doc/xml/install.xml: attempting to improve the documentation
 

Modified: tcl/rivet/branches/2.0/doc/xml/commands.xml
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.0/doc/xml/commands.xml?rev=1403130&r1=1403129&r2=1403130&view=diff
==============================================================================
--- tcl/rivet/branches/2.0/doc/xml/commands.xml (original)
+++ tcl/rivet/branches/2.0/doc/xml/commands.xml Sun Oct 28 23:41:54 2012
@@ -1014,7 +1014,8 @@ bxxb ccxxxxcc
             Example of absolute path: <programlisting>makeurl /tclp.gif</programlisting> returns
             <computeroutput>http://[hostname]:[port]/tclp.gif</computeroutput>.
             where hostname and port are the hostname and port of the
-            server in question.
+            server in question. The protocol prefix is inferred from the protocol in 
+            the URL referencing the script.
         </para>
       </refsect1>
     </refentry>

Modified: tcl/rivet/branches/2.0/tests/cookies.rvt
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.0/tests/cookies.rvt?rev=1403130&r1=1403129&r2=1403130&view=diff
==============================================================================
--- tcl/rivet/branches/2.0/tests/cookies.rvt (original)
+++ tcl/rivet/branches/2.0/tests/cookies.rvt Sun Oct 28 23:41:54 2012
@@ -10,4 +10,4 @@ if { [ array exists cookies ] } {
     }
 }
 
-?>
\ No newline at end of file
+?>



---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: rivet-cvs-help@tcl.apache.org