Author: olamy Date: Wed Jul 23 04:39:05 2014 New Revision: 1612760 URL: http://svn.apache.org/r1612760 Log: Added the RemoteIpValve to the Tomcat configuration, if enabled by a property configurable in the pom.xml. By default the valve is enabled.
Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java Modified: tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java?rev=1612760&r1=1612759&r2=1612760&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java (original) +++ tomcat/maven-plugin/trunk/tomcat7-maven-plugin/src/main/java/org/apache/tomcat/maven/plugin/tomcat7/run/AbstractExecWarMojo.java Wed Jul 23 04:39:05 2014 @@ -175,15 +175,15 @@ public abstract class AbstractExecWarMoj * see http://tomcat.apache.org/tomcat-7.0-doc/config/valve.html * @since 2.3 */ - @Parameter(property = "maven.tomcat.exec.war.enableRemoteIpValve", defaultValue = "true", - required = true) + @Parameter( property = "maven.tomcat.exec.war.enableRemoteIpValve", defaultValue = "true", + required = true ) protected String enableRemoteIpValve; /** * see http://tomcat.apache.org/tomcat-7.0-doc/config/valve.html */ - @Parameter(property = "maven.tomcat.exec.war.accessLogValveFormat", defaultValue = "%h %l %u %t %r %s %b %I %D", - required = true) + @Parameter( property = "maven.tomcat.exec.war.accessLogValveFormat", defaultValue = "%h %l %u %t %r %s %b %I %D", + required = true ) protected String accessLogValveFormat; /** --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org