Return-Path: X-Original-To: apmail-tomcat-dev-archive@www.apache.org Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C254710C1E for ; Fri, 1 Nov 2013 05:21:25 +0000 (UTC) Received: (qmail 37241 invoked by uid 500); 1 Nov 2013 05:21:22 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 36755 invoked by uid 500); 1 Nov 2013 05:21:19 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 36718 invoked by uid 99); 1 Nov 2013 05:21:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Nov 2013 05:21:17 +0000 Date: Fri, 1 Nov 2013 05:21:17 +0000 (UTC) From: "Hudson (JIRA)" To: dev@tomcat.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MTOMCAT-245) Missing useBodyEncodingForURI parameter on connector MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MTOMCAT-245?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D138= 11052#comment-13811052 ]=20 Hudson commented on MTOMCAT-245: -------------------------------- UNSTABLE: Integrated in TomcatMavenPlugin-mvn3.x #259 (See [https://builds.= apache.org/job/TomcatMavenPlugin-mvn3.x/259/]) [MTOMCAT-245] Missing useBodyEncodingForURI parameter on connector Submitted by C=C3=A9dric Dutoit for tomcat6 plugin too (olamy: http://svn.apache.org/viewvc/?view=3Drev&rev= =3D1537807) * /tomcat/maven-plugin/trunk/tomcat6-maven-plugin/src/main/java/org/apache/= tomcat/maven/plugin/tomcat6/AbstractRunMojo.java [MTOMCAT-245] Missing useBodyEncodingForURI parameter on connector Submitted by C=C3=A9dric Dutoit (olamy: http://svn.apache.org/viewvc/?view= =3Drev&rev=3D1537804) * /tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/= tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java > Missing useBodyEncodingForURI parameter on connector > ---------------------------------------------------- > > Key: MTOMCAT-245 > URL: https://issues.apache.org/jira/browse/MTOMCAT-245 > Project: Apache Tomcat Maven Plugin > Issue Type: Improvement > Components: tomcat6, tomcat7 > Affects Versions: 2.2 > Reporter: C=C3=A9dric Dutoit > Assignee: Olivier Lamy (*$^=C2=A8%`=C2=A3) > Priority: Critical > Fix For: 2.2 > > Original Estimate: 1h > Remaining Estimate: 1h > > UseBodyEncodingForURI is unsupported yet (25 oct 2013) in 2.2-SNAPSHOT. P= lease add it: > tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7= /run/AbstractRunMojo.java > @Parameter( property =3D "maven.tomcat.useBodyEncodingForURI", defaultVal= ue =3D "false" ) > private boolean useBodyEncodingForURI; > then next to "connector.setURIEncoding( uriEncoding );", add > connector.setUseBodyEncodingForURI( useBodyEncodingForURI ); > then next to "ajpConnector.setURIEncoding( uriEncoding );", add > ajpConnector.setUseBodyEncodingForURI( useBodyEncodingForURI ); -- This message was sent by Atlassian JIRA (v6.1#6144) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org