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 E5D4D1094B for ; Fri, 1 Nov 2013 02:48:20 +0000 (UTC) Received: (qmail 84572 invoked by uid 500); 1 Nov 2013 02:48:19 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 84526 invoked by uid 500); 1 Nov 2013 02:48: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 84514 invoked by uid 99); 1 Nov 2013 02:48:19 -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 02:48:19 +0000 Date: Fri, 1 Nov 2013 02:48:19 +0000 (UTC) From: =?utf-8?Q?Olivier_Lamy_=28*=24=5E=C2=A8=25=60=C2=A3=29_=28JIRA=29?= To: dev@tomcat.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (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.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Olivier Lamy (*$^=C2=A8%`=C2=A3) updated MTOMCAT-245: ------------------------------------------- Component/s: tomcat6 > 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