Author: jfclere Date: Mon Jul 31 05:16:41 2006 New Revision: 427092 URL: http://svn.apache.org/viewvc?rev=427092&view=rev Log: Rollback 426711. Modified: apr/apr-util/trunk/include/apr_uri.h apr/apr-util/trunk/uri/apr_uri.c Modified: apr/apr-util/trunk/include/apr_uri.h URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/include/apr_uri.h?rev=427092&r1=427091&r2=427092&view=diff ============================================================================== --- apr/apr-util/trunk/include/apr_uri.h (original) +++ apr/apr-util/trunk/include/apr_uri.h Mon Jul 31 05:16:41 2006 @@ -58,7 +58,6 @@ #define APR_URI_NFS_DEFAULT_PORT 2049 /**< default NFS port */ #define APR_URI_TIP_DEFAULT_PORT 3372 /**< default TIP port */ #define APR_URI_SIP_DEFAULT_PORT 5060 /**< default SIP port */ -#define APR_URI_AJP_DEFAULT_PORT 8009 /**< default AJP port */ /** Flags passed to unparse_uri_components(): */ /** suppress "scheme://user\@site:port" */ Modified: apr/apr-util/trunk/uri/apr_uri.c URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/uri/apr_uri.c?rev=427092&r1=427091&r2=427092&view=diff ============================================================================== --- apr/apr-util/trunk/uri/apr_uri.c (original) +++ apr/apr-util/trunk/uri/apr_uri.c Mon Jul 31 05:16:41 2006 @@ -67,7 +67,6 @@ {"acap", APR_URI_ACAP_DEFAULT_PORT}, {"telnet", APR_URI_TELNET_DEFAULT_PORT}, {"ssh", APR_URI_SSH_DEFAULT_PORT}, - {"ajp", APR_URI_AJP_DEFAULT_PORT}, { NULL, 0xFFFF } /* unknown port */ };