Re: [Wt-interest] ( Нет темы )

2008-09-10 Thread Koen Deforche
Hey Alex, 2008/9/9 Alex [EMAIL PROTECTED]: Hi, It seems cookie don't work. I am tried to set it at IE and Firefox - browser do not understand token name=value. Changing to name=value, withown quotes, fix problem. It is need fix WEnvironment.C and WebRenderer.C Thanks for letting us know.

[Wt-interest] ( Нет темы )

2008-09-09 Thread Alex
Hi, It seems cookie don't work. I am tried to set it at IE and Firefox - browser do not understand token name=value. Changing to name=value, withown quotes, fix problem. It is need fix WEnvironment.C and WebRenderer.C Regards, Alex

[Wt-interest] ( Нет темы )

2008-08-28 Thread Alex
When compiling with option WTHTTP_WITH_ZLIB In file \wt-2.1.5\src\http\StaticReply.C we must add next line(in Windows, posix not tested) stream_.clear(); in context if (request.acceptGzipEncoding()) { std::string gzipPath = path_ + .gz; stream_.open(gzipPath.c_str(), std::ios::in |

Re: [Wt-interest] ( Нет темы )

2008-08-28 Thread Wim Dumon
Alex, You're right. Fix is in CVS and will be included in the next release. Regards, Wim. 2008/8/28 Alex [EMAIL PROTECTED]: When compiling with option WTHTTP_WITH_ZLIB In file \wt-2.1.5\src\http\StaticReply.C we must add next line(in Windows, posix not tested) stream_.clear(); in context