Hi!

I'm writing an Tapestry integration for WYMeditor. It's main JavaScript file includes a lot of other ones based on relative paths.

For example, the main file gets this URL: http://localhost:8080/asset.gz/meta/wymeditor/883f64b8/jquery.wymeditor.min.js. In order to load the internationalized files, it attempts to load another .js file from (...)/883f64b8/jquery.wymeditor.min.js. An AssetRequestHandler finds the file, but obviously the checksum doesn't match, so it returns a 404 error.

WYMeditor allows the configuration of the folder URLs for its assets and other JS files, but then I'd need an classpath AssetRequestHandler that doesn't check for checksums and let it handle the assets needed by WYMeditor and configure it (WYMeditor) to use the paths it'll handle. I could write one, of course, but I'd just like to know whether there is some less brute-force option I'm overlooking.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to