This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 8689d64 Export / Import to fix order 8689d64 is described below commit 8689d64603c0267170dd547fc9d08b728cc4fbd2 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Sep 17 19:35:53 2020 +0100 Export / Import to fix order --- java/org/apache/catalina/core/LocalStrings_ru.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/java/org/apache/catalina/core/LocalStrings_ru.properties b/java/org/apache/catalina/core/LocalStrings_ru.properties index 1578eb9..6759ce9 100644 --- a/java/org/apache/catalina/core/LocalStrings_ru.properties +++ b/java/org/apache/catalina/core/LocalStrings_ru.properties @@ -17,8 +17,6 @@ applicationContext.addJspFile.iae=Файл JSP [{0}] содержит ошибк applicationContext.addListener.iae.cnfe=Невозможно создать экземпляр типа [{0}] applicationContext.setAttribute.namenull=Имя не может быть пустым -standardWrapper.isUnavailable=Сервлет [{0}] временно недоступен - standardWrapper.allocate=Ошибка при выделении экземпляра сервлета standardWrapper.allocateException=Ошибка выделения для сервлета [{0}] standardWrapper.deallocateException=Ошибка освобождения для сервлета [{0}] @@ -26,6 +24,7 @@ standardWrapper.destroyException=Servlet.destroy() для сервлета [{0}] standardWrapper.destroyInstance=InstanceManager.destroy() для сервлета [{0}] выбросил исключение standardWrapper.initException=Servlet.init() для сервлета [{0}] выбросил исключение standardWrapper.instantiate=Ошибка создания экземпляра класса сервлета [{0}] +standardWrapper.isUnavailable=Сервлет [{0}] временно недоступен standardWrapper.jspMonitorError=Ошибка регистрации JSP-монитора Mbean [{0}] standardWrapper.notChild=Контейнер может не иметь дочерних контейнеров standardWrapper.notClass=Для сервлета [{0}] не указан специальный класс --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org