From 07a9f20df9dcce3d95c14708967a6023a1807836 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@DESKTOP-2S09UKA>
Date: Tue, 11 Aug 2020 18:22:17 -0700
Subject: [PATCH] curious change in redirect: INSTITUTE FOR SECURITY GOVERNANCE

---
 .../HttpWebPageSourceTerminalLog.txt           | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/examples/src/HttpServletExamples/HttpWebPageSourceTerminalLog.txt b/examples/src/HttpServletExamples/HttpWebPageSourceTerminalLog.txt
index d5c82e8f81..896fb30c8a 100644
--- a/examples/src/HttpServletExamples/HttpWebPageSourceTerminalLog.txt
+++ b/examples/src/HttpServletExamples/HttpWebPageSourceTerminalLog.txt
@@ -1,22 +1,24 @@
-ant -f C:\\x-nps-gitlab\\NetworkedGraphicsMV3500\\examples -Dnb.internal.action.name=run run
+ant -f C:\\x-nps-gitlab\\NetworkedGraphicsMV3500\\examples -Dnb.internal.action.name=run.single -Djavac.includes=HttpServletExamples/HttpWebPageSource.java -Drun.class=HttpServletExamples.HttpWebPageSource run-single
 init:
 Deleting: C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties
 deps-jar:
 Updating property file: C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties
-compile:
-run:
+Compiling 1 source file to C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\classes
+compile-single:
+run-single:
 HttpWebPageSource: create http connection and retrieve default page
 Reference:  https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol
 Reference:  https://tools.ietf.org/html/rfc7230
+Reference:  https://en.wikipedia.org/wiki/CURL
 
 New socket WEB_ADDRESS=www.nps.edu
 GET /index.html HTTP/1.0
 
 1: HTTP/1.1 301 Moved Permanently
-2: Date: Mon, 12 Aug 2019 00:15:08 GMT
+2: Date: Wed, 12 Aug 2020 01:19:20 GMT
 3: Server: Apache
-4: Location: https:///index.html
-5: Content-Length: 227
+4: Location: https://instituteforsecuritygovernance.org/index.html
+5: Content-Length: 261
 6: Connection: close
 7: Content-Type: text/html; charset=iso-8859-1
 8: 
@@ -25,7 +27,7 @@ GET /index.html HTTP/1.0
 11: <title>301 Moved Permanently</title>
 12: </head><body>
 13: <h1>Moved Permanently</h1>
-14: <p>The document has moved <a href="https:///index.html">here</a>.</p>
+14: <p>The document has moved <a href="https://instituteforsecuritygovernance.org/index.html">here</a>.</p>
 15: </body></html>
 HttpWebPageSource: response finished
-BUILD SUCCESSFUL (total time: 0 seconds)
+BUILD SUCCESSFUL (total time: 2 seconds)
-- 
GitLab