1234567891011121314151617181920 |
- ###############################################################################
- # Copyright (c) 2014 IBM Corporation and others.
- # All rights reserved. This program and the accompanying materials
- # are made available under the terms of the Eclipse Public License v1.0
- # which accompanies this distribution, and is available at
- # http://www.eclipse.org/legal/epl-v10.html
- #
- # Contributors:
- # IBM Corporation - initial API and implementation
- ###############################################################################
- #
- #ISMESSAGEFILE FALSE
- #NLS_ENCODING=UNICODE
- #NLS_MESSAGEFORMAT_NONE
- #
- description=Esta caracter\u00edstica habilita el soporte para servlets HTTP escritos para la especificaci\u00f3n Java Servlet 3.1. \
- Puede empaquetar servlets en archivos WAR o EAR con especificaci\u00f3n de Java EE. \
- Si la seguridad del servlet es necesaria, tambi\u00e9n deber\u00e1 configurar una caracter\u00edstica appSecurity. \
- Sin una caracter\u00edstica de seguridad, se ignoran las restricciones de seguridad para la aplicaci\u00f3n.
|