[ https://issues.apache.org/jira/browse/MTOMCAT-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Olivier Lamy (*$^¨%`£) 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é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