mturk 2005/06/11 11:18:13 Modified: jni/java/org/apache/tomcat/jni SSLContext.java Log: Rename setVhostId to setContextId. This is not neccesary a vhost name, but can be any string idendifying context, to suppress cross context sessions. Revision Changes Path 1.19 +3 -3 jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/SSLContext.java Index: SSLContext.java =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/SSLContext.java,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- SSLContext.java 10 Jun 2005 07:53:24 -0000 1.18 +++ SSLContext.java 11 Jun 2005 18:18:13 -0000 1.19 @@ -54,11 +54,11 @@ public static native int free(long ctx); /** - * Set Virtual host id. Usually host:port combination. + * Set Session context id. Usually host:port combination. * @param ctx Context to use. * @param id String that uniquely identifies this context. */ - public static native void setVhostId(long ctx, String id); + public static native void setContextId(long ctx, String id); /** * Asssociate BIOCallback for input or output data capture.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]