2010/3/31 Filip Hanik - Dev Lists <devli...@hanik.com>:
> The candidates binaries are available here:
> http://people.apache.org/~fhanik/tomcat/tomcat-5.5/v5.5.29/
>
> According to the release process, the 5.5.29 tag is:
> [ ] Broken
> [ ] Alpha
> [ ] Beta
> [x] Stable

Observed issues are listed below. I think these are not show stoppers.


1) https://issues.apache.org/bugzilla/show_bug.cgi?id=48580#c6
AccessControlException if first access is to a JSP that uses a FunctionMapper

The patch is already in STATUS for some long time, but needs a third vote.

This is not a regression, it can be observed with 5.5.28. I do not
like it, but I do not remember users reporting this issue.


2) The following is displayed in the logs when I run on Windows with
tcnative-1.dll being present:

03.04.2010 18:24:31 org.apache.catalina.core.AprLifecycleListener init
INFO: Cannot find message associated with key aprListener.tcnValid
03.04.2010 18:24:31 org.apache.catalina.core.AprLifecycleListener init
INFO: Cannot find message associated with key aprListener.flags

We forgot to port some messages from TC 6.0.
Just cosmetics, does not impact functionality.

I will propose a patch.


3) APR initialization will be attempted always, even if
AprLifecycleListener was not specified in server.xml
https://issues.apache.org/bugzilla/show_bug.cgi?id=48613

Can be resolved by removing unneeded *.dll/*.so file of Tomcat-Native.
The informational message "Apache Tomcat Native library ... was not
found" may annoy someone, but it does not impact functionality.

The patch is already in STATUS for some time, but needs a third vote.


Best regards,
Konstantin Kolinko

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

Reply via email to