ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/catalina/session/LocalStrings.properties

Path
ttomcat-1778514358873.zip-extract/apache-tomcat-11.0.18-src/java/org/apache/catalina/session/LocalStrings.properties
Status
scanned
Type
file
Name
LocalStrings.properties
Extension
.properties
Programming language

      
    
Mime type
text/plain
File type
ASCII text, with CRLF line terminators
Tag

      
    
Rootfs path

      
    
Size
8263 (8.1 KB)
MD5
cd8096c00db4167bf15aae6692e91b7a
SHA1
2f4d15258178afff43244a9aa3d23ccfab73c3f3
SHA256
455c785ca5e0ba5a15bbc433cb7cdd308343bf73958ce8567493e831ccc8c415
SHA512

      
    
SHA1_git
2215bbd77c6c66807307b672d51e52fd55fceeb6
Is binary

      
    
Is text
True
Is archive

      
    
Is media

      
    
Is legal

      
    
Is manifest

      
    
Is readme

      
    
Is top level

      
    
Is key file

      
    
LocalStrings.properties | 8.1 KB |

# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # 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 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. dataSourceStore.checkConnectionSQLException=A SQL exception occurred checking the connection dataSourceStore.close=Exception closing database connection dataSourceStore.commitSQLException=SQLException committing connection before closing dataSourceStore.loading=Loading Session [{0}] from database [{1}] dataSourceStore.missingDataSource=No data source available dataSourceStore.missingDataSourceName=No valid JNDI name was given dataSourceStore.noObject=No persisted data object found for session [{0}] dataSourceStore.removing=Removing Session [{0}] at database [{1}] dataSourceStore.saving=Saving Session [{0}] to database [{1}] dataSourceStore.wrongDataSource=Cannot open JNDI DataSource [{0}] fileStore.createFailed=Unable to create directory [{0}] for the storage of session data fileStore.deleteFailed=Unable to delete file [{0}] which is preventing the creation of the session storage location fileStore.deleteSessionFailed=Unable to delete file [{0}] which is no longer required fileStore.invalid=Invalid persistence file [{0}] for session ID [{1}] fileStore.loading=Loading Session [{0}] from file [{1}] fileStore.noFile=Persistence file [{1}] for session ID [{0}] was not found fileStore.removing=Removing Session [{0}] at file [{1}] fileStore.saving=Saving Session [{0}] to file [{1}] managerBase.container.noop=Managers added to containers other than Contexts will never be used managerBase.contextNull=The Context must be set to a non-null value before the Manager is used managerBase.createSession.ise=createSession: Too many active sessions managerBase.sessionAttributeNameFilter=Skipped session attribute named [{0}] because it did not match the name filter [{1}] managerBase.sessionAttributeValueClassNameFilter=Skipped session attribute named [{0}] because the value type [{1}] did not match the filter [{2}] managerBase.sessionNotFound=The session [{0}] was not found managerBase.sessionTimeout=Invalid session timeout setting [{0}] managerBase.setContextNotNew=It is illegal to call setContext() to change the Context associated with a Manager if the Manager is not in the NEW state persistentManager.backupMaxIdle=Backing up session [{0}] to Store, idle for [{1}] seconds persistentManager.deserializeError=Error deserializing Session [{0}] persistentManager.isLoadedError=Error checking if session [{0}] is loaded in memory persistentManager.loading=Loading [{0}] persisted sessions persistentManager.noStore=No Store configured, persistence disabled persistentManager.removeError=Error removing session [{0}] from the store persistentManager.serializeError=Error serializing Session [{0}] persistentManager.storeClearError=Error clearning all sessions from the store persistentManager.storeKeysException=Unable to determine the list of session IDs for sessions in the session store, assuming that the store is empty persistentManager.storeLoadError=Error swapping in sessions from the store persistentManager.storeLoadKeysError=Error loading sessions keys from the store persistentManager.storeSizeException=Unable to determine the number of sessions in the session store, assuming that the store is empty persistentManager.swapIn=Swapping session [{0}] in from Store persistentManager.swapInException=Exception in the Store during swapIn: [{0}] persistentManager.swapInInvalid=Swapped session [{0}] is invalid persistentManager.swapMaxIdle=Swapping session [{0}] to Store, idle for [{1}] seconds persistentManager.swapTooManyActive=Swapping out session [{0}], idle for [{1}] seconds too many sessions active persistentManager.tooManyActive=Too many active sessions, [{0}], looking for idle sessions to swap out persistentManager.unloading=Saving [{0}] persisted sessions standardManager.deletePersistedFileFail=Unable to delete [{0}] after reading the persisted sessions. The continued presence of this file may cause future attempts to persist sessions to fail. standardManager.expiringSessions=Expiring [{0}] persisted sessions standardManager.loading=Loading persisted sessions from [{0}] standardManager.loading.exception=Exception while loading persisted sessions standardManager.managerLoad=Exception loading sessions from persistent storage standardManager.managerUnload=Exception unloading sessions to persistent storage standardManager.noFile=Persisted data file [{0}] was not found standardManager.unloading=Saving persisted sessions to [{0}] standardManager.unloading.debug=Unloading persisted sessions standardManager.unloading.nosessions=No persisted sessions to unload standardSession.attributeEvent=Session attribute event listener threw exception standardSession.bindingEvent=Session binding event listener threw exception standardSession.getAccessor.ise=getAccessor: Session already invalidated standardSession.getAttribute.ise=getAttribute: Session already invalidated standardSession.getAttributeNames.ise=getAttributeNames: Session already invalidated standardSession.getCreationTime.ise=getCreationTime: Session already invalidated standardSession.getIdleTime.ise=getIdleTime: Session already invalidated standardSession.getLastAccessedTime.ise=getLastAccessedTime: Session already invalidated standardSession.getThisAccessedTime.ise=getThisAccessedTime: Session already invalidated standardSession.getValueNames.ise=getValueNames: Session already invalidated standardSession.invalidate.ise=invalidate: Session already invalidated standardSession.isNew.ise=isNew: Session already invalidated standardSession.logoutfail=Exception logging out user when expiring session standardSession.notDeserializable=Cannot deserialize session attribute [{0}] for session [{1}] standardSession.notSerializable=Cannot serialize session attribute [{0}] for session [{1}] standardSession.principalNotDeserializable=Cannot deserialize Principal object for session [{0}] standardSession.principalNotSerializable=Cannot serialize Principal object for session [{0}] standardSession.removeAttribute.ise=removeAttribute: Session already invalidated standardSession.sessionEvent=Session event listener threw exception standardSession.setAttribute.iae=setAttribute: Non-serializable attribute [{0}] standardSession.setAttribute.ise=setAttribute: Session [{0}] has already been invalidated standardSession.setAttribute.namenull=setAttribute: name parameter cannot be null standardSessionAccessor.access.end=Unexpected error during the call to Session.endAccess() standardSessionAccessor.access.invalid=Unable to access the session [{0}] as the session has already been invalidated standardSessionAccessor.access.ioe=Unable to access the session [{0}] as an IOException occurred retrieving the session from the session manager standardSessionAccessor.nullId=Unable to create Accessor instance as session ID is null standardSessionAccessor.nullManager=Unable to create Accessor instance as session manager is null store.expireFail=Error processing session expiration for key [{0}] store.keysFail=Error getting keys store.removeFail=Error removing key [{0}]
Detected license expression
apache-2.0
Detected license expression (SPDX)
Apache-2.0
Percentage of license text
11.91
Copyrights

      
    
Holders

      
    
Authors

      
    
License detections License expression License expression SPDX
apache_2_0-4bde3f57-78aa-4201-96bf-531cba09e7de apache-2.0 Apache-2.0
URL Start line End line
http://www.apache.org/licenses/LICENSE-2.0 8 8
https://tomcat.apache.org/getinvolved.html#Translations 17 17