On 02/12/2011, at 8:27 AM, ol...@apache.org 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
br...@apache.org
http://brettporter.wordpress.com/
http://au.linkedin.com/in/brettporter





---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to