Author: sebb
Date: Wed Aug 17 17:00:57 2016
New Revision: 1756656
URL: http://svn.apache.org/viewvc?rev=1756656&view=rev
Log:
Tidy up
Added:
commons/cms-site/trunk/content/resources/README.txt
- copied, changed from r1756646,
commons/cms-site/trunk/content/resources/chain/README.txt
Removed:
commons/cms-site/trunk/content/resources/chain/README.txt
Modified:
commons/cms-site/trunk/content/resources/crypto/download_crypto.html
Copied: commons/cms-site/trunk/content/resources/README.txt (from r1756646,
commons/cms-site/trunk/content/resources/chain/README.txt)
URL:
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/resources/README.txt?p2=commons/cms-site/trunk/content/resources/README.txt&p1=commons/cms-site/trunk/content/resources/chain/README.txt&r1=1756646&r2=1756656&rev=1756656&view=diff
==============================================================================
--- commons/cms-site/trunk/content/resources/chain/README.txt (original)
+++ commons/cms-site/trunk/content/resources/README.txt Wed Aug 17 17:00:57 2016
@@ -1,2 +1,7 @@
-This directory is an attempt to fix the CGI redirect issue
-(CGI and HTML must have same parent URL; but CGI are no longer subject to
htaccess redirects and HTML are)
\ No newline at end of file
+This directory is an attempt to fix the CGI redirect issue from
+commons.a.o/component/download_component.cgi to
+commons.a.o/proper/commons-component/download_component.cgi
+
+The CGI and HTML files must have same parent URL.
+However CGI are no longer subject to htaccess redirects (because all CGI are
redirected to the LUA script)
+whereas HTML files are subject to redirection.
Modified: commons/cms-site/trunk/content/resources/crypto/download_crypto.html
URL:
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/resources/crypto/download_crypto.html?rev=1756656&r1=1756655&r2=1756656&view=diff
==============================================================================
--- commons/cms-site/trunk/content/resources/crypto/download_crypto.html
(original)
+++ commons/cms-site/trunk/content/resources/crypto/download_crypto.html Wed
Aug 17 17:00:57 2016
@@ -1,6 +1,5 @@
<html>
<head>
-
<meta http-equiv="refresh" content="0;
url=/proper/commons-crypto/download_crypto.cgi" />
</head>
</html>