Please send me informations on where I could find the URI.pm module. Thanks Phil...
299
Tim Bunce
Tim.Bunce@...
Jun 2, 1995 8:43 pm
I've been meaning to do this for ages. I intend to post this to c.w.i.a.cgi early next week. Comments welcome. I have a minor update of the CGI::* modules to...
300
J.E. Fritz
FRITZ@...
Jun 5, 1995 3:50 am
There is a small bug in URI::URL 2.9: A relative path made absolute by abs lacks a leading slash character. E.g., the program: use URI::URL; my $base= new...
301
Martijn Koster
m.koster@...
Jun 5, 1995 7:40 am
... That calls for another test in the self-test. I've added # bug found in 1.9 by "J.E. Fritz" <FRITZ@...> my $base = new URI::URL...
302
J.E. Fritz
FRITZ@...
Jun 5, 1995 9:58 pm
... (blush) ... One fix is to change the line in question to $embed->{path} = '/' . join('/', @newpath) . ($isdir && @newpath ? '/' : ''); But I have another...
303
Martijn Koster
m.koster@...
Jun 6, 1995 9:15 am
... In your example they are "complete components of a relative path", ('/../' as opposed to '/a..b'/) so I guess the behaviour is in fact valid, although as...
304
Martijn Koster
m.koster@...
Jun 7, 1995 10:37 pm
... Surprise! I checked the spec, and it gets canonicalised. Oh well. I've added a doublecheck to make sure this doesn't get fixed accidentally in future. ... ...
305
Martijn Koster
m.koster@...
Jun 11, 1995 5:24 pm
... Just to keep you up-to-date, I have been making some progress over the last few weeks. For details see the changelog, but in summary: Added support for...
306
Garrett D'Amore
garrett@...
Jun 12, 1995 9:46 pm
307
Gisle Aas
aas@...
Jun 14, 1995 9:43 am
I suggest that we move all convenience methods out of the UserAgent class and collect them in a different module that exports a procedural interface. This ...
308
David A. Curry
davy@...
Jun 14, 1995 4:13 pm
My apologies for asking what I'm sure is by now a frequently-asked question. Is there any way to get the "get" program from libwww-perl-0.40 to work with ...
309
Tom Christiansen
tchrist@...
Jun 16, 1995 3:37 pm
I was wondering whether a couple other CGI modules should be supplied. One would capture errors and warnings. Here's what I've been putting at the top of my...
310
Tim Bunce
Tim.Bunce@...
Jun 16, 1995 6:53 pm
Can anyone fill me in on the current status of the nexor archive and/or what has happened to Martijn? I'm only waiting for last release of the CGI::* modules...
311
Tim Bunce
Tim.Bunce@...
Jun 16, 1995 11:16 pm
... Umm, is it worth wrapping into a module? As soon as I think about generalising it there is almost nothing left. This probably belongs in the CGI::Base pod...
312
Tom Christiansen
tchrist@...
Jun 18, 1995 1:03 am
What causes this and how can I recover, at least enought to print a message? read_entity_body: read 734 of 1594 bytes I read the comments in the code, and was...
313
Mark Anderson
mda@...
Jun 18, 1995 1:56 am
... Read from a file descriptor is not guaranteed to complete in one step except when reading from a normal file. That is just a fact of life of how streams...
314
Tim Bunce
Tim.Bunce@...
Jun 18, 1995 4:16 pm
... A client is unlikely to be _that_ deceiptful. ... That applies to the read() system call not perl's read() which actually calls stdio fread(). I believe...
315
Martijn Koster
m.koster@...
Jun 19, 1995 2:38 pm
... Martijn was abroad on business, and is now very busy trying to get a week's worth of email down :-) ... It's done. ... I did mention it in...
316
Martijn Koster
m.koster@...
Jun 19, 1995 2:49 pm
... I think having sensible defaults for these signal handlers is a good idea; I'm using them too, and where I don't I should :-) Why not put them into...
317
Mark Anderson
mda@...
Jun 19, 1995 4:15 pm
... Not a quote from a man page or kernel source :). I'm pretty sure fread does nothing special in the kernel as compared to read. It is just there for...
318
Jack Shirazi - BIU
js@...
Jun 20, 1995 11:35 am
It occurred to me that someone should suggest, to whichever group is handling http/CGI protocol definition, to add a CGI protocol to allow a httpd to pass a...
319
Tim Bunce
Tim.Bunce@...
Jun 20, 1995 3:31 pm
... This is a *very* good idea. Rather than trying to find some way to specify a process I'd suggest that it should be possible for a URL to specify a named...
320
Martijn Koster
m.koster@...
Jun 20, 1995 7:52 pm
Roy, I've found another border case in URL.pm. Can you confirm the following test cases show desired behaviour? $url = new URI::URL 'http://web/a'; ...
321
User James
james@...
Jun 21, 1995 2:12 am
Hello all, This question is a little off topic but I have had no luck in other forums. I run Cern httpd on a FreeBSD system. I have been trying to implement...
322
Martijn Koster
m.koster@...
Jun 21, 1995 10:27 am
... OK, I have done this, and created a 2.11, with the description: 2.11 1995/06/21 09:58:11 o Removed the fragment from full_path, as suggested by Gisle Ass...
323
Greg Heil
gheil@...
Jun 24, 1995 3:38 am
We are running perl5.001 under Irix 5.2. I installed libwww0.40 under a user directory with setenv LIBWWW_PERL set properly. I then needed to run...
324
Raghu Rao
raghu@...
Jun 28, 1995 9:53 pm
325
Greg Heil
gheil@...
Jun 29, 1995 2:04 am
I am running perl4.036 (Prefer to use 5;-) under Irix 5.2. I installed libwww0.40 under a user directory with setenv LIBWWW_PERL set properly. I then needed to...
326
Tim Bunce
Tim.Bunce@...
Jul 7, 1995 10:07 pm
Owing to my ever increasing workload and the small part that CGI plays in that work I decided to seek a new maintainer for my CGI::* modules. Since Lincoln...
327
Lincoln D. Stein
lstein@...
Jul 7, 1995 10:49 pm
Hi all, As Tim's recent message indicates, I've agreed to take on the maintenance of CGI::Base, CGI::Request and CGI::MiniSvr. The CGI::* modules and my ...