Re: URI::URL - problem

2001-08-22 Thread Gerald Richter
> > looks like the next version of mod_perl and embperl will need > to be patched: > 'use URI::URL' > I put it on the todo list Thanks Gerald - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Re: URI::URL - problem

2001-08-21 Thread ___cliff rayman___
i got this to work. my method is ugly. i noticed everywhere that URI::URL was being used in mod_perl and embperl, LWP::UserAgent was being used. also, i found this is the LWP (libwww-perl-5.5395) release notes: HTTP::Request, HTTP::Response will by default now use "URI" class, instead

RE: URL problem

2000-05-04 Thread indrek siitan
Hi, > I have a login page which requires a username and a password. > When the user logs in, the url in the browser shows the cleartext > value of the password. Obviously, that is a huge security problem, > and I would suggest that Embperl should not put the value of a > field in the URL if t

URL problem

2000-05-04 Thread Steven D. Arnold
I've noticed that EmbPerl has the useful quality of setting the URL of any page I go to to a value that will take me back to the same page if entered manually from the browser. This provides a very nice automatic-bookmarking feature. However, there is one serious problem. I have a login page which