You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2004/11/01 19:39:59 UTC

cvs commit: httpd-site/xdocs/cli/mod mod_aspdotnet.xml

wrowe       2004/11/01 10:39:59

  Modified:    docs/cli mod_aspdotnet.html
               xdocs/cli mod_aspdotnet.html
               xdocs/cli/mod mod_aspdotnet.xml
  Log:
    Correct wrong transliteration for client .js script retrieval.
  
  Submitted by: Yussef Alkhamrichi <yalkhamrichi hotmail.com>
  
  Revision  Changes    Path
  1.6       +1 -1      httpd-site/docs/cli/mod_aspdotnet.html
  
  Index: mod_aspdotnet.html
  ===================================================================
  RCS file: /home/cvs/httpd-site/docs/cli/mod_aspdotnet.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mod_aspdotnet.html	31 Oct 2004 01:22:25 -0000	1.5
  +++ mod_aspdotnet.html	1 Nov 2004 18:39:59 -0000	1.6
  @@ -56,7 +56,7 @@
   <br />
   AliasMatch "^/(?i)aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*)" \<br />
   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  -           "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$5"<br />
  +           "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4"<br />
   <br />
   &lt;Directory "C:/Windows/Microsoft.NET/Framework/v*/ASP.NETClientFiles"&gt;<br />
   &nbsp;&nbsp;&nbsp;&nbsp;Options FollowSymlinks<br />
  
  
  
  1.3       +1 -1      httpd-site/xdocs/cli/mod_aspdotnet.html
  
  Index: mod_aspdotnet.html
  ===================================================================
  RCS file: /home/cvs/httpd-site/xdocs/cli/mod_aspdotnet.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mod_aspdotnet.html	31 Oct 2004 01:22:25 -0000	1.2
  +++ mod_aspdotnet.html	1 Nov 2004 18:39:59 -0000	1.3
  @@ -56,7 +56,7 @@
   <br />
   AliasMatch "^/(?i)aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*)" \<br />
   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  -           "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$5"<br />
  +           "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4"<br />
   <br />
   &lt;Directory "C:/Windows/Microsoft.NET/Framework/v*/ASP.NETClientFiles"&gt;<br />
   &nbsp;&nbsp;&nbsp;&nbsp;Options FollowSymlinks<br />
  
  
  
  1.4       +2 -2      httpd-site/xdocs/cli/mod/mod_aspdotnet.xml
  
  Index: mod_aspdotnet.xml
  ===================================================================
  RCS file: /home/cvs/httpd-site/xdocs/cli/mod/mod_aspdotnet.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mod_aspdotnet.xml	31 Oct 2004 01:22:25 -0000	1.3
  +++ mod_aspdotnet.xml	1 Nov 2004 18:39:59 -0000	1.4
  @@ -50,7 +50,7 @@
   <br />
   AliasMatch "^/(?i)aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*)" \<br />
   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  -           "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$5"<br />
  +           "C:/Windows/Microsoft.NET/Framework/v$1.$2.$3/ASP.NETClientFiles/$4"<br />
   <br />
   &lt;Directory "C:/Windows/Microsoft.NET/Framework/v*/ASP.NETClientFiles"&gt;<br />
   &nbsp;&nbsp;&nbsp;&nbsp;Options FollowSymlinks<br />