https://issues.apache.org/bugzilla/show_bug.cgi?id=54522

--- Comment #3 from Konstantin Kolinko <knst.koli...@gmail.com> ---
Thank you for the patch.

Two notes on the original issue

1. I still hope that an updated version of commons-dbcp is released at some
time before Tomcat 8, so that using patch tool were not necessary.

2. As an alternative measure, it is possible to skip building DBCP.
Technically, it can be done by setting the property "no.build.dbcp", though it
is kind of a trick, as it is an internal property used to store result of a
<condition>. E.g.:

no.build.dbcp=true

(It would be better to have some explicit documented property to configure this
feature. Such as that it would skip not only building, but also downloading
DBCP sources).

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

Reply via email to