Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the CGI CPAN distribution.

Report information
The Basics
Id: 19068
Status: rejected
Priority: 0/
Queue: CGI

People
Owner: Nobody in particular
Requestors: frode.thue.lie [...] dnv.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: re: 19044 url(...) returns empty results with IIS
Regarding 19044 url(...) returns empty results with IIS don't have to use IIS to see this, just create the script c:\temp\test.pl under windows xp, running activestate 5.8.8. -------------- use CGI; $query = new CGI; print $query->url(-full=>1); -------------- under CGI 3.05 this returns http://localhost/test.pl under CGI 3.15 this returns http://localhost
On Thu May 04 06:24:25 2006, guest wrote: Show quoted text
> Regarding 19044 url(...) returns empty results with IIS > > don't have to use IIS to see this, just > create the script c:\temp\test.pl under windows xp, running > activestate 5.8.8. > -------------- > use CGI; > $query = new CGI; > print $query->url(-full=>1); > -------------- > under CGI 3.05 this returns > http://localhost/test.pl > > under CGI 3.15 this returns > http://localhost
I'm marking this bug as "rejected" at this point due to any lack of further comments since 2006. If the issue still persists with the current version of CGI.pm, please reply to re-open the bug. Thanks! Mark