Skip to content

Commit

Permalink
Fixed bug #24
Browse files Browse the repository at this point in the history
  • Loading branch information
akhikhl committed May 23, 2014
1 parent 6ae7e71 commit 2396c99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ final class Runner extends RunnerBase {

@Override
protected createServer() {
// fix for issue https://github.com/akhikhl/gretty/issues/24
org.eclipse.jetty.util.resource.Resource.defaultUseCaches = false
return new Server()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ final class Runner extends RunnerBase {

@Override
protected createServer() {
// fix for issue https://github.com/akhikhl/gretty/issues/24
org.eclipse.jetty.util.resource.Resource.defaultUseCaches = false
return new Server()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ final class Runner extends RunnerBase {

@Override
protected createServer() {
// fix for issue https://github.com/akhikhl/gretty/issues/24
org.eclipse.jetty.util.resource.Resource.defaultUseCaches = false
return new Server()
}

Expand Down

0 comments on commit 2396c99

Please sign in to comment.