vertx-lang-js icon indicating copy to clipboard operation
vertx-lang-js copied to clipboard

ClasspathFileResolver does not respect vertx.disableFileCaching

Open pmlopes opened this issue 8 years ago • 2 comments

If a user disables caching using the system property as per documentation, and the js runner is loaded this user choice is overruled with always cache file system.

pmlopes avatar Apr 06 '17 18:04 pmlopes

When this is fixed, we will be able to remove the @Ignore annotation in vertx-web's FreeMarkerJavascriptTemplateTest, correct ?

vert-x3/vertx-web@c44a07f8502007a5e83049b805280a7b5508d73b

tsegismont avatar Apr 07 '17 07:04 tsegismont

Yes.

pmlopes avatar Apr 07 '17 07:04 pmlopes