Re: [cgiapp] Possible patches for ::Server (was: Re: ::Server vs ::Dispatch::Server: Worth having both?)

2008-09-20 Thread George Hartzell
Mark Stosberg writes: Patches welcome. I'd like to provide feedback on various proposed changes to CGI::Application::Server Need a way to specify parameters to dispatch() I disagree. The recommended way to do this to define a 'dispatch_args' routine in your

[cgiapp] Possible patches for ::Server (was: Re: ::Server vs ::Dispatch::Server: Worth having both?)

2008-09-17 Thread Mark Stosberg
Patches welcome. I'd like to provide feedback on various proposed changes to CGI::Application::Server Need a way to specify parameters to dispatch() I disagree. The recommended way to do this to define a 'dispatch_args' routine in your CGI::Application::Dispatch subclass. I think George

Re: [cgiapp] Possible patches for ::Server (was: Re: ::Server vs ::Dispatch::Server: Worth having both?)

2008-09-17 Thread Ricardo SIGNES
* Mark Stosberg [EMAIL PROTECTED] [2008-09-17T20:57:37] ::Dispatch::Server prefers static files first, ::Server prefers dispatching first I think it is a bug in ::Server that it prefers dispatching server. The recommended use of ::Dispatch, and also for Drupal, is to use a rewrite rule