Cédric Dutoit created MTOMCAT-245:
-------------------------------------
Summary: 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: tomcat7
Affects Versions: 2.2
Reporter: Cédric Dutoit
Assignee: Olivier Lamy (*$^¨%`£)
Priority: Critical
Fix For: 2.2
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: [email protected]
For additional commands, e-mail: [email protected]