Archive for the ‘WAT’ Category

ESIGate
ESIGate : fixed ETag and preserveHosts issues.

October 4th, 2010

I just checked in two fixes for ESIGate (previously WAT) :

  • one on ETag : was causing ETag headers to be ignored
  • another one on cache : was causing an issue with preserveHost option enabled. This one was pretty major since it may cause content of different websites to be mixed up if these sites were using name virtual hosts on the provider.

These fixes may change the behavior of your site if it has been tested using the buggy features.

Both fixes are available in the Trunk version and will be included in ESIGate 2.16.

Update : Fixes will be available in ESIGate 2.18 after all (see comments)

Java
WAT and Stateless filter now have a clean changelog

June 24th, 2010

Thanks to Mantis But Tracker and with some time spent to recreate issues for the latest commits, both Web Assemble Tool and Stateless Filter now have a changelog available.

WAT :
https://sourceforge.net/apps/mantisbt/webassembletool/changelog_page.php

Stateless filter :
https://sourceforge.net/apps/mantisbt/statelessfilter/changelog_page.php

This gives a better visibility on the activity and the latest changes/releases of these projects.

Java
Wicket adapter for WAT : include block support

March 9th, 2010

I just added a new WATBlock component to Web Assemble Tool Wicket adapter (webassembletool-wicket).

This is the equivalent of assemble:includeBlock jsp tag, which allows to include content from a remote web site into your application.

Now the Wicket adapter has the minimal components to be useable in a project (WATTemplate, WATBlock).

I’ve also added some ready-to-use demo content and template in order to ease WAT learning. These files already have WAT tags included (look at the html source to get block names) :

The website has yet to be updated.
Enjoy