We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c9003 commit 06c20c3Copy full SHA for 06c20c3
src/main/org/epics/archiverappliance/config/DefaultConfigService.java
@@ -200,9 +200,6 @@ public void initialize(ServletContext sce) throws ConfigException {
200
String contextPath = sce.getContextPath();
201
logger.info("DefaultConfigService was created with a servlet context " + contextPath);
202
203
- // http://stackoverflow.com/questions/4767553/safe-use-of-httpurlconnection
204
- System.setProperty("http.keepAlive","false");
205
-
206
try {
207
String pathToVersionTxt = sce.getRealPath("ui/comm/version.txt");
208
logger.debug("The full path to the version.txt is " + pathToVersionTxt);
0 commit comments