@Test
public void protected_asset_wth_correct_digest_in_url() throws Exception
{
Request request = mockRequest();
Response response = mockResponse();
ClasspathAssetAliasManager aliasManager = mockClasspathAssetAliasManager();
ResourceCache cache = mockResourceCache();
ResourceStreamer streamer = mockResourceStreamer();
String clientURL = TapestryConstants.ASSET_PATH_PREFIX + "app1/pages/smiley.RIGHT.png";
String resourcePath = "org/apache/tapestry/integration/app1/pages/smiley.RIGHT.png";