You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Remy Maucherat <re...@apache.org> on 2003/03/10 13:49:37 UTC

[ANN] Tomcat 4.1.22 Alpha released

Tomcat 4.1.22 Alpha is now available for testing.

Changes over 4.1.21 include:
- Fix for mangling with JSPC
- Fix precompilation with tag libraries packaged in JARs
- Fix JDBC store thread safety bug which was causing improper session access

The release notes include the full list of changes.

Downloads:
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.22-alpha/

Remy


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


[ANN] Tomcat 4.1.24 Alpha released

Posted by Remy Maucherat <re...@apache.org>.
Tomcat 4.1.24 Alpha is now available for testing.

Changes over 4.1.23 include:
- Fix for a security issue introduced in 4.1.23.
- Robust handling of bad cookies.
- Properly commit the response after a forward, sendError, and sendRedirect.
- Properly set the context classloader when using JspC.

The release notes include the full list of changes.

Downloads:
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.24-alpha/

Remy


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


[ANN] Tomcat 4.1.24 Alpha released

Posted by Remy Maucherat <re...@apache.org>.
Tomcat 4.1.24 Alpha is now available for testing.

Changes over 4.1.23 include:
- Fix for a security issue introduced in 4.1.23.
- Robust handling of bad cookies.
- Properly commit the response after a forward, sendError, and sendRedirect.
- Properly set the context classloader when using JspC.

The release notes include the full list of changes.

Downloads:
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.24-alpha/

Remy


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


[ANN] Tomcat 4.1.23 Alpha released

Posted by Remy Maucherat <re...@apache.org>.
Tomcat 4.1.23 Alpha is now available for testing.

Changes over 4.1.22 include:
- Updated releases of all dependencies.
- Fix incorrect enumeration of sessions in JDBC store.
- Reject decoded URIs which don't start with '/', returning a 400.
- Auth request for an empty path (relative to the context root) will 
first redirect to '/', to avoid sharing auth information between contexts.

The release notes include the full list of changes.

Downloads:
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.23-alpha/

Remy


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


[ANN] Tomcat 4.1.23 Alpha released

Posted by Remy Maucherat <re...@apache.org>.
Tomcat 4.1.23 Alpha is now available for testing.

Changes over 4.1.22 include:
- Updated releases of all dependencies.
- Fix incorrect enumeration of sessions in JDBC store.
- Reject decoded URIs which don't start with '/', returning a 400.
- Auth request for an empty path (relative to the context root) will 
first redirect to '/', to avoid sharing auth information between contexts.

The release notes include the full list of changes.

Downloads:
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.23-alpha/

Remy


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: [ANN] Tomcat 4.1.22 Alpha released

Posted by Henri Gomez <hg...@apache.org>.
Costin Manolache wrote:
> Henri Gomez wrote:
> 
> 
>>Henri Gomez wrote:
>>
>>>Remy Maucherat wrote:
>>>
>>>
>>>>Tomcat 4.1.22 Alpha is now available for testing.
>>>>
>>>>Changes over 4.1.21 include:
>>>>- Fix for mangling with JSPC
>>>>- Fix precompilation with tag libraries packaged in JARs
>>>>- Fix JDBC store thread safety bug which was causing improper session
>>>>access
>>>>
>>>>The release notes include the full list of changes.
>>>>
>>>>Downloads:
>>>>
> 
> http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.22-alpha/
> 
>>>
>>>I've got very strange problem when building 4.1.22, some jar are
>>>corrupted !!!
>>>
>>>BTW, I'm using ant 1.5.2 (maybe a problem with it ?)
>>>
>>
>>The problem came from the fact I built ant 1.5.2 with jikes 1.18
>>and IBM SDK 1.4.0 on linux.
>>
>>I rebuilt ant 1.5.2 with IBM SDK 1.3.1 and no more problems.
>>
>>False alert (but may be Costin could forward it to ant-dev
>>since I didn't track this list right now).
>>
> 
> 
> There is a problem with ant1.5.2 with WinZip - a new release will be 
> made soon to fix it.
> 
> I don't know what ant can do wrt the compiler.

I don't know either but ant 1.5.2 rebuilt with SDK 1.3.1 didn't
produce corrupted jars.

BTW, there is still the problem when building tomcat 4 with jikes :

build-main:
     [javac] Compiling 170 source files to 
/usr/src/redhat/BUILD/tomcat4-4.1.21/jakarta-tomcat-4.1.21-src/webapps/build/admin/WEB-INF/classes
     [javac] Found 2 semantic errors compiling 
"/usr/src/redhat/BUILD/tomcat4-4.1.21/jakarta-tomcat-4.1.21-src/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/TomcatTreeBuilder.java":

     [javac]    129.             mBServer = servlet.getServer();
     [javac]                                        ^-------^
     [javac] *** Semantic Error: You need to modify your classpath, 
sourcepath, bootclasspath, and/or extdirs setup. Package "javax/sql" 
could not be found in:
     [javac] /opt/IBMJava2-131/jre/lib/ext/ibmjcaprovider.jar
     [javac]                 /opt/IBMJava2-131/jre/lib/ext/jaas.jar
     [javac]                 /opt/IBMJava2-131/jre/lib/ext/jaas_lm.jar
     [javac]                 /opt/IBMJava2-131/jre/lib/ext/comm.jar
     [javac]                 /opt/IBMJava2-131/jre/lib/ext/indicim.jar
     [javac] 
/usr/src/redhat/BUILD/tomcat4-4.1.21/jakarta-tomcat-4.1.21-src/webapps/build/admin/WEB-INF/classes
     [javac]                 /usr/share/java/commons-modeler.jar
     [javac]                 /usr/share/java/mx4j-jmx.jar
     [javac]                 /usr/share/java/regexp-1.2.jar
     [javac]                 /usr/share/java/servletapi4.jar
     [javac]                 /usr/share/java/struts.jar
     [javac]                 /usr/share/java/commons-beanutils.jar
     [javac]                 /usr/share/java/ant/junit.jar
     [javac]                 /usr/share/java/ant/jaxp_transform_impl.jar
     [javac]                 /usr/share/java/ant/jasper331p2.jar
     [javac]                 /usr/share/java/ant/GenJar-1.0.0.jar
     [javac]                 /usr/share/java/ant/ant-translator-1.0b2.jar
     [javac]                 /usr/share/java/xml-commons-apis.jar
     [javac]                 /usr/share/java/jaxp_parser_impl.jar
     [javac]                 /usr/share/java/ant-optional.jar
     [javac]                 /usr/share/java/ant.jar
     [javac]                 /usr/share/java/xalan-j2.jar
     [javac]                 /opt/IBMJava2-131/lib/tools.jar
     [javac]                 /opt/IBMJava2-131/jre/lib/rt.jar
     [javac] 
/usr/src/redhat/BUILD/tomcat4-4.1.21/jakarta-tomcat-4.1.21-src/webapps/admin/WEB-INF/classes
     [javac]                 .



     [javac]    129.             mBServer = servlet.getServer();
     [javac]                                        ^-------^
     [javac] *** Semantic Error: Type javax.sql.DataSource was not found.

BUILD FAILED
file:/usr/src/redhat/BUILD/tomcat4-4.1.21/jakarta-tomcat-4.1.21-src/webapps/admin/build.xml:196: 
Compile failed; see the compiler error output for details.


Didn't works for 4.1.21 and 4.1.22....




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: [ANN] Tomcat 4.1.22 Alpha released

Posted by Costin Manolache <cm...@yahoo.com>.
Henri Gomez wrote:

> Henri Gomez wrote:
>> Remy Maucherat wrote:
>> 
>>> Tomcat 4.1.22 Alpha is now available for testing.
>>>
>>> Changes over 4.1.21 include:
>>> - Fix for mangling with JSPC
>>> - Fix precompilation with tag libraries packaged in JARs
>>> - Fix JDBC store thread safety bug which was causing improper session
>>> access
>>>
>>> The release notes include the full list of changes.
>>>
>>> Downloads:
>>>
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.22-alpha/
>>>
>> 
>> 
>> I've got very strange problem when building 4.1.22, some jar are
>> corrupted !!!
>> 
>> BTW, I'm using ant 1.5.2 (maybe a problem with it ?)
>> 
> 
> The problem came from the fact I built ant 1.5.2 with jikes 1.18
> and IBM SDK 1.4.0 on linux.
> 
> I rebuilt ant 1.5.2 with IBM SDK 1.3.1 and no more problems.
> 
> False alert (but may be Costin could forward it to ant-dev
> since I didn't track this list right now).
>

There is a problem with ant1.5.2 with WinZip - a new release will be 
made soon to fix it.

I don't know what ant can do wrt the compiler.

Costin


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: [ANN] Tomcat 4.1.22 Alpha released

Posted by Henri Gomez <hg...@apache.org>.
Henri Gomez wrote:
> Remy Maucherat wrote:
> 
>> Tomcat 4.1.22 Alpha is now available for testing.
>>
>> Changes over 4.1.21 include:
>> - Fix for mangling with JSPC
>> - Fix precompilation with tag libraries packaged in JARs
>> - Fix JDBC store thread safety bug which was causing improper session 
>> access
>>
>> The release notes include the full list of changes.
>>
>> Downloads:
>> http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.22-alpha/ 
>>
> 
> 
> I've got very strange problem when building 4.1.22, some jar are 
> corrupted !!!
> 
> BTW, I'm using ant 1.5.2 (maybe a problem with it ?)
> 

The problem came from the fact I built ant 1.5.2 with jikes 1.18
and IBM SDK 1.4.0 on linux.

I rebuilt ant 1.5.2 with IBM SDK 1.3.1 and no more problems.

False alert (but may be Costin could forward it to ant-dev
since I didn't track this list right now).

Regards



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: [ANN] Tomcat 4.1.22 Alpha released

Posted by Henri Gomez <hg...@apache.org>.
Remy Maucherat wrote:
> Tomcat 4.1.22 Alpha is now available for testing.
> 
> Changes over 4.1.21 include:
> - Fix for mangling with JSPC
> - Fix precompilation with tag libraries packaged in JARs
> - Fix JDBC store thread safety bug which was causing improper session 
> access
> 
> The release notes include the full list of changes.
> 
> Downloads:
> http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.22-alpha/

I've got very strange problem when building 4.1.22, some jar are 
corrupted !!!

BTW, I'm using ant 1.5.2 (maybe a problem with it ?)

Regards



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org