Skip to content

Commit

Permalink
Add do not edit warning
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Dec 19, 2024
1 parent bca868a commit 7fd4134
Show file tree
Hide file tree
Showing 78 changed files with 268 additions and 68 deletions.
3 changes: 3 additions & 0 deletions java/jakarta/el/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

beanNameELResolver.beanReadOnly=The bean name [{0}] is read-only

elProcessor.defineFunctionInvalidClass=The class [{0}] is not public
Expand Down
3 changes: 3 additions & 0 deletions java/jakarta/servlet/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

err.not_iso8859_1=Not an ISO 8859-1 character: [{0}]

httpConstraintElement.invalidRolesDeny=Roles may not be specified when using DENY
Expand Down
3 changes: 3 additions & 0 deletions java/jakarta/servlet/http/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

cookie.attribute.invalidName.notToken=Cookie attribute name [{0}] is not valid as it is not a token
cookie.attribute.invalidName.null=Cookie attribute names may not be null

Expand Down
3 changes: 3 additions & 0 deletions java/jakarta/servlet/jsp/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

el.unknown.identifier=Unknown identifier
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

authenticator.authentication=Authenticated principal [{0}] with authentication type [{1}]
authenticator.authenticationFail=User authentication failure
authenticator.certificates=No client certificate chain in this request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

authConfigFactoryImpl.load=Loading persistent provider registrations from [{0}]
authConfigFactoryImpl.nullContext=The provided context object must not be null
authConfigFactoryImpl.registerClass=Registering class [{0}] for layer [{1}] and application context [{2}]
Expand Down
3 changes: 3 additions & 0 deletions java/org/apache/catalina/connector/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

coyoteAdapter.accesslogFail=Exception while attempting to add an entry to the access log
coyoteAdapter.asyncDispatch=Exception while processing an asynchronous request
coyoteAdapter.authenticate=Authenticated user [{0}] provided by connector
Expand Down
3 changes: 3 additions & 0 deletions java/org/apache/catalina/core/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

applicationContext.addFilter.ise=Filters cannot be added to context [{0}] as the context has been initialised
applicationContext.addJspFile.iae=The JSP file [{0}] is not valid
applicationContext.addListener.iae.cnfe=Unable to create an instance of type [{0}]
Expand Down
3 changes: 3 additions & 0 deletions java/org/apache/catalina/deploy/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

namingResources.cleanupCloseFailed=Failed to invoke method [{0}] for resource [{1}] in container [{2}] so no cleanup was performed for that resource
namingResources.cleanupCloseSecurity=Unable to retrieve method [{0}] for resource [{1}] in container [{2}] so no cleanup was performed for that resource
namingResources.cleanupNoClose=Resource [{0}] in container [{1}] does not have a [{2}] method so no cleanup was performed for that resource
Expand Down
5 changes: 4 additions & 1 deletion java/org/apache/catalina/filters/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

addDefaultCharset.unsupportedCharset=Specified character set [{0}] is not supported

corsFilter.invalidPreflightMaxAge=Unable to parse preflightMaxAge
Expand All @@ -34,10 +37,10 @@ csrfPrevention.unsupportedPattern=Unsupported pattern [{0}]
expiresFilter.cacheControlNoStore=Request [{0}] with response status [{1}] content-type [{2}], Cache-Control: no-store header already defined
expiresFilter.exceptionProcessingParameter=Exception processing configuration parameter [{0}]:[{1}]
expiresFilter.expirationHeaderAlreadyDefined=Request [{0}] with response status [{1}] content-type [{2}], Expires header already defined
expiresFilter.invalidMethod=Request [{0}] with request method [{1}], non-cacheable method
expiresFilter.filterInitialized=Filter initialized with configuration [{0}]
expiresFilter.invalidDurationNumber=Invalid duration (number) [{0}] in directive [{1}]
expiresFilter.invalidDurationUnit=Invalid duration unit (years|months|weeks|days|hours|minutes|seconds) [{0}] in directive [{1}]
expiresFilter.invalidMethod=Request [{0}] with request method [{1}], non-cacheable method
expiresFilter.noDurationFound=Duration not found in directive [{0}]
expiresFilter.noDurationUnitAfterAmount=Duration unit not found after amount [{0}] in directive [{1}]
expiresFilter.noExpirationConfigured=Request [{0}] with response status [{1}] content-type [{2}], no expiration configured
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

clusterSingleSignOn.clusterLoad.fail=ClusterSingleSignOn exception during clusterLoad
clusterSingleSignOn.nocluster=There is no Cluster for ClusterSingleSignOn
3 changes: 3 additions & 0 deletions java/org/apache/catalina/ha/backend/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

collectedInfo.noConnector=Cannot find connector for [{0}]:[{1}]
collectedInfo.notInitialized=Not initialized

Expand Down
3 changes: 3 additions & 0 deletions java/org/apache/catalina/ha/context/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

applicationContext.setAttribute.namenull=Name cannot be null

replicatedContext.startFailed=Failed to start ReplicatedContext: [{0}]
Expand Down
3 changes: 3 additions & 0 deletions java/org/apache/catalina/ha/deploy/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

farmWarDeployer.alreadyDeployed=webapp [{0}] are already deployed.
farmWarDeployer.delete=Deleted [{0}] before the full file was received as the maxValidTime of [{1}] seconds has expired
farmWarDeployer.deleteFail=Failed to delete [{0}]
Expand Down
3 changes: 3 additions & 0 deletions java/org/apache/catalina/ha/session/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

backupManager.noCluster=no cluster associated with this context: [{0}]
backupManager.startFailed=Failed to start BackupManager: [{0}]
backupManager.startUnable=Unable to start BackupManager: [{0}]
Expand Down
3 changes: 3 additions & 0 deletions java/org/apache/catalina/ha/tcp/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

ReplicationValve.crossContext.add=add Cross Context session replication container to replicationValve threadlocal
ReplicationValve.crossContext.registerSession=register Cross context session id=[{0}] from context [{1}]
ReplicationValve.crossContext.remove=remove Cross Context session replication container from replicationValve threadlocal
Expand Down
3 changes: 3 additions & 0 deletions java/org/apache/catalina/loader/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

webappClassLoader.addExportsJavaIo=You need to add "--add-opens=java.base/java.io={0}" to the JVM command line arguments to enable ObjectStream cache memory leak protection. Alternatively, you can suppress this warning by disabling ObjectStream class cache memory leak protection.
webappClassLoader.addExportsRmi=You need to add "--add-opens=java.rmi/sun.rmi.transport={0}" to the JVM command line arguments to enable RMI Target memory leak detection. Alternatively, you can suppress this warning by disabling RMI Target memory leak detection.
webappClassLoader.addExportsThreadLocal=You need to add "--add-opens=java.base/java.lang={0}" to the JVM command line arguments to enable ThreadLocal memory leak detection. Alternatively, you can suppress this warning by disabling ThreadLocal memory leak detection.
Expand Down
3 changes: 3 additions & 0 deletions java/org/apache/catalina/manager/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

htmlManagerServlet.appsAvailable=Running
htmlManagerServlet.appsExpire=Expire sessions
htmlManagerServlet.appsName=Display Name
Expand Down
3 changes: 3 additions & 0 deletions java/org/apache/catalina/manager/host/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

hostManagerServlet.add=add: Adding host [{0}]
hostManagerServlet.addFailed=FAIL - Failed to add host [{0}]
hostManagerServlet.addSuccess=OK - Host [{0}] added
Expand Down
3 changes: 3 additions & 0 deletions java/org/apache/catalina/mapper/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

mapper.addContext.hostIsAlias=Host [{0}] found is an alias
mapper.addContext.noHost=No host found [{0}]
mapper.addHost.sameHost=Duplicate registration of the same host [{0}]. Ignored.
Expand Down
3 changes: 3 additions & 0 deletions java/org/apache/catalina/mbeans/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

globalResources.create=Creating MBeans for Global JNDI Resources in Context [{0}]
globalResources.createError=Exception processing global JNDI Resources
globalResources.createError.operation=Operation not supported error creating MBeans
Expand Down
3 changes: 3 additions & 0 deletions java/org/apache/catalina/realm/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

combinedRealm.addRealm=Add [{0}] realm, making a total of [{1}] realms
combinedRealm.authFail=Failed to authenticate user [{0}] with realm [{1}]
combinedRealm.authStart=Attempting to authenticate user [{0}] with realm [{1}]
Expand Down
3 changes: 3 additions & 0 deletions java/org/apache/catalina/security/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

SecurityListener.buildDateAgeUnreadable=Unable to read configured buildDateWarningAgeDays [{0}], using default of [{1}] days.
SecurityListener.buildDateIsOld=This version of Tomcat was built more than {0} days ago. You should consider upgrading to the current version.
SecurityListener.buildDateUnreadable=Server build date [{0}] is unreadable as an ISO-8601 date.
Expand Down
10 changes: 6 additions & 4 deletions java/org/apache/catalina/servlets/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

cgiServlet.emptyEnvVarName=Empty environment variable name in initialisation parameter [environment-variable-]
cgiServlet.expandCloseFail=Failed to close input stream for script at path [{0}]
cgiServlet.expandCreateDirFail=Failed to create destination directory [{0}] for script expansion
Expand Down Expand Up @@ -54,13 +57,12 @@ defaultServlet.skipfail=Read failed because only [{0}] bytes were available but
defaultServlet.unknownBomConfig=Unrecognised value of [{0}] provided for useBomIfPresent initialization parameter
defaultServlet.xslError=XSL transformer error

webdavservlet.dataSourceStore.error=Error processing [{0}] on dead properties for path [{1}]
webdavservlet.dataSourceStore.noDataSource=DataSource [{0}] was not found in the webapp environment
webdavservlet.externalEntityIgnored=The request included a reference to an external entity with PublicID [{0}] and SystemID [{1}] which was ignored
webdavservlet.inputstreamclosefail=Failed to close the inputStream of [{0}]
webdavservlet.jaxpfailed=JAXP initialization failed
webdavservlet.memorystore=Non persistent memory storage will be used for dead properties; the 'propertyStore' init parameter of the Servlet may be used to configure a custom store implementing the 'WebdavServlet.PropertyStore' interface
webdavservlet.nonWildcardMapping=The mapping [{0}] is not a wildcard mapping and should not be used for the WebDAV Servlet
webdavservlet.noStoreParameter=Init parameter [{0}] with value [{1}] was not found on the configured store
webdavservlet.nonWildcardMapping=The mapping [{0}] is not a wildcard mapping and should not be used for the WebDAV Servlet
webdavservlet.storeError=Error creating store of class [{0}], the default memory store will be used instead

webdavservlet.dataSourceStore.error=Error processing [{0}] on dead properties for path [{1}]
webdavservlet.dataSourceStore.noDataSource=DataSource [{0}] was not found in the webapp environment
3 changes: 3 additions & 0 deletions java/org/apache/catalina/session/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

dataSourceStore.SQLException=SQL Error [{0}]
dataSourceStore.checkConnectionDBClosed=The database connection is null or was found to be closed. Trying to re-open it.
dataSourceStore.checkConnectionDBReOpenFail=The re-open on the database failed. The database could be down.
Expand Down
3 changes: 3 additions & 0 deletions java/org/apache/catalina/ssi/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

expressionParseTree.extraNodes=Extra nodes created
expressionParseTree.invalidExpression=Invalid expression [{0}]
expressionParseTree.noNodes=No nodes created
Expand Down
3 changes: 3 additions & 0 deletions java/org/apache/catalina/startup/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

catalina.configFail=Unable to load server configuration from [{0}]
catalina.destroyFail=Error destroying failed server
catalina.generatedCodeLocationError=Error using configured location for generated Tomcat embedded code [{0}]
Expand Down
3 changes: 3 additions & 0 deletions java/org/apache/catalina/storeconfig/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

config.emptyObjectName=Invalid null or empty object name
config.missingContextFile=Missing configuration file of context [{0}] to store
config.objectNameNotFound=Object name [{0}] not found
Expand Down
3 changes: 3 additions & 0 deletions java/org/apache/catalina/tribes/group/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

channelCoordinator.alreadyStarted=Channel already started for level:[{0}]
channelCoordinator.invalid.startLevel=Invalid start level, valid levels are:SND_RX_SEQ,SND_TX_SEQ,MBR_TX_SEQ,MBR_RX_SEQ

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

domainFilterInterceptor.member.refused=Member [{0}] was refused to join cluster
domainFilterInterceptor.message.refused=Received message from cluster[{0}] was refused.

Expand Down
3 changes: 3 additions & 0 deletions java/org/apache/catalina/tribes/io/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

bufferPool.created=Created a buffer pool with max size:[{0}] bytes of type: [{1}]

objectReader.retrieveFailed.socketReceiverBufferSize=Unable to retrieve the socket receiver buffer size, setting to default [{0}] bytes.
Expand Down
3 changes: 3 additions & 0 deletions java/org/apache/catalina/tribes/jmx/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

jmxRegistry.no.domain=JMX domain is not specified
jmxRegistry.objectName.failed=The requested ObjectName [{0}] is not valid
jmxRegistry.registerJmx.failed=Failed to register object [{0}] with name [{1}]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

McastService.domain=Unable to send domain update
McastService.parseSoTimeout=Unable to parse SoTimeout: [{0}]
McastService.parseTTL=Unable to parse TTL: [{0}]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

abstractStream.CACertUndefined=CA cert file undefined
abstractStream.connection=[{0}] opening connection: url [{1}], headers [{2}], connectTimeout [{3}], readTimeout [{4}]
abstractStream.fileNotFound=CA cert file [{0}] not found
Expand Down
3 changes: 3 additions & 0 deletions java/org/apache/catalina/tribes/tipis/LocalStrings.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

abstractReplicatedMap.broadcast.noReplies=broadcast received 0 replies, probably a timeout.
abstractReplicatedMap.heartbeat.failed=Unable to send AbstractReplicatedMap.ping message
abstractReplicatedMap.init.completed=AbstractReplicatedMap[{0}] initialization was completed in [{1}] ms.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

PooledSender.senderDisconnectFail=Failed to disconnect sender

pooledSender.closed.queue=Queue is closed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Do not edit this file directly.
# To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations

nioReceiver.alreadyStarted=ServerSocketChannel already started
nioReceiver.cleanup.fail=Unable to cleanup on selector close
nioReceiver.clientDisconnect=Replication client disconnected, error when polling key. Ignoring client.
Expand Down
Loading

0 comments on commit 7fd4134

Please sign in to comment.