Hi everyone,
Last night's commit was about making response generators more flexible and allow for @Request methods with shorter parameter lists. As part of the changes, I have removed the unused HttpContext parameter from all possible parameter lists.
If you now update your Gizmo to the latest CVS trunk version, you will need to remove the HttpContext parameter from all your @Request method prototypes. You can also remove the HttpRequest and HttpResponse parameters where you don't need them. Check the examples to see how the parameters lists can look like.
More updates in the area of response generators will follow, but none should break compatibility in a way this one did. This tidy-up was worth the while, though, I feel.
Cheers,
Joerg
|