On 02/12/2011, at 8:27 AM, [email protected] wrote: > + // ensure we didn't use chuncked transfer which doesn't work on ngnix > + for ( DeployedResource deployedResource : > putHandler.deployedResources ) > + { > + if ( StringUtils.equalsIgnoreCase( "chuncked", > deployedResource.transferEncoding ) ) > + { > + fail( "deployedResource use chuncked: " + deployedResource ); > + } > + }
Is that spelling right? - Brett -- Brett Porter [email protected] http://brettporter.wordpress.com/ http://au.linkedin.com/in/brettporter --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
