Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3B3217880 for ; Wed, 20 Jul 2011 18:27:22 +0000 (UTC) Received: (qmail 17381 invoked by uid 500); 20 Jul 2011 18:27:21 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 17067 invoked by uid 500); 20 Jul 2011 18:27:21 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 16702 invoked by uid 99); 20 Jul 2011 18:27:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2011 18:27:20 +0000 X-ASF-Spam-Status: No, hits=-2001.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2011 18:27:19 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 880E64BFCA for ; Wed, 20 Jul 2011 18:26:58 +0000 (UTC) Date: Wed, 20 Jul 2011 18:26:58 +0000 (UTC) From: "William R. Speirs (JIRA)" To: dev@hc.apache.org Message-ID: <1148658586.8605.1311186418554.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1124913168.4188.1311088737913.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HTTPCORE-265) Add the Ability to get RequestHandlers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HTTPCORE-265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William R. Speirs updated HTTPCORE-265: --------------------------------------- Attachment: TestHttpRequestHandlerRegistry.diff > Add the Ability to get RequestHandlers > -------------------------------------- > > Key: HTTPCORE-265 > URL: https://issues.apache.org/jira/browse/HTTPCORE-265 > Project: HttpComponents HttpCore > Issue Type: Improvement > Components: HttpCore, HttpCore NIO > Reporter: William R. Speirs > Priority: Minor > Fix For: 4.2-alpha1 > > Attachments: HttpRequestHandlerRegistry.diff, NHttpRequestHandlerRegistry.diff, TestHttpRequestHandlerRegistry.diff, UriPatternMatcher.diff > > > I'm about to write some code in my server which tracks all of the handlers that are set. However, this code would essentially what mimics the code inside of NHttpRequestHandlerRegistry/HttpRequestHandlerRegistry or more accurately the underlying UriPatternMatcher. My request is to add a method which returns the map contained inside of the underlying UriPatternMatcher. > Is there a particular reason a getObjects() method doesn't exist in UriPatternMatcher or getHandlers() method in NHttpRequestHandlerRegistry/HttpRequestHandlerRegistry? If the reason is simply that no one has asked for this before, I'll go ahead and submit a patch to add these methods. If there are other reasons, I'm curious as to what it is. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org