Re: Sessions

2001-11-20 Thread Gerald Richter
Hi, Your setup and code seems to be ok. Before we try to debug it further please try to upgrade to Embperl 2.0b4 and Apache::SessionX 2.00b3, which I just released. Gerald - Gerald Richterecos electronic communication services gmbh

ANNOUNCE: Embperl 2.0b4

2001-11-20 Thread Gerald Richter
The URL ftp://ftp.dev.ecos.de/pub/perl/embperl/HTML-Embperl-2.0b4.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/HTML-Embperl-2.0b4.tar.gz size: 507965 bytes md5: 03f8ca074b7588fa11ecb8002d4b50bd Main new feature since 2.0b3 is the beginning support for XML, namely

ANNOUNCE: Apache::SessionX 2.00b3

2001-11-20 Thread Gerald Richter
The URL ftp://ftp.dev.ecos.de/pub/perl/session/Apache-SessionX-2.00b3.tar.gz has entered CPAN as file: $CPAN/authors/id/G/GR/GRICHTER/Apache-SessionX-2.00b3.tar.gz size: 11701 bytes md5: c3998900a065c1f7a87c40bcf6169ef1 Apache::SessionX extents Apache::Session. It was initialy writt

Re: URL encoding

2001-11-20 Thread Gerald Richter
> > > > it is "mein%20name" which is perfectly correct url encoded. > > hmm... RFC1630 says: > > | QUERY STRINGS > | [...] > | Within the query string, the plus sign is reserved as shorthand > | notation for a space. Therefore, real plus signs must be encoded. > | This method was used to make

Re: URL encoding

2001-11-20 Thread Thoren Johne
- Original Message - From: "Gerald Richter" <[EMAIL PROTECTED]> To: "Thoren Johne" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 3:05 PM Subject: Re: URL encoding > > escmode 3 > > escmode 3 > > > > you see - the 'name=mein+name' never appears, > > it is "mein

Re: URL encoding

2001-11-20 Thread Gerald Richter
hi, > escmode 3 > escmode 3 > > you see - the 'name=mein+name' never appears, it is "mein%20name" which is perfectly correct url encoded. >also > the hash is never correct expanded - the umlaut 'ä' is not > encoded. > ä doesn't need to be encoded in a URL, you could write it as ä, but the brow

URL encoding

2001-11-20 Thread Thoren Johne
hi, i have problem with the URL encoding capabilities of embperl. assuming this code: [- $name = 'mein name'; $myhash = { t1 => 'hallo welt', t2 => 'umlaut ä' } -] [- $escmode = 0 -] escmode 0 escmode 0 [- $escmode = 1 -] escmode 1 escmode 1 [- $escmode = 2 -] escmode 2 escmode 2 [- $escmode =