Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@apache.org Received: (qmail 65340 invoked from network); 4 Apr 2003 14:04:04 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 4 Apr 2003 14:04:04 -0000 Received: (qmail 24560 invoked by uid 97); 4 Apr 2003 14:05:55 -0000 Delivered-To: qmlist-jakarta-archive-jmeter-user@nagoya.betaversion.org Received: (qmail 24553 invoked from network); 4 Apr 2003 14:05:55 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 4 Apr 2003 14:05:55 -0000 Received: (qmail 64862 invoked by uid 500); 4 Apr 2003 14:03:57 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 64781 invoked from network); 4 Apr 2003 14:03:56 -0000 Received: from unknown (HELO linux.xx-well.com) (213.61.132.130) by daedalus.apache.org with SMTP; 4 Apr 2003 14:03:56 -0000 Received: from elena ([213.61.132.214]) by linux.xx-well.com (8.9.3/8.9.3/Debian 8.9.3-21) with SMTP id QAA20027 for ; Fri, 4 Apr 2003 16:12:59 +0200 X-Authentication-Warning: linux.xx-well.com: Host [213.61.132.214] claimed to be elena From: "Jens von Pilgrim" To: "Jmeter-User Mailing List" Subject: URL-Rewriting Modifier adds a ';' Date: Fri, 4 Apr 2003 16:08:29 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello, I'm using JMeter for a PHP-web-application test. It's working fine, but the HTTP URL-Rewriting Modifier seems to add a ';' to the Session-ID. That is, the URL http://somehost/somepath?PHPSESSID=12345678 is rewritten to http://somehost/somepath?PHPSESSID=12345678; ^ that's the problem ;-) The PHP session management produces an error if the session id contains non-aplhanumeric characters. So far, I added a workaround in my php application (removing the ';'), but I'm still wondering whether this is a bug or a feature. I'm using the lates stable release version 1.8.1. Regards, Jens BTW: The property language in jmeter.properties seems to be ignored. --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org