Skip to content
Snippets Groups Projects
Commit 07a9f20d authored by brutzman's avatar brutzman
Browse files

curious change in redirect: INSTITUTE FOR SECURITY GOVERNANCE

parent baea5dfd
No related branches found
No related tags found
No related merge requests found
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: init:
Deleting: C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties Deleting: C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties
deps-jar: deps-jar:
Updating property file: C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties Updating property file: C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\built-jar.properties
compile: Compiling 1 source file to C:\x-nps-gitlab\NetworkedGraphicsMV3500\examples\build\classes
run: compile-single:
run-single:
HttpWebPageSource: create http connection and retrieve default page HttpWebPageSource: create http connection and retrieve default page
Reference: https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol Reference: https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol
Reference: https://tools.ietf.org/html/rfc7230 Reference: https://tools.ietf.org/html/rfc7230
Reference: https://en.wikipedia.org/wiki/CURL
New socket WEB_ADDRESS=www.nps.edu New socket WEB_ADDRESS=www.nps.edu
GET /index.html HTTP/1.0 GET /index.html HTTP/1.0
1: HTTP/1.1 301 Moved Permanently 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 3: Server: Apache
4: Location: https:///index.html 4: Location: https://instituteforsecuritygovernance.org/index.html
5: Content-Length: 227 5: Content-Length: 261
6: Connection: close 6: Connection: close
7: Content-Type: text/html; charset=iso-8859-1 7: Content-Type: text/html; charset=iso-8859-1
8: 8:
...@@ -25,7 +27,7 @@ GET /index.html HTTP/1.0 ...@@ -25,7 +27,7 @@ GET /index.html HTTP/1.0
11: <title>301 Moved Permanently</title> 11: <title>301 Moved Permanently</title>
12: </head><body> 12: </head><body>
13: <h1>Moved Permanently</h1> 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> 15: </body></html>
HttpWebPageSource: response finished HttpWebPageSource: response finished
BUILD SUCCESSFUL (total time: 0 seconds) BUILD SUCCESSFUL (total time: 2 seconds)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment