Skip Menu |

This queue is for tickets about the Catalyst-Plugin-SubRequest CPAN distribution.

Report information
The Basics
Id: 57544
Status: open
Priority: 0/
Queue: Catalyst-Plugin-SubRequest

People
Owner: Nobody in particular
Requestors: onken [...] netcubed.de
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Deprecate Catalyst-Plugin-SubRequest
I think this plugin should be deprecated. I tried to implement an Ext.Direct router (ExtJS RPC) using SubRequest but I had a really hard time because of content types, response headers, request headers, request method, missing localization etc. Eventually I found out that I can make this work using $c->visit(), which is a perfect substitute for SubRequest. This should be mentioned in the documentation or even better, deprecate SubRequest and add documentation on how to use visit() to emulate a subrequest. I'd be happy to write this documentation of you agree on deprecating this module. cheers, mo
On Mon May 17 01:51:29 2010, PERLER wrote: Show quoted text
> I'd be happy to write this documentation of you agree on deprecating > this module.
Sounds good to me! This patch would be _very_ welcome :)
On Mon May 17 01:51:29 2010, PERLER wrote: Show quoted text
> I'd be happy to write this documentation of you agree on deprecating > this module.
Any news on this?