alexo / wro4j

New project location is:https://github.com/wro4j/wro4j
442 stars 110 forks source link

UrlUriLocator does not respect connectionTimeout #186

Open kpala opened 10 years ago

kpala commented 10 years ago

Setting connectionTimeout=whatever in wro.properties seems to be ignored in UrlUriLocator (the timeout parameter was never set before running locate method). Instead, the default connection timeout is always used.

As a workaround, I created an extension of UrlUriLocator for now.