Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jenkinsci/jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed May 22, 2013
2 parents 41edc58 + e3fee0a commit 071c35a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/src/main/java/org/jvnet/hudson/test/HudsonTestCase.java
Expand Up @@ -506,11 +506,6 @@ protected ServletContext createWebServer() throws Exception {
context.setConfigurations(new Configuration[]{new WebXmlConfiguration(), new NoListenerConfiguration()});
server.setHandler(context);
context.setMimeTypes(MIME_TYPES);
if(Functions.isWindows()) {
// this is only needed on Windows because of the file
// locking issue as described in JENKINS-12647
context.setCopyWebDir(true);
}

SocketConnector connector = new SocketConnector();
connector.setHeaderBufferSize(12*1024); // use a bigger buffer as Stapler traces can get pretty large on deeply nested URL
Expand Down

0 comments on commit 071c35a

Please sign in to comment.