Hi,
We've run out with some problems with the update released this morning to
venusian 1.0b4. We had to go back to 1.0b3 to fix it.
We have some views defined like:

...
@view_config(route_name='user', request_method='POST',
permission='operations')
@MaxResponse
@MaxRequest
def addUser(context, request):
...

The additional decorators are used for validate both input request and
output response data consistently across several REST web services.

Maybe we are doing it wrong and we shouldn't pile decorators this way,
however we wanted to make notice about this.
If we are not doing the right thing, there is another way to "pre-process"
requests and responses in a fancy way?

Thanks,
-- 
Víctor Fernández de Alba
http://about.me/victorfernandezdealba
Twitter/IRC: sneridagh
g+/Facebook: victorfda

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to