Author: remy.maucherat(a)jboss.com
Date: 2008-01-02 05:32:36 -0500 (Wed, 02 Jan 2008)
New Revision: 385
Modified:
trunk/build.xml
trunk/dist.xml
trunk/native/connector/src/sslcontext.c
Log:
- Cosmetic fixes.
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2008-01-02 10:28:19 UTC (rev 384)
+++ trunk/build.xml 2008-01-02 10:32:36 UTC (rev 385)
@@ -13,7 +13,7 @@
<!-- Project Properties -->
<property name="name" value="JBoss Web" />
- <property name="year" value="2007" />
+ <property name="year" value="2008" />
<property name="version.major" value="2" />
<property name="version.minor" value="1" />
<property name="version.build" value="0" />
Modified: trunk/dist.xml
===================================================================
--- trunk/dist.xml 2008-01-02 10:28:19 UTC (rev 384)
+++ trunk/dist.xml 2008-01-02 10:32:36 UTC (rev 385)
@@ -13,7 +13,7 @@
<!-- Project Properties -->
<property name="name" value="JBoss Web" />
- <property name="year" value="2007" />
+ <property name="year" value="2008" />
<property name="version.major" value="2" />
<property name="version.minor" value="1" />
<property name="version.build" value="0" />
@@ -153,7 +153,7 @@
author="true" version="true"
windowtitle="Tomcat API Documentation"
doctitle="Tomcat API"
- bottom="Copyright © 2000-2007 Apache Software Foundation. All Rights
Reserved."
+ bottom="Copyright © 2000-2008 Apache Software Foundation. All Rights
Reserved."
additionalparam="-breakiterator"
maxmemory="256m" >
</javadoc>
@@ -522,7 +522,7 @@
<!-- Packages the source code distribution in tar.gz format -->
<target name="package-src-tgz">
<fixcrlf srcdir="${tomcat.dist}/src"
- excludes="**/*.jar,**/*.gif,**/*.bmp,**/*.jpg,**/*.ico,**/*.war"
eol="lf"/>
+
excludes="**/*.jar,**/*.gif,**/*.bmp,**/*.jpg,**/*.ico,**/*.war,**/*.exe.**/*.pdf,**/*.bin,**/*.dia"
eol="lf"/>
<tar longfile="gnu" compression="gzip"
tarfile="${tomcat.release}/v${version}/src/${final-src.name}.tar.gz">
<tarfileset dir="${tomcat.dist}/src"
prefix="${final-src.name}" />
Modified: trunk/native/connector/src/sslcontext.c
===================================================================
--- trunk/native/connector/src/sslcontext.c 2008-01-02 10:28:19 UTC (rev 384)
+++ trunk/native/connector/src/sslcontext.c 2008-01-02 10:32:36 UTC (rev 385)
@@ -534,7 +534,7 @@
if (!key_file)
key_file = cert_file;
if (!key_file) {
- tcn_Throw(e, "No Certificate file specified");
+ tcn_Throw(e, "No Certificate file specified or invalid file format");
rv = JNI_FALSE;
goto cleanup;
}
Show replies by date