Re: [cgiapp] cgi::application::dispatch doesn't handle start_mode

2011-03-14 Thread Mark Stosberg
On 03/11/2011 11:20 PM, Ron Savage wrote: Hi James On Fri, 2011-03-11 at 19:58 -0800, James.Q.L wrote: Thanks for reporting it on RT. I think C::A::D should respect C::A's start_mode. If no rm is defined in C::A::D rules, the start_mode in the dispatched module should be used. A

Re: [cgiapp] cgi::application::dispatch doesn't handle start_mode

2011-03-11 Thread Ron Savage
Hi James I've logged an error report: https://rt.cpan.org/Ticket/Display.html?id=66558 -- Ron Savage http://savage.net.au/ Ph: 0421 920 622 # CGI::Application community mailing list #### ## To unsubscribe,

Re: [cgiapp] cgi::application::dispatch doesn't handle start_mode

2011-03-11 Thread James.Q.L
...@savage.net.au wrote: From: Ron Savage r...@savage.net.au Subject: Re: [cgiapp] cgi::application::dispatch doesn't handle start_mode To: CGI Application cgiapp@lists.erlbaum.net Date: Friday, March 11, 2011, 3:59 PM Hi James I've logged an error report: https://rt.cpan.org/Ticket

Re: [cgiapp] cgi::application::dispatch doesn't handle start_mode

2011-03-11 Thread Ron Savage
Hi James On Fri, 2011-03-11 at 19:58 -0800, James.Q.L wrote: Thanks for reporting it on RT. I think C::A::D should respect C::A's start_mode. If no rm is defined in C::A::D rules, the start_mode in the dispatched module should be used. A sentence of describing the use of start_mode in

Re: [cgiapp] cgi::application::dispatch doesn't handle start_mode

2011-03-10 Thread James.Q.L
--- On Sat, 3/5/11, Ron Savage r...@savage.net.au wrote: From: Ron Savage r...@savage.net.au Subject: Re: [cgiapp] cgi::application::dispatch doesn't handle start_mode To: CGI Application cgiapp@lists.erlbaum.net Date: Saturday, March 5, 2011, 6:40 PM Hi James On Sat, 2011-03-05 at 01:25

Re: [cgiapp] cgi::application::dispatch doesn't handle start_mode

2011-03-10 Thread Ron Savage
Hi James On Thu, 2011-03-10 at 20:15 -0800, James.Q.L wrote: --- On Sat, 3/5/11, Ron Savage r...@savage.net.au wrote: From: Ron Savage r...@savage.net.au Subject: Re: [cgiapp] cgi::application::dispatch doesn't handle start_mode To: CGI Application cgiapp@lists.erlbaum.net Date

Re: [cgiapp] cgi::application::dispatch doesn't handle start_mode

2011-03-05 Thread Ron Savage
Hi James On Sat, 2011-03-05 at 01:25 -0800, James.Q.L wrote: Hi, It seems that C::A::D always sets the runmode to $rm_HTTP_METHOD even when $rm is not set, which produces a _HTTP_METHOD runmode. that' doesn't work when start_mode is expected to be run. it is due to the following code in