From 884fd4792d33032ffa88e08d17a9cf14b733c078 Mon Sep 17 00:00:00 2001 From: Leon Breedt Date: Sat, 7 May 2005 23:49:45 +0000 Subject: support using invocation filters in :direct controllers as well, for consistency. action pack filters don't necessarily include enough information about the request since they occur before AWS actually sees the request and unpacks it. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1294 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionwebservice/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actionwebservice/CHANGELOG') diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG index 699a675fc5..da5d32bcc8 100644 --- a/actionwebservice/CHANGELOG +++ b/actionwebservice/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Allow invocation filters in :direct controllers as well, as they have access to more information regarding the web service request than ActionPack filters + * Add support for a :base64 signature type #1272 [Shugo Maeda] * Fix that boolean fields were not rendered correctly in scaffolding -- cgit v1.2.3