New KomHttpServer, KomServices & DynamicBindings versions

Philippe Marschall philippe.marschall at gmail.com
Fri Oct 26 08:48:58 UTC 2007


2007/10/26, Norbert Hartl <norbert at hartl.name>:
>
> On Wed, 2007-10-24 at 12:34 +0200, Giovanni Corriga wrote:
> > Hi all,
> >
> > Since yesterday, I've joined Goran as a mantainer of the
> > DynamicBindings, KomServices and KomHttpServer packages.
> >
> > We've also moved the KomHttpServer packages from Goran's own repository
> > to Samir Saidani's KomHttpServer repository on SqueakSource (see
> > http://www.squeaksource.com/KomHttpServer.html ). In this new repo
> > you'll find new versions of DynamicBindings, KomServices and
> > KomHttpServer that integrate various fixes and modifications by me,
> > Goran, Philippe, Ron and others.
> >
> > I've already released a new version of KomServices on SqueakMap.
> > A new version of DynamicBindings will follow as soon as Goran adds me to
> > that package (he's at OOPSLA in Vancouver right now).
> > A new version of KomHttpServer will land in SqueakMap after some more
> > testing of the new package.
> >
> > bugs.squeak.org has a new KomHttpServer category in the Squeak packages
> > project. All bugs posted to this category will be assigned to me.
> >
> > In the next days, I'll come up with a roadmap for future developments of
> > the package. Meanwhile, I'll start looking at the already existing bugs.
> >
>
> This is very good news. Do you know right now how encodings will be
> handled? Will there be support for 3.8 and 3.9?
>
> If it isn't on your todo list already please put handling of multipart
> fields onto it. At the moment WAKomEncoded39 converts every response
> to utf8 but it doesn't do the reverse on processing multipart fields.

Yes it does. It does not for file uploads. There isn't even way of
knowing whether an uploaded file is a textfile or not. There is no way
of knowing what encoding it has because the operating system of the
client doesn't even know.

Cheers
Philippe

> Dealing with with html forms with and without uploads gives you
> different encodings. I'll attach a file which fixed this for me but I
> think there a other solutions which are way better than mine.
>
> regards,
>
> Norbert
>
>
>
>
>



More information about the Squeak-dev mailing list