[ 
https://issues.apache.org/jira/browse/MTOMCAT-245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13811052#comment-13811052
 ] 

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édric Dutoit
for tomcat6 plugin too (olamy: 
http://svn.apache.org/viewvc/?view=rev&rev=1537807)
* 
/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édric Dutoit (olamy: 
http://svn.apache.org/viewvc/?view=rev&rev=1537804)
* 
/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édric Dutoit
>            Assignee: Olivier Lamy (*$^¨%`£)
>            Priority: Critical
>             Fix For: 2.2
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> UseBodyEncodingForURI is unsupported yet (25 oct 2013) in 2.2-SNAPSHOT. 
> Please add it:
> tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractRunMojo.java
> @Parameter( property = "maven.tomcat.useBodyEncodingForURI", defaultValue = 
> "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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to