google-code-export / wro4j

Automatically exported from code.google.com/p/wro4j
1 stars 1 forks source link

No exception thrown when using invalid resource uri is used #723

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When using a resource with an uri which cannot be located with any available 
locators, the processing assume the resource is not available.

Example:
<js>custom:resource.js</js>

where the "custom:" is used to to prefix a custom locator which was not 
provided.

Expected behavior: fail with a message saying that no locator is capable 
handling provided resource uri. This should be considered exceptional situation 
and treated differently than the one when a resource is unavailable or missing.

Original issue reported on code.google.com by alex.obj...@gmail.com on 18 May 2013 at 1:33

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 18 May 2013 at 3:46

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 8 Jun 2013 at 9:47