Re: redirect bug?

2002-09-05 Thread Leos Literak
ards response.redirect("mailto:[EMAIL PROTECTED]";) to response.redirect("mailto:";) Why? Leos >>-Original Message- >>From: news [mailto:[EMAIL PROTECTED]] On Behalf Of Leos Literak >>Sent: Thursday, September 05, 2002 9:21 AM >>To: [E

RE: redirect bug?

2002-09-05 Thread Andrew Conrad
TECTED]] On Behalf Of Leos Literak > Sent: Thursday, September 05, 2002 9:21 AM > To: [EMAIL PROTECTED] > Subject: redirect bug? > > > Hi, > > I try to increase protection of my users > with such servlet: > > String url = "mailto:"+user.getEmail(); &g

redirect bug?

2002-09-05 Thread Leos Literak
Hi, I try to increase protection of my users with such servlet: String url = "mailto:"+user.getEmail(); response.sendRedirect(url); e.g. on normal site there is no email, just link to servlet which redirects to email. Well, it partially works. It really opens email client. Unfortunatelly T