You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jf...@apache.org on 2006/07/31 14:16:42 UTC

svn commit: r427092 - in /apr/apr-util/trunk: include/apr_uri.h uri/apr_uri.c

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 */
 };