[HtmlUnit] SVN: [15480] trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ PrimitiveWebServer.java
rbri--- via HtmlUnit-develop <[email protected]> Wed, 18 Jul 2018 07:05:08 +0000
| Newsgroups | gmane.comp.java.htmlunit.devel |
|---|---|
| Message-ID | <[email protected]> |
Revision: 15480
http://sourceforge.net/p/htmlunit/code/15480
Author: rbri
Date: 2018-07-18 07:05:05 +0000 (Wed, 18 Jul 2018)
Log Message:
-----------
debug at the server
Modified Paths:
--------------
trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/PrimitiveWebServer.java
Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/PrimitiveWebServer.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/PrimitiveWebServer.java 2018-07-18 06:47:06 UTC (rev 15479)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/PrimitiveWebServer.java 2018-07-18 07:05:05 UTC (rev 15480)
@@ -25,6 +25,7 @@
import java.nio.charset.StandardCharsets;
import java.util.ArrayList;
import java.util.List;
+import java.util.Locale;
/**
* A very simple implementation of a Web Server.
@@ -71,6 +72,8 @@
*/
public void start() throws IOException {
System.out.println("start ");
+System.out.println(Locale.getDefault());
+System.out.println(System.getProperty("java.version"));
server_ = new ServerSocket(port_);
new Thread(new Runnable() {
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot