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=Cette fonction permet la prise en charge de servlets HTTP compos\u00e9s d'apr\u00e8s la sp\u00e9cification Java Servlet 3.1. \
- Vous pouvez packager les servlets dans des fichiers WAR ou EAR Java EE. \
- Si la s\u00e9curit\u00e9 de servlet est requise, vous devez aussi configurer une fonction appSecurity. \
- Sans fonction de s\u00e9curit\u00e9, les contraintes de s\u00e9curit\u00e9 pour l'application sont ignor\u00e9es.
|