At 11:30 AM 10/12/01 -0700, Russell Blank wrote: >My last message was in error. The error box was not displaying on the >browser, but on the server. However, I believe I discovered the problem >with wkcgi.exe. My log files showed a get instead of a post, a change in >behavior from the webkit.cgi and mod_webkit. The webkit.cgi and mod_webkit >for Windows handled a large amount of data in a form tag that did not >explicitly say method=post (on oversight on my end, but because I received >no error, I did not know to place it in). However, the wkcgi.exe caused an >exception on the server. I am not sure what the default behavior is >supposed to be, but once I placed in method=post on my form tag, everything >works great. > >Thanks for all the help.
mod_webkit used to have this exact bug -- if the URL got too long, it would break. That's been fixed, but I guess wkcgi.exe needs the same fix. -- - Geoff Talvola [EMAIL PROTECTED] _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel
