server/src/main/java/org/apache/asyncweb/server/transport/mina/SingleHttpSessionIoHandler.java (3 lines): - line 136: // // FIXME currentRequest is always null now; we need to cooperate with a decoder. - line 152: // TODO - look further into this - it may present serious issues when dealing with HTTP/1.1 - line 217: // FIXME messageReceived invoked only when whole message is built. common/src/main/java/org/apache/asyncweb/common/codec/HttpResponseDecodingState.java (2 lines): - line 228: // TODO max length limitation. - line 244: // FIXME hard-coded max length. client/src/main/java/org/apache/ahc/auth/DigestScheme.java (2 lines): - line 55: //TODO: supply a real nonce-count, currently a server will interprete a repeated request as a replay - line 291: //TODO: add Method ":" digest-uri-value ":" H(entity-body) server/src/main/java/org/apache/asyncweb/server/resolver/SimplePrefixResolver.java (1 line): - line 58: // FIXME Rename to pathPrefix. server/src/main/java/org/apache/asyncweb/server/transport/mina/MinaTransport.java (1 line): - line 216: // TODO make this configurable instead of hardcoding like this fileservice/src/main/java/org/apache/asyncweb/fileservice/FileHttpService.java (1 line): - line 100: //TODO : find the good exception to throw common/src/main/java/org/apache/asyncweb/common/DefaultHttpResponse.java (1 line): - line 46: // TODO Implement addCookie(String headerValue) common/src/main/java/org/apache/asyncweb/common/codec/HttpRequestEncoder.java (1 line): - line 33: * TODO HttpRequestEncoder. server/src/main/java/org/apache/asyncweb/server/errorReporting/CSS.java (1 line): - line 29: * TODO: Should be moved out to a configuration file when we sort out a server/src/main/java/org/apache/asyncweb/server/resolver/ExactMatchURIServiceResolver.java (1 line): - line 35: * FIXME Rename to ExactMatchPathServiceResolver common/src/main/java/org/apache/asyncweb/common/codec/HttpResponseEncoder.java (1 line): - line 79: // TODO: Cached buffers for response codes / descriptions? fileservice/src/main/java/org/apache/asyncweb/fileservice/index/DefaultDirectoryIndexGenerator.java (1 line): - line 92: // TODO: Need to sort this out when we start dealing with character encodings server/src/main/java/org/apache/asyncweb/server/session/CookieIdentifier.java (1 line): - line 81: // TODO: Set "isSecure" based on whether the request came in over common/src/main/java/org/apache/asyncweb/common/HttpRequest.java (1 line): - line 87: boolean isKeepAlive(); // TODO keep it due to extra javadoc ? server/src/main/java/org/apache/asyncweb/server/errorReporting/StandardResponseFormatter.java (1 line): - line 92: // TODO: Need to sort this out when we start dealing with character encodings