Re: [Catalyst] Problem with POST from IE and Catalyst::Engine::HTTP

2007-03-26 Thread Wade . Stuart
apv <[EMAIL PROTECTED]> wrote on 03/23/2007 09:06:00 PM: > On Mar 23, 2007, at 6:41 PM, Andy Grundman wrote: > > On Mar 23, 2007, at 6:27 PM, Ashley Pond V wrote: > >> Oh, to add confusion upon confusion. It works fine across my > >> Airport. Safari won't load it on the computer which is run

Re: [Catalyst] Problem with POST from IE and Catalyst::Engine::HTTP

2007-03-23 Thread apv
On Mar 23, 2007, at 6:41 PM, Andy Grundman wrote: On Mar 23, 2007, at 6:27 PM, Ashley Pond V wrote: Oh, to add confusion upon confusion. It works fine across my Airport. Safari won't load it on the computer which is running the server, but Safari on the computer in the other room has no tro

Re: [Catalyst] Problem with POST from IE and Catalyst::Engine::HTTP

2007-03-23 Thread Andy Grundman
On Mar 23, 2007, at 6:27 PM, Ashley Pond V wrote: Oh, to add confusion upon confusion. It works fine across my Airport. Safari won't load it on the computer which is running the server, but Safari on the computer in the other room has no trouble at all with the test server at the exact sam

Re: [Catalyst] Problem with POST from IE and Catalyst::Engine::HTTP

2007-03-23 Thread Ashley Pond V
Oh, to add confusion upon confusion. It works fine across my Airport. Safari won't load it on the computer which is running the server, but Safari on the computer in the other room has no trouble at all with the test server at the exact same URI. Ho-ho! On Friday, Mar 23, 2007, at 15:32 US/Pa

Re: [Catalyst] Problem with POST from IE and Catalyst::Engine::HTTP

2007-03-23 Thread apv
Strangely enough, I was running an older Runtime but upgraded before double checking against your stuff. On Mar 23, 2007, at 4:32 PM, Andy Grundman wrote: I think the problem may be that you're using the weird Mac hostname 'jasper.local' instead of localhost. Maybe Safari resolves this dif

Re: [Catalyst] Problem with POST from IE and Catalyst::Engine::HTTP

2007-03-23 Thread Andy Grundman
On Mar 23, 2007, at 4:30 PM, Andy Grundman wrote: On Mar 23, 2007, at 4:22 PM, apv wrote: Same, nothing… tried with the -k too, as well as adding arbitrary strings to the URI, like http://jasper.local:3000/asdf -- no trouble with Firefox or IE. I think you need to update to Catalyst 5.7

Re: [Catalyst] Problem with POST from IE and Catalyst::Engine::HTTP

2007-03-23 Thread Andy Grundman
On Mar 23, 2007, at 4:22 PM, apv wrote: Same, nothing… tried with the -k too, as well as adding arbitrary strings to the URI, like http://jasper.local:3000/asdf -- no trouble with Firefox or IE. I think you need to update to Catalyst 5.7007. ___

Re: [Catalyst] Problem with POST from IE and Catalyst::Engine::HTTP

2007-03-23 Thread apv
H… --- [EMAIL PROTECTED]/MyApp>setenv CATALYST_HTTP_DEBUG 1 [EMAIL PROTECTED]/MyApp>./script/myapp_server.pl -d [debug] Debug messages enabled [debug] Loaded plugins: .--- -. | Catalyst::Plugin::ConfigLoader

Re: [Catalyst] Problem with POST from IE and Catalyst::Engine::HTTP

2007-03-23 Thread Andy Grundman
On Mar 23, 2007, at 4:38 PM, Ashley Pond V wrote: On Friday, Mar 23, 2007, at 13:47 US/Pacific, Andy Grundman wrote: I believe Safari is fine, it doesn't have the same bug IE does. Have you had problems with it? Yep. I think I brought this up like … over a year ago. I'll go fire up a cle

Re: [Catalyst] Problem with POST from IE and Catalyst::Engine::HTTP

2007-03-23 Thread Ashley Pond V
On Friday, Mar 23, 2007, at 13:47 US/Pacific, Andy Grundman wrote: I believe Safari is fine, it doesn't have the same bug IE does. Have you had problems with it? Yep. I think I brought this up like … over a year ago. I'll go fire up a clean test app to make sure it's still an issue and not so

Re: [Catalyst] Problem with POST from IE and Catalyst::Engine::HTTP

2007-03-23 Thread Andy Grundman
On Mar 23, 2007, at 2:51 PM, Ashley Pond V wrote: On Friday, Mar 23, 2007, at 12:34 US/Pacific, Andy Grundman wrote: This bug has been fixed in svn [1] and will be part of the HTTP::Body 0.7 release, coming soon. Just out of curiosity, will this make the test server work with Safari? I

Re: [Catalyst] Problem with POST from IE and Catalyst::Engine::HTTP

2007-03-23 Thread Ashley Pond V
On Friday, Mar 23, 2007, at 12:34 US/Pacific, Andy Grundman wrote: This bug has been fixed in svn [1] and will be part of the HTTP::Body 0.7 release, coming soon. Just out of curiosity, will this make the test server work with Safari? -Ashley -- _

Re: [Catalyst] Problem with POST from IE and Catalyst::Engine::HTTP

2007-03-23 Thread Andy Grundman
On Mar 23, 2007, at 11:48 AM, Andy Grundman wrote: On Mar 23, 2007, at 11:36 AM, Dmitry wrote: Hello! When user post some form from Internet Explorer it tries to keep connection alive and for that reason after url-encoded data send additional which is not counted to "Content-length"

Re: [Catalyst] Problem with POST from IE and Catalyst::Engine::HTTP

2007-03-23 Thread Andy Grundman
On Mar 23, 2007, at 11:36 AM, Dmitry wrote: Hello! When user post some form from Internet Explorer it tries to keep connection alive and for that reason after url-encoded data send additional which is not counted to "Content-length" header. Catalyst::Engine::HTTP ( as of version 5.700

[Catalyst] Problem with POST from IE and Catalyst::Engine::HTTP

2007-03-23 Thread Dmitry
Hello! When user post some form from Internet Explorer it tries to keep connection alive and for that reason after url-encoded data send additional which is not counted to "Content-length" header. Catalyst::Engine::HTTP ( as of version 5.7007 ) pass all data received to HTTP::Body, but par