This is an automated email from the ASF dual-hosted git repository.
curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 45a3590 Replacements provide same functionality
45a3590 is described below
commit 45a3590d7b50d6ec26bda4e8fbbb2e07dde67052
Author: Shane Curcuru <[email protected]>
AuthorDate: Tue May 2 13:11:49 2017 -0400
Replacements provide same functionality
---
www/test/conferences.cgi | 5 +++++
www/test/trademark.cgi | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/www/test/conferences.cgi b/www/test/conferences.cgi
index 841d62b..a214c83 100755
--- a/www/test/conferences.cgi
+++ b/www/test/conferences.cgi
@@ -1,4 +1,9 @@
#!/usr/bin/env ruby
+print "Status: 301 Moved Permanently\r\n"
+print "Location: ../events/other\r\n"
+print "\r\n"
+exit
+
$LOAD_PATH.unshift File.realpath(File.expand_path('../../../lib', __FILE__))
require 'json'
require 'net/http'
diff --git a/www/test/trademark.cgi b/www/test/trademark.cgi
index 95c4652..e5e29b4 100755
--- a/www/test/trademark.cgi
+++ b/www/test/trademark.cgi
@@ -1,4 +1,9 @@
#!/usr/bin/env ruby
+print "Status: 301 Moved Permanently\r\n"
+print "Location: ../brand/list\r\n"
+print "\r\n"
+exit
+
# Wvisible:deprecated,brand Listing of trademarks-old
$LOAD_PATH.unshift File.realpath(File.expand_path('../../../lib', __FILE__))
require 'csv'
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].