Re: possible html replacement bug

2000-05-04 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 4:15 PM -0400 5/4/00, Steven D. Arnold wrote: > dest.options[+ $i +]].text = "bar" > dest.options[+ $i +]].value = "bar" [[ is the escape mechanism that embperl uses to escape a [, so it's seeing "[[+ $i +]]" and assumin you really wa

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

possible html replacement bug

2000-05-04 Thread Steven D. Arnold
Hi, I have encountered what may be a bug of sorts in Embperl -- or perhaps there's a way to fine-tune Embperl's behavior that I don't understand. I am attempting to dynamically write javascript as follows: [- $query= $param[0]; $col_name = $param[1]; $i= 0; -] [$

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

Re: embperl 1.3b3 make test fails at #68

2000-05-04 Thread Gerald Richter
> Is this by chance a known issue? > > make test: > >#67 stdout/stdout.htm... ok > >#68 nochdir/nochdir.htm... I have seen this one time before. It seems to occur only on a specifiy version of solaris. It's not a problem, it just means, that the current working directory, when a request star