~yolanda.robla/ubuntu/trusty/tomcat7/add_distribution_static_right_author

« back to all changes in this revision

Viewing changes to java/org/apache/catalina/deploy/LocalStrings.properties

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2013-02-20 15:34:18 UTC
  • mfrom: (1.1.12) (11.1.11 experimental)
  • Revision ID: package-import@ubuntu.com-20130220153418-7tbda1w2o280qmce
Tags: 7.0.35-1~exp1ubuntu1
* Merge from Debian experimental, remaining changes:
  + Enabled Tomcat jdbc-pool module, aligning more closely to upstream and
    providing improved multi-threaded performance over commons-dbcp:
    - d/rules,d/libtomcat7-java.poms: Install tomcat-dbcp.jar file.
    - d/patches/0005-change-default-DBCP-factory-class.patch: Drop patch
      which switches the default DBCP factory to commons-dbcp.
    - d/p/0015-use-jdbc-pool-default.patch: Make jdbc-pool module the
      default pool implementation for DataSources.
    - d/NEWS: let users know about this change.
* Dropped changes, included in Debian:
  - d/p/0014-fix-override.patch: Fix FTBFS due to differing dependency
    versions compared to upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
 
15
filterDef.invalidFilterName=Invalid <filter-name> [{0}] in filter definition.
 
16
 
 
17
servletDef.invalidServletName=Invalid <servlet-name> [{0}] in servlet definition.
15
18
 
16
19
webXml.duplicateEnvEntry=Duplicate env-entry name [{0}]
17
20
webXml.duplicateFilter=Duplicate filter name [{0}]
19
22
webXml.duplicateMessageDestinationRef=Duplicate message-destination-ref name [{0}]
20
23
webXml.duplicateResourceEnvRef=Duplicate resource-env-ref name [{0}]
21
24
webXml.duplicateResourceRef=Duplicate resource-ref name [{0}]
 
25
webXml.duplicateServletMapping=The servlets named [{0}] and [{1}] are both mapped to the url-pattern [{2}] which is not permitted
22
26
webXml.duplicateTaglibUri=Duplicate tag library URI [{0}]
23
27
webXml.reservedName=A web.xml file was detected using a reserved name [{0}]. The name element will be ignored for this fragment.
24
28
webXml.mergeConflictDisplayName=The display name was defined in multiple fragments with different values including fragment with name [{0}] located at [{1}]