You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ak...@apache.org on 2008/06/06 06:56:58 UTC

svn commit: r663823 - in /mina/asyncweb: branches/1.0/client/src/main/java/org/apache/asyncweb/client/ branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/ branches/1.0/client/src/main/java/org/apache/asyncweb/client/codec/ branches/1.0/c...

Author: akarasulu
Date: Thu Jun  5 21:56:56 2008
New Revision: 663823

URL: http://svn.apache.org/viewvc?rev=663823&view=rev
Log:
setting svn:eol-style to native on java files

Modified:
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/AsyncHttpClient.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/AsyncHttpClientCallback.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/AuthChallengeParser.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/AuthPolicy.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/AuthScheme.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/AuthSchemeBase.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/AuthScope.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/AuthState.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/AuthenticationException.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/BasicScheme.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/Credentials.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/DigestScheme.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/InvalidCredentialsException.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/MalformedChallengeException.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/NTCredentials.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/NTLM.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/NTLMScheme.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/RFC2617Scheme.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/UsernamePasswordCredentials.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/codec/Cookie.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/codec/HttpDecoder.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/codec/HttpIoHandler.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/codec/HttpMessage.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/codec/HttpProtocolCodecFactory.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/codec/HttpRequestEncoder.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/codec/HttpRequestMessage.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/codec/HttpResponseDecoder.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/codec/HttpResponseMessage.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/codec/ResponseFuture.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/ssl/TrustManagerFactoryImpl.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/util/AsyncHttpClientException.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/util/DateParseException.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/util/DateUtil.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/util/EncodingUtil.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/util/LangUtils.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/util/NameValuePair.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/util/NeedMoreDataException.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/util/ParameterFormatter.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/util/ParameterParser.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/test/java/org/apache/asyncweb/client/AbstractTest.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/test/java/org/apache/asyncweb/client/AsyncHttpClientTest.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/test/java/org/apache/asyncweb/client/AsyncHttpClientWithFutureTest.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/test/java/org/apache/asyncweb/client/AuthTest.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/test/java/org/apache/asyncweb/client/ChunkedTest.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/test/java/org/apache/asyncweb/client/FakeIoSession.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/test/java/org/apache/asyncweb/client/FakeProtocolDecoderOutput.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/test/java/org/apache/asyncweb/client/FakeRealm.java   (props changed)
    mina/asyncweb/branches/1.0/client/src/test/java/org/apache/asyncweb/client/TimeoutTest.java   (props changed)
    mina/asyncweb/trunk/client/src/main/java/org/apache/asyncweb/client/AsyncHttpClient.java   (props changed)
    mina/asyncweb/trunk/client/src/main/java/org/apache/asyncweb/client/AsyncHttpClientCallback.java   (props changed)
    mina/asyncweb/trunk/client/src/main/java/org/apache/asyncweb/client/HttpIoHandler.java   (props changed)
    mina/asyncweb/trunk/client/src/test/java/org/apache/asyncweb/client/AbstractTest.java   (props changed)
    mina/asyncweb/trunk/client/src/test/java/org/apache/asyncweb/client/AsyncHttpClientTest.java   (props changed)
    mina/asyncweb/trunk/client/src/test/java/org/apache/asyncweb/client/ChunkedTest.java   (props changed)
    mina/asyncweb/trunk/common/src/main/java/org/apache/asyncweb/common/Cookie.java   (props changed)
    mina/asyncweb/trunk/common/src/main/java/org/apache/asyncweb/common/DateParseException.java   (props changed)
    mina/asyncweb/trunk/common/src/main/java/org/apache/asyncweb/common/DateUtil.java   (props changed)
    mina/asyncweb/trunk/common/src/main/java/org/apache/asyncweb/common/HttpCodecFactory.java   (props changed)
    mina/asyncweb/trunk/common/src/main/java/org/apache/asyncweb/common/HttpRequestEncoder.java   (props changed)
    mina/asyncweb/trunk/common/src/main/java/org/apache/asyncweb/common/HttpResponseDecoder.java   (props changed)
    mina/asyncweb/trunk/common/src/test/java/org/apache/asyncweb/common/DefaultCookieTest.java   (props changed)
    mina/asyncweb/trunk/common/src/test/java/org/apache/asyncweb/common/integration/AvailablePortFinder.java   (props changed)
    mina/asyncweb/trunk/common/src/test/java/org/apache/asyncweb/common/integration/ResponseOutput.java   (props changed)
    mina/asyncweb/trunk/common/src/test/java/org/apache/asyncweb/common/integration/SimpleHttpTest.java   (props changed)
    mina/asyncweb/trunk/common/src/test/java/org/apache/asyncweb/common/integration/TomcatTest.java   (props changed)
    mina/asyncweb/trunk/examples/src/main/java/org/apache/asyncweb/examples/fileservice/FileMain.java   (props changed)
    mina/asyncweb/trunk/examples/src/main/java/org/apache/asyncweb/examples/listener/Main.java   (contents, props changed)
    mina/asyncweb/trunk/fileservice/src/main/java/org/apache/asyncweb/fileservice/FileHttpService.java   (props changed)
    mina/asyncweb/trunk/fileservice/src/main/java/org/apache/asyncweb/fileservice/cache/CachingPolicy.java   (props changed)
    mina/asyncweb/trunk/fileservice/src/main/java/org/apache/asyncweb/fileservice/cache/SimpleCachingPolicy.java   (props changed)
    mina/asyncweb/trunk/fileservice/src/main/java/org/apache/asyncweb/fileservice/fileloader/FileLoader.java   (props changed)
    mina/asyncweb/trunk/fileservice/src/main/java/org/apache/asyncweb/fileservice/fileloader/MmapFileLoader.java   (props changed)
    mina/asyncweb/trunk/fileservice/src/main/java/org/apache/asyncweb/fileservice/fileloader/SimpleFileLoader.java   (props changed)
    mina/asyncweb/trunk/fileservice/src/main/java/org/apache/asyncweb/fileservice/index/DefaultDirectoryIndexGenerator.java   (props changed)
    mina/asyncweb/trunk/fileservice/src/main/java/org/apache/asyncweb/fileservice/index/DirectoryIndexGenerator.java   (props changed)
    mina/asyncweb/trunk/fileservice/src/main/java/org/apache/asyncweb/fileservice/mimetype/MimeMap.java   (props changed)
    mina/asyncweb/trunk/fileservice/src/test/java/org/apache/asyncweb/fileservice/fileloader/MmapFileLoaderTest.java   (props changed)
    mina/asyncweb/trunk/fileservice/src/test/java/org/apache/asyncweb/fileservice/fileloader/SimpleFileLoaderTest.java   (props changed)
    mina/asyncweb/trunk/server/src/main/java/org/apache/asyncweb/server/HttpClientListener.java   (contents, props changed)
    mina/asyncweb/trunk/server/src/main/java/org/apache/asyncweb/server/filter/GZipFilter.java   (props changed)
    mina/asyncweb/trunk/server/src/main/java/org/apache/asyncweb/server/resolver/PatternMatchResolver.java   (props changed)

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/AsyncHttpClient.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/AsyncHttpClientCallback.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/AuthChallengeParser.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/AuthPolicy.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/AuthScheme.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/AuthSchemeBase.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/AuthScope.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/AuthState.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/AuthenticationException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/BasicScheme.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/Credentials.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/DigestScheme.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/InvalidCredentialsException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/MalformedChallengeException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/NTCredentials.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/NTLM.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/NTLMScheme.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/RFC2617Scheme.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/auth/UsernamePasswordCredentials.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/codec/Cookie.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/codec/HttpDecoder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/codec/HttpIoHandler.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/codec/HttpMessage.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/codec/HttpProtocolCodecFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/codec/HttpRequestEncoder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/codec/HttpRequestMessage.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/codec/HttpResponseDecoder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/codec/HttpResponseMessage.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/codec/ResponseFuture.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/ssl/TrustManagerFactoryImpl.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/util/AsyncHttpClientException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/util/DateParseException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/util/DateUtil.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/util/EncodingUtil.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/util/LangUtils.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/util/NameValuePair.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/util/NeedMoreDataException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/util/ParameterFormatter.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/main/java/org/apache/asyncweb/client/util/ParameterParser.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/test/java/org/apache/asyncweb/client/AbstractTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/test/java/org/apache/asyncweb/client/AsyncHttpClientTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/test/java/org/apache/asyncweb/client/AsyncHttpClientWithFutureTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/test/java/org/apache/asyncweb/client/AuthTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/test/java/org/apache/asyncweb/client/ChunkedTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/test/java/org/apache/asyncweb/client/FakeIoSession.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/test/java/org/apache/asyncweb/client/FakeProtocolDecoderOutput.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/test/java/org/apache/asyncweb/client/FakeRealm.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/branches/1.0/client/src/test/java/org/apache/asyncweb/client/TimeoutTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/client/src/main/java/org/apache/asyncweb/client/AsyncHttpClient.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/client/src/main/java/org/apache/asyncweb/client/AsyncHttpClientCallback.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/client/src/main/java/org/apache/asyncweb/client/HttpIoHandler.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/client/src/test/java/org/apache/asyncweb/client/AbstractTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/client/src/test/java/org/apache/asyncweb/client/AsyncHttpClientTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/client/src/test/java/org/apache/asyncweb/client/ChunkedTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/common/src/main/java/org/apache/asyncweb/common/Cookie.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/common/src/main/java/org/apache/asyncweb/common/DateParseException.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/common/src/main/java/org/apache/asyncweb/common/DateUtil.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/common/src/main/java/org/apache/asyncweb/common/HttpCodecFactory.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/common/src/main/java/org/apache/asyncweb/common/HttpRequestEncoder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/common/src/main/java/org/apache/asyncweb/common/HttpResponseDecoder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/common/src/test/java/org/apache/asyncweb/common/DefaultCookieTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/common/src/test/java/org/apache/asyncweb/common/integration/AvailablePortFinder.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/common/src/test/java/org/apache/asyncweb/common/integration/ResponseOutput.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/common/src/test/java/org/apache/asyncweb/common/integration/SimpleHttpTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/common/src/test/java/org/apache/asyncweb/common/integration/TomcatTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/examples/src/main/java/org/apache/asyncweb/examples/fileservice/FileMain.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: mina/asyncweb/trunk/examples/src/main/java/org/apache/asyncweb/examples/listener/Main.java
URL: http://svn.apache.org/viewvc/mina/asyncweb/trunk/examples/src/main/java/org/apache/asyncweb/examples/listener/Main.java?rev=663823&r1=663822&r2=663823&view=diff
==============================================================================
--- mina/asyncweb/trunk/examples/src/main/java/org/apache/asyncweb/examples/listener/Main.java (original)
+++ mina/asyncweb/trunk/examples/src/main/java/org/apache/asyncweb/examples/listener/Main.java Thu Jun  5 21:56:56 2008
@@ -1,60 +1,60 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.asyncweb.examples.listener;
-
-
-import org.apache.asyncweb.server.BasicServiceContainer;
-import org.apache.asyncweb.server.HttpServiceHandler;
-import org.apache.asyncweb.server.transport.mina.MinaTransport;
-import org.apache.asyncweb.server.transport.mina.DefaultHttpIoHandler;
-import org.apache.asyncweb.server.resolver.ExactMatchURIServiceResolver;
-
-
-/**
- * An application launcher which runs the ClientListenerExample example.
- *
- * @author <a href="mailto:dev@mina.apache.org">Apache MINA Project</a>
- * @version $Rev$, $Date$
- */
-public class Main
-{
-    public static void main( String[] args ) throws Exception
-    {
-        // Setup the default container with a service handler that contains the helloWorldService
-        BasicServiceContainer container = new BasicServiceContainer();
-        HttpServiceHandler handler = new HttpServiceHandler();
-        handler.addHttpService( "clientListenerExample", new ClientListenerExample() );
-        container.addServiceFilter( handler );
-
-        // Set up a resolver for the HttpServiceHandler
-        ExactMatchURIServiceResolver resolver = new ExactMatchURIServiceResolver();
-        resolver.addURIMapping( "/listener", "clientListenerExample" );
-        handler.setServiceResolver( resolver );
-
-        // Create the mina transport and enable the container with it
-        MinaTransport transport = new MinaTransport();
-        container.addTransport( transport );
-        DefaultHttpIoHandler ioHandler = new DefaultHttpIoHandler();
-        ioHandler.setReadIdle( 10 );
-        transport.setIoHandler( ioHandler );
-
-        // Fire it up and go
-        container.start();
-    }
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.asyncweb.examples.listener;
+
+
+import org.apache.asyncweb.server.BasicServiceContainer;
+import org.apache.asyncweb.server.HttpServiceHandler;
+import org.apache.asyncweb.server.transport.mina.MinaTransport;
+import org.apache.asyncweb.server.transport.mina.DefaultHttpIoHandler;
+import org.apache.asyncweb.server.resolver.ExactMatchURIServiceResolver;
+
+
+/**
+ * An application launcher which runs the ClientListenerExample example.
+ *
+ * @author <a href="mailto:dev@mina.apache.org">Apache MINA Project</a>
+ * @version $Rev$, $Date$
+ */
+public class Main
+{
+    public static void main( String[] args ) throws Exception
+    {
+        // Setup the default container with a service handler that contains the helloWorldService
+        BasicServiceContainer container = new BasicServiceContainer();
+        HttpServiceHandler handler = new HttpServiceHandler();
+        handler.addHttpService( "clientListenerExample", new ClientListenerExample() );
+        container.addServiceFilter( handler );
+
+        // Set up a resolver for the HttpServiceHandler
+        ExactMatchURIServiceResolver resolver = new ExactMatchURIServiceResolver();
+        resolver.addURIMapping( "/listener", "clientListenerExample" );
+        handler.setServiceResolver( resolver );
+
+        // Create the mina transport and enable the container with it
+        MinaTransport transport = new MinaTransport();
+        container.addTransport( transport );
+        DefaultHttpIoHandler ioHandler = new DefaultHttpIoHandler();
+        ioHandler.setReadIdle( 10 );
+        transport.setIoHandler( ioHandler );
+
+        // Fire it up and go
+        container.start();
+    }
+}

Propchange: mina/asyncweb/trunk/examples/src/main/java/org/apache/asyncweb/examples/listener/Main.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/fileservice/src/main/java/org/apache/asyncweb/fileservice/FileHttpService.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/fileservice/src/main/java/org/apache/asyncweb/fileservice/cache/CachingPolicy.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/fileservice/src/main/java/org/apache/asyncweb/fileservice/cache/SimpleCachingPolicy.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/fileservice/src/main/java/org/apache/asyncweb/fileservice/fileloader/FileLoader.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/fileservice/src/main/java/org/apache/asyncweb/fileservice/fileloader/MmapFileLoader.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/fileservice/src/main/java/org/apache/asyncweb/fileservice/fileloader/SimpleFileLoader.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/fileservice/src/main/java/org/apache/asyncweb/fileservice/index/DefaultDirectoryIndexGenerator.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/fileservice/src/main/java/org/apache/asyncweb/fileservice/index/DirectoryIndexGenerator.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/fileservice/src/main/java/org/apache/asyncweb/fileservice/mimetype/MimeMap.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/fileservice/src/test/java/org/apache/asyncweb/fileservice/fileloader/MmapFileLoaderTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/fileservice/src/test/java/org/apache/asyncweb/fileservice/fileloader/SimpleFileLoaderTest.java
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: mina/asyncweb/trunk/server/src/main/java/org/apache/asyncweb/server/HttpClientListener.java
URL: http://svn.apache.org/viewvc/mina/asyncweb/trunk/server/src/main/java/org/apache/asyncweb/server/HttpClientListener.java?rev=663823&r1=663822&r2=663823&view=diff
==============================================================================
--- mina/asyncweb/trunk/server/src/main/java/org/apache/asyncweb/server/HttpClientListener.java (original)
+++ mina/asyncweb/trunk/server/src/main/java/org/apache/asyncweb/server/HttpClientListener.java Thu Jun  5 21:56:56 2008
@@ -1,50 +1,50 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *  http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-package org.apache.asyncweb.server;
-
-
-/**
- * An HTTP client connection listener. Since Asyncweb allows asynchronous
- * handling of responses (response need not be committed in the HttpService
- * handleRequest() method), connections can be held open for some time.  For
- * this reason a mechanism is needed to be informed of client disconnects or
- * for notifications when the connection idles.
- *
- * @author The Apache MINA Project (dev@mina.apache.org)
- * @version $Rev$, $Date$
- */
-public interface HttpClientListener
-{
-    /**
-     * Gets notification of client disconnects.
-     *
-     * @param ctx the context associated with the disconnect event
-     */
-    void clientDisconnected( HttpServiceContext ctx );
-
-
-    /**
-     * Gets notification of client idling.
-     *
-     * @param ctx the context of the client which has gone idle
-     * @param idleTime the time at which a client began idling
-     * @param idleCount the number of times we were informed of idling
-     */
-    void clientIdle( HttpServiceContext ctx, long idleTime, int idleCount );
-}
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.asyncweb.server;
+
+
+/**
+ * An HTTP client connection listener. Since Asyncweb allows asynchronous
+ * handling of responses (response need not be committed in the HttpService
+ * handleRequest() method), connections can be held open for some time.  For
+ * this reason a mechanism is needed to be informed of client disconnects or
+ * for notifications when the connection idles.
+ *
+ * @author The Apache MINA Project (dev@mina.apache.org)
+ * @version $Rev$, $Date$
+ */
+public interface HttpClientListener
+{
+    /**
+     * Gets notification of client disconnects.
+     *
+     * @param ctx the context associated with the disconnect event
+     */
+    void clientDisconnected( HttpServiceContext ctx );
+
+
+    /**
+     * Gets notification of client idling.
+     *
+     * @param ctx the context of the client which has gone idle
+     * @param idleTime the time at which a client began idling
+     * @param idleCount the number of times we were informed of idling
+     */
+    void clientIdle( HttpServiceContext ctx, long idleTime, int idleCount );
+}

Propchange: mina/asyncweb/trunk/server/src/main/java/org/apache/asyncweb/server/HttpClientListener.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/server/src/main/java/org/apache/asyncweb/server/filter/GZipFilter.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: mina/asyncweb/trunk/server/src/main/java/org/apache/asyncweb/server/resolver/PatternMatchResolver.java
------------------------------------------------------------------------------
    svn:eol-style = native