diff options
author | Leon Breedt <bitserf@gmail.com> | 2005-05-07 23:49:45 +0000 |
---|---|---|
committer | Leon Breedt <bitserf@gmail.com> | 2005-05-07 23:49:45 +0000 |
commit | 884fd4792d33032ffa88e08d17a9cf14b733c078 (patch) | |
tree | 11cbafe560b2d43b0f7c1470426685ce58ae5d27 /actionwebservice/CHANGELOG | |
parent | 47a7084b94b8cd0dfc43e0b8f1775eef31c5170d (diff) | |
download | rails-884fd4792d33032ffa88e08d17a9cf14b733c078.tar.gz rails-884fd4792d33032ffa88e08d17a9cf14b733c078.tar.bz2 rails-884fd4792d33032ffa88e08d17a9cf14b733c078.zip |
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
Diffstat (limited to 'actionwebservice/CHANGELOG')
-rw-r--r-- | actionwebservice/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
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 |