[Catalyst] Bug in latest Catalyst::Runtime?

2009-12-18 Thread Octavian Râşniţă
Hi, I found that in Catalyst::Runtime 5.80016 the following error still appears when there is a bug in the current application: [error] Caught exception in engine "Can't use string ("8e6ef33a63f84c0132bf6e605898b7cc") as a HASH ref while "strict refs" in use at E:/perl510/site/lib/Catalyst/E

[Catalyst] Help with weird client: POST without Content-Type

2009-12-18 Thread Alex Povolotsky
Hello! I'm (still) working with weird client-weird server-weird DB system, and I need some more help from community. Weird self-written client sends POST request without setting Content-Type at all. Client will be fixed, but until then I have to force Catalyst to parse that request as if i

Re: [Catalyst] Help with weird client: POST without Content-Type

2009-12-18 Thread Andrew Rodland
On Friday 18 December 2009 05:11:56 am Alex Povolotsky wrote: > Hello! > > I'm (still) working with weird client-weird server-weird DB system, and > I need some more help from community. > > Weird self-written client sends POST request without setting > Content-Type at all. > > Client will be fi

Re: [Catalyst] Help with weird client: POST without Content-Type

2009-12-18 Thread Alex Povolotsky
Andrew Rodland wrote: On Friday 18 December 2009 05:11:56 am Alex Povolotsky wrote: Hello! I'm (still) working with weird client-weird server-weird DB system, and I need some more help from community. Weird self-written client sends POST request without setting Content-Type at all. Client

[Catalyst] catalyst request path and apache rewrites

2009-12-18 Thread William Wueppelmann
Hi All, I am developing my first serious catalyst application and am so far finding the application development pretty straightforward, but I am having a really frustrating deployment problem. I am trying to run my catalyst app using fastcgi through apache, using a static fastcgi server setup.

Re: [Catalyst] Bug in latest Catalyst::Runtime?

2009-12-18 Thread Florian Ragwitz
On Fri, Dec 18, 2009 at 12:53:52PM +0200, Octavian Râşniţă wrote: > I found that in Catalyst::Runtime 5.80016 the following error still appears > when there is a bug in the current application: Yes, that's a regression in 5.80016, introduce with the changes to not dump the __MOP__ attribute of ce

Re: [Catalyst] Bug in latest Catalyst::Runtime?

2009-12-18 Thread Hakim Cassimally
2009/12/18 Florian Ragwitz : > On Fri, Dec 18, 2009 at 12:53:52PM +0200, Octavian Râşniţă wrote: >> I found that in Catalyst::Runtime 5.80016 the following error still appears >> when there is a bug in the current application: > > Yes, that's a regression in 5.80016, introduce with the changes to n

Re: [Catalyst] Apache + mod_perl + Digest-SHA fails

2009-12-18 Thread Ascii King
Tomas Doran wrote: Where, exactly? Could you please point out the specific section so I can GO BEAT IT WITH A STICK. A STICK WITH RUSTY NAILS HAMMERED THROUGH IT. Thanks in advance. t0m Here: http://search.cpan.org/dist/Catalyst-Manual/lib/Catalyst/Manual/Cookbook.pod#___top "mod_perl is

Re: [Catalyst] Help with weird client: POST without Content-Type

2009-12-18 Thread Nick Perez
On Fri, 18 Dec 2009 15:13:50 +0300 Alex Povolotsky wrote: > String found where operator expected at > /usr/home/tarkhil/work/GIMS/script/../lib/GIMS.pm line 37, near > "before 'prepare_body'" > (Do you need to predeclare before?) Need to use Moose; in the package to get 'before' --

[Catalyst] FastCGI fails with file extension mapped configuration for IIS

2009-12-18 Thread Stuart Watt
I've used an IIS hack engine for a good while, and finally got around to switching to the main C::E::FastCGI with a few issues. 1. It works fine, apparently on IIS5 2. It does not work, at least not the way I have it configured, on IIS6 The issue revolves around the IIS handling of some request

Re: [Catalyst] catalyst request path and apache rewrites

2009-12-18 Thread Tomas Doran
On 18 Dec 2009, at 13:38, William Wueppelmann wrote: I am developing my first serious catalyst application and am so far finding the application development pretty straightforward, but I am having a really frustrating deployment problem. I am trying to run my catalyst app using fastcgi thro

Re: [Catalyst] FastCGI fails with file extension mapped configuration for IIS

2009-12-18 Thread Tomas Doran
On 18 Dec 2009, at 17:28, Stuart Watt wrote: The documentation implies that a wildcard mapping is recommended (although this is not supported by IIS5). I suspect the algorithm is completely correct on IIS6/7 with a wildcard mapping. Sounds like a reasonable conclusion. Is this likely to

Re: [Catalyst] catalyst request path and apache rewrites

2009-12-18 Thread William Wueppelmann
On 2009-12-18, at 1:58 PM, Tomas Doran wrote: > > On 18 Dec 2009, at 13:38, William Wueppelmann wrote: >> I am developing my first serious catalyst application and am so far finding >> the application development pretty straightforward, but I am having a really >> frustrating deployment proble

Re: [Catalyst] catalyst request path and apache rewrites

2009-12-18 Thread Tomas Doran
On 18 Dec 2009, at 19:07, William Wueppelmann wrote: Thanks, but I am already using 5.80016. My suspicion is that the problem actually lies somewhere between apache and fastcgi, but I really don't know. A request for '/' gets mapped to '/foo/bar' and processed correctly, but everything els

Re: [Catalyst] Bug in latest Catalyst::Runtime?

2009-12-18 Thread Tomas Doran
On 18 Dec 2009, at 14:24, Hakim Cassimally wrote: 2009/12/18 Florian Ragwitz : On Fri, Dec 18, 2009 at 12:53:52PM +0200, Octavian Râşniţă wrote: I found that in Catalyst::Runtime 5.80016 the following error still appears when there is a bug in the current application: Yes, that's a regres

Re: [Catalyst] catalyst request path and apache rewrites

2009-12-18 Thread William Wueppelmann
On 2009-12-18, at 2:31 PM, Tomas Doran wrote: > > On 18 Dec 2009, at 19:07, William Wueppelmann wrote: >> >> Thanks, but I am already using 5.80016. >> >> My suspicion is that the problem actually lies somewhere between apache and >> fastcgi, but I really don't know. A request for '/' gets ma