cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 jk_map_aprtable.c jk_service_apache2.c mod_jk.c

2002-01-25 Thread costin
costin 02/01/25 23:13:47 Modified:jk/native2/server/apache2 jk_map_aprtable.c jk_service_apache2.c mod_jk.c Log: Fixes, updates for the new apis. Revision ChangesPath 1.5 +4 -4

cvs commit: jakarta-tomcat-connectors/jk/native2/server/apache2 jk_map_aprtable.c

2001-12-13 Thread costin
costin 01/12/13 23:11:42 Added: jk/native2/server/apache2 jk_map_aprtable.c Log: The map implementation using apr_table. One problem is that apr_table supports only string values. We use string values for most of the stuff, but we need void * for uriMap. But in