This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new c4e26b7 AXIS2-6011 change error message to be less confusing c4e26b7 is described below commit c4e26b7ffe707351a28019e2fa1fb1ae22461e58 Author: Robert Lazarski <robertlazar...@gmail.com> AuthorDate: Mon Jan 17 14:38:39 2022 -1000 AXIS2-6011 change error message to be less confusing --- modules/webapp/src/main/webapp/axis2-web/HappyAxis.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/webapp/src/main/webapp/axis2-web/HappyAxis.jsp b/modules/webapp/src/main/webapp/axis2-web/HappyAxis.jsp index 6bc592a..786bd9a 100644 --- a/modules/webapp/src/main/webapp/axis2-web/HappyAxis.jsp +++ b/modules/webapp/src/main/webapp/axis2-web/HappyAxis.jsp @@ -383,10 +383,10 @@ * the essentials, without these Axis is not going to work */ needed = needClass(out, "org.apache.axis2.transport.http.AxisServlet", - "axis2-1.0.jar", + "fatal error", "Apache-Axis", "Axis2 will not work", - "http://xml.apache.org/axis2/"); + "https://axis.apache.org/axis2"); needed += needClass(out, "org.apache.commons.logging.Log", "commons-logging.jar", "Jakarta-Commons Logging",