This is the first (small) step in fixing the various xxxRealm doesn't work with
DIGEST / CLIENT-CERT issues in bugzilla. I plan to work my way through the
realms and will update the docs and backport to TC4.1.x and TC5.0.x (if 5.5.x
isn't stable by the time I finish) once I have completed the changes.

I am in the middle of moving house so I don't expect progress to be that quick.

Mark

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Monday, October 25, 2004 7:08 PM
> To: [EMAIL PROTECTED]
> Subject: cvs commit: jakarta-tomcat-catalina/catalina/src/bin 
> tool-wrapper.bat tool-wrapper.sh
> 
> markt       2004/10/25 11:08:08
> 
>   Modified:    catalina/src/bin tool-wrapper.bat tool-wrapper.sh
>   Log:
>   Fix digest.bat (and I assume digest.sh).
>   
>   Revision  Changes    Path
>   1.5       +2 -2      
> jakarta-tomcat-catalina/catalina/src/bin/tool-wrapper.bat
>   
>   Index: tool-wrapper.bat
>   ===================================================================
>   RCS file: 
> /home/cvs/jakarta-tomcat-catalina/catalina/src/bin/tool-wrapper.bat,v
>   retrieving revision 1.4
>   retrieving revision 1.5
>   diff -u -r1.4 -r1.5
>   --- tool-wrapper.bat        1 Mar 2004 16:00:53 -0000       1.4
>   +++ tool-wrapper.bat        25 Oct 2004 18:08:08 -0000      1.5
>   @@ -43,7 +43,7 @@
>    call "%CATALINA_HOME%\bin\setclasspath.bat"
>    
>    rem Add on extra jar files to CLASSPATH
>   -set 
> CLASSPATH=%CLASSPATH%;%CATALINA_HOME%\bin\bootstrap.jar;"%BASE
> DIR%"\common\lib\jmx.jar
>   +set 
> CLASSPATH=%CLASSPATH%;%CATALINA_HOME%\bin\bootstrap.jar;"%BASE
> DIR%"\common\lib\jmx.jar;"%BASEDIR%"\common\lib\servlet-api.jar
>    
>    rem Get remaining unshifted command line arguments and 
> save them in the
>    set CMD_LINE_ARGS=
>   
>   
>   
>   1.5       +2 -2      
> jakarta-tomcat-catalina/catalina/src/bin/tool-wrapper.sh
>   
>   Index: tool-wrapper.sh
>   ===================================================================
>   RCS file: 
> /home/cvs/jakarta-tomcat-catalina/catalina/src/bin/tool-wrapper.sh,v
>   retrieving revision 1.4
>   retrieving revision 1.5
>   diff -u -r1.4 -r1.5
>   --- tool-wrapper.sh 1 Mar 2004 16:00:53 -0000       1.4
>   +++ tool-wrapper.sh 25 Oct 2004 18:08:08 -0000      1.5
>   @@ -61,7 +61,7 @@
>    fi
>    
>    # Add on extra jar files to CLASSPATH
>   
> -CLASSPATH="$CLASSPATH":"$CATALINA_HOME"/bin/bootstrap.jar:"$B
> ASEDIR"/common/lib/jmx.jar
>   
> +CLASSPATH="$CLASSPATH":"$CATALINA_HOME"/bin/bootstrap.jar:"$B
> ASEDIR"/common/lib/jmx.jar:"$BASEDIR"/common/lib/servlet-api.jar
>    
>    # For Cygwin, switch paths to Windows format before running java
>    if $cygwin; then
>   
>   
>   
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to