Return-Path: Delivered-To: apmail-jakarta-struts-dev-archive@apache.org Received: (qmail 55501 invoked from network); 1 Jul 2002 11:29:09 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by 209.66.108.5 with SMTP; 1 Jul 2002 11:29:09 -0000 Received: (qmail 23027 invoked by uid 97); 1 Jul 2002 11:29:13 -0000 Delivered-To: qmlist-jakarta-archive-struts-dev@jakarta.apache.org Received: (qmail 23011 invoked by uid 97); 1 Jul 2002 11:29:13 -0000 Mailing-List: contact struts-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list struts-dev@jakarta.apache.org Received: (qmail 22999 invoked by uid 98); 1 Jul 2002 11:29:12 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <00d101c220f2$e8d25c70$0701010a@jens2000> From: "Jens Viebig" To: "Struts Developers List" Subject: Bug in RequestUtils ? Date: Mon, 1 Jul 2002 13:31:51 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: 209.66.108.5 1.6.2 0/1000/N X-Spam-Rating: 209.66.108.5 1.6.2 0/1000/N When i do a apersands (&) between request parameters always show up as & For example if i write: I get ' http://www.myserver.com/myapp/myaction.do?some=parameter&other=value ' as result. Links encoded like that, does not work with Netscape, for Example. Netscape says parameters are 'some' and 'amp;other'. I think & is only a placeholder to DISPLAY a &-sign on a HTML page, but not to code an URL. I think it should be: ' http://www.myserver.com/myapp/myaction.do?some=parameter&other=value ' I think it is a bug in RequestUtils and all lines coded as url.append("&"); should read url.append("&"); Because it seems the Author wanted to have this behaviour I'm a little bit confused if it's a bug in Struts (or in Netscape?) or I'm doing something wrong. Jens Viebig -- To unsubscribe, e-mail: For additional commands, e-mail: