good catch !
I will fix this typo

2011/12/2 Brett Porter <br...@apache.org>:
>
> 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
>



-- 
Olivier Lamy
Talend: http://coders.talend.com
http://twitter.com/olamy | http://linkedin.com/in/olamy

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

Reply via email to