Author: rjung Date: Mon Jul 16 12:34:22 2012 New Revision: 1362000 URL: http://svn.apache.org/viewvc?rev=1362000&view=rev Log: Remove redundant output of error message from error report.
See: https://issues.apache.org/bugzilla/show_bug.cgi?id=53071#c9 Backport of r1361991 from trunk. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/ErrorReportValve.java tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/LocalStrings.properties tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/LocalStrings_es.properties tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/LocalStrings_fr.properties Propchange: tomcat/tc7.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1361991 Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/ErrorReportValve.java URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/ErrorReportValve.java?rev=1362000&r1=1361999&r2=1362000&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/ErrorReportValve.java (original) +++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/ErrorReportValve.java Mon Jul 16 12:34:22 2012 @@ -176,7 +176,7 @@ public class ErrorReportValve extends Va // Do nothing if there is no report for the specified status code String report = null; try { - report = sm.getString("http." + statusCode, message); + report = sm.getString("http." + statusCode); } catch (Throwable t) { ExceptionUtils.handleThrowable(t); } Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/LocalStrings.properties?rev=1362000&r1=1361999&r2=1362000&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/LocalStrings.properties (original) +++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/LocalStrings.properties Mon Jul 16 12:34:22 2012 @@ -60,59 +60,59 @@ stuckThreadDetectionValve.notifyStuckThr # http://www.iana.org/assignments/http-status-codes/http-status-codes.xml # The list might be kept in sync with the one in # org/apache/tomcat/util/http/res/LocalStrings.properties. -http.100=The client may continue ({0}). -http.101=The server is switching protocols according to the "Upgrade" header ({0}). -http.102=The server has accepted the complete request, but has not yet completed it ({0}). -http.201=The request succeeded and a new resource ({0}) has been created on the server. -http.202=This request was accepted for processing, but has not been completed ({0}). -http.203=The meta information presented by the client did not originate from the server ({0}). -http.204=The request succeeded but there is no information to return ({0}). -http.205=The client should reset the document view which caused this request to be sent ({0}). -http.206=The server has fulfilled a partial GET request for this resource ({0}). -http.207=Multiple status values have been returned ({0}). -http.208=This collection binding was already reported ({0}). -http.226=The response is a representation of the result of one or more instance-manipulations applied to the current instance ({0}). -http.300=The requested resource ({0}) corresponds to any one of a set of representations, each with its own specific location. -http.301=The requested resource ({0}) has moved permanently to a new location. -http.302=The requested resource ({0}) has moved temporarily to a new location. -http.303=The response to this request can be found under a different URI ({0}). -http.304=The requested resource ({0}) is available and has not been modified. -http.305=The requested resource ({0}) must be accessed through the proxy given by the "Location" header. -http.307=The requested resource resides temporarily under a different URI ({0}). -http.308=The target resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs ({0}). -http.400=The request sent by the client was syntactically incorrect ({0}). -http.401=This request requires HTTP authentication ({0}). -http.402=Payment is required for access to this resource ({0}). -http.403=Access to the specified resource ({0}) has been forbidden. -http.404=The requested resource ({0}) is not available. -http.405=The specified HTTP method is not allowed for the requested resource ({0}). -http.406=The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers ({0}). -http.407=The client must first authenticate itself with the proxy ({0}). -http.408=The client did not produce a request within the time that the server was prepared to wait ({0}). -http.409=The request could not be completed due to a conflict with the current state of the resource ({0}). -http.410=The requested resource ({0}) is no longer available, and no forwarding address is known. -http.411=This request cannot be handled without a defined content length ({0}). -http.412=A specified precondition has failed for this request ({0}). +http.100=The client may continue. +http.101=The server is switching protocols according to the "Upgrade" header. +http.102=The server has accepted the complete request, but has not yet completed it. +http.201=The request succeeded and a new resource has been created on the server. +http.202=This request was accepted for processing, but has not been completed. +http.203=The meta information presented by the client did not originate from the server. +http.204=The request succeeded but there is no information to return. +http.205=The client should reset the document view which caused this request to be sent. +http.206=The server has fulfilled a partial GET request for this resource. +http.207=Multiple status values have been returned. +http.208=This collection binding was already reported. +http.226=The response is a representation of the result of one or more instance-manipulations applied to the current instance. +http.300=The requested resource corresponds to any one of a set of representations, each with its own specific location. +http.301=The requested resource has moved permanently to a new location. +http.302=The requested resource has moved temporarily to a new location. +http.303=The response to this request can be found under a different URI. +http.304=The requested resource is available and has not been modified. +http.305=The requested resource must be accessed through the proxy given by the "Location" header. +http.307=The requested resource resides temporarily under a different URI. +http.308=The target resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs. +http.400=The request sent by the client was syntactically incorrect. +http.401=This request requires HTTP authentication. +http.402=Payment is required for access to this resource. +http.403=Access to the specified resource has been forbidden. +http.404=The requested resource is not available. +http.405=The specified HTTP method is not allowed for the requested resource. +http.406=The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers. +http.407=The client must first authenticate itself with the proxy. +http.408=The client did not produce a request within the time that the server was prepared to wait. +http.409=The request could not be completed due to a conflict with the current state of the resource. +http.410=The requested resource is no longer available, and no forwarding address is known. +http.411=This request cannot be handled without a defined content length. +http.412=A specified precondition has failed for this request. http.413=The request entity is larger than the server is willing or able to process. -http.414=The server refused this request because the request URI was too long ({0}). -http.415=The server refused this request because the request entity is in a format not supported by the requested resource for the requested method ({0}). -http.416=The requested byte range cannot be satisfied ({0}). -http.417=The expectation given in the "Expect" request header ({0}) could not be fulfilled. -http.422=The server understood the content type and syntax of the request but was unable to process the contained instructions ({0}). -http.423=The source or destination resource of a method is locked ({0}). -http.424=The method could not be performed on the resource because the requested action depended on another action and that action failed ({0}). -http.426=The request can only be completed after a protocol upgrade ({0}). -http.428=The request is required to be conditional ({0}). -http.429=The user has sent too many requests in a given amount of time ({0}). -http.431=The server refused this request because the request header fields are too large ({0}). -http.500=The server encountered an internal error ({0}) that prevented it from fulfilling this request. -http.501=The server does not support the functionality needed to fulfill this request ({0}). -http.502=This server received an invalid response from a server it consulted when acting as a proxy or gateway ({0}). -http.503=The requested service ({0}) is not currently available. -http.504=The server received a timeout from an upstream server while acting as a gateway or proxy ({0}). -http.505=The server does not support the requested HTTP protocol version ({0}). -http.506=The chosen variant resource is configured to engage in transparent content negotiation itself, and is therefore not a proper end point in the negotiation process ({0}). -http.507=The resource does not have sufficient space to record the state of the resource after execution of this method ({0}). -http.508=The server terminated an operation because it encountered an infinite loop ({0}). -http.510=The policy for accessing the resource has not been met in the request ({0}). -http.511=The client needs to authenticate to gain network access ({0}). +http.414=The server refused this request because the request URI was too long. +http.415=The server refused this request because the request entity is in a format not supported by the requested resource for the requested method. +http.416=The requested byte range cannot be satisfied. +http.417=The expectation given in the "Expect" request header could not be fulfilled. +http.422=The server understood the content type and syntax of the request but was unable to process the contained instructions. +http.423=The source or destination resource of a method is locked. +http.424=The method could not be performed on the resource because the requested action depended on another action and that action failed. +http.426=The request can only be completed after a protocol upgrade. +http.428=The request is required to be conditional. +http.429=The user has sent too many requests in a given amount of time. +http.431=The server refused this request because the request header fields are too large. +http.500=The server encountered an internal error that prevented it from fulfilling this request. +http.501=The server does not support the functionality needed to fulfill this request. +http.502=This server received an invalid response from a server it consulted when acting as a proxy or gateway. +http.503=The requested service is not currently available. +http.504=The server received a timeout from an upstream server while acting as a gateway or proxy. +http.505=The server does not support the requested HTTP protocol version. +http.506=The chosen variant resource is configured to engage in transparent content negotiation itself, and is therefore not a proper end point in the negotiation process. +http.507=The resource does not have sufficient space to record the state of the resource after execution of this method. +http.508=The server terminated an operation because it encountered an infinite loop. +http.510=The policy for accessing the resource has not been met in the request. +http.511=The client needs to authenticate to gain network access. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/LocalStrings_es.properties URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/LocalStrings_es.properties?rev=1362000&r1=1361999&r2=1362000&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/LocalStrings_es.properties (original) +++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/LocalStrings_es.properties Mon Jul 16 12:34:22 2012 @@ -40,45 +40,45 @@ sslValve.invalidProvider = El proveedor stuckThreadDetectionValve.notifyStuckThreadDetected = El hilo "{0}" (id={6}) ha estado activo durante {1} miilisegundos (desde {2}) para servir el mismo requerimiento para {4} y puede estar atascado (el umbral configurado para este StuckThreadDetectionValve es de {5} segundos). Hay {3} hilo(s) en total que son monitorizados por esta V\u00E1lvula y pueden estar atascados. stuckThreadDetectionValve.notifyStuckThreadCompleted = El hilo "{0}" (id={3}), que previamente se report\u00F3 como atascado, se ha completado. Estuvo activo por aproximadamente {1} milisegundos. {2, choice,0\#|0< Hay a\u00FAn {2} hilo(s) que son monitorizados por esta V\u00E1lvula y pueden estar atascados.} # HTTP status reports -http.100 = El cliente puede continuar ({0}). -http.101 = El servidor est\u00E1 conmutando protocolos con arreglo a la cabecera "Upgrade" ({0}). -http.201 = El requerimiento tuvo \u00E9xito y un nuevo recurso ({0}) ha sido creado en el servidor. -http.202 = Este requerimiento ha sido aceptado para ser procesado, pero no ha sido completado ({0}). -http.203 = La informaci\u00F3n meta presentada por el cliente no se origin\u00F3 desde el servidor ({0}). -http.204 = El requerimiento tuvo \u00E9xito pero no hay informaci\u00F3n que devolver ({0}). -http.205 = El cliente no deber\u00EDa de limpiar la vista del documento que caus\u00F3 que este requerimiento fuera enviado ({0}). -http.206 = El servidor ha rellenado paci\u00E1lmente un requerimiento GET para este recurso ({0}). -http.207 = Se han devuelto valores m\u00FAltiples de estado ({0}). -http.300 = El recurso requerido ({0}) corresponde a una cualquiera de un conjunto de representaciones, cada una con su propia localizaci\u00F3n espec\u00EDfica. -http.301 = El recurso requerido ({0}) ha sido movido perman\u00E9ntemente a una nueva localizaci\u00F3n. -http.302 = El recurso requerido ({0}) ha sido movido tempor\u00E1lmente a una nueva localizaci\u00F3n. -http.303 = La respuesta a este requerimiento se puede hallar bajo una URI diferente ({0}). -http.304 = El recurso requerido ({0}) est\u00E1 disponible y no ha sido modificado. -http.305 = El recurso requerido ({0}) debe de ser accedido a trav\u00E9s del apoderado (proxy) dado mediante la cabecera "Location". -http.400 = El requerimiento enviado por el cliente era sint\u00E1cticamente incorrecto ({0}). -http.401 = Este requerimiento requiere autenticaci\u00F3n HTTP ({0}). -http.402 = Se requiere pago para acceder a este recurso ({0}). -http.403 = El acceso al recurso especificado ({0}) ha sido prohibido. -http.404 = El recurso requerido ({0}) no est\u00E1 disponible. -http.405 = El m\u00E9todo HTTP especificado no est\u00E1 permitido para el recurso requerido ({0}). -http.406 = El recurso identificado por este requerimiento s\u00F3lo es capaz de generar respuestas con caracter\u00EDsticas no aceptables con arreglo a las cabeceras "accept" de requerimiento ({0}). -http.407 = El cliente debe de ser primero autenticado en el apoderado ({0}). -http.408 = El cliente no produjo un requerimiento dentro del tiempo en que el servidor estaba preparado esperando ({0}). -http.409 = El requerimiento no pudo ser completado debido a un conflicto con el estado actual del recurso ({0}). -http.410 = El recurso requerido ({0}) ya no est\u00E1 disponible y no se conoce direcci\u00F3n de reenv\u00EDo. -http.411 = Este requerimiento no puede ser manejado sin un tama\u00F1o definido de contenido ({0}). -http.412 = Una precondici\u00F3n especificada ha fallado para este requerimiento ({0}). +http.100 = El cliente puede continuar. +http.101 = El servidor est\u00E1 conmutando protocolos con arreglo a la cabecera "Upgrade". +http.201 = El requerimiento tuvo \u00E9xito y un nuevo recurso ha sido creado en el servidor. +http.202 = Este requerimiento ha sido aceptado para ser procesado, pero no ha sido completado. +http.203 = La informaci\u00F3n meta presentada por el cliente no se origin\u00F3 desde el servidor. +http.204 = El requerimiento tuvo \u00E9xito pero no hay informaci\u00F3n que devolver. +http.205 = El cliente no deber\u00EDa de limpiar la vista del documento que caus\u00F3 que este requerimiento fuera enviado. +http.206 = El servidor ha rellenado paci\u00E1lmente un requerimiento GET para este recurso. +http.207 = Se han devuelto valores m\u00FAltiples de estado. +http.300 = El recurso requerido corresponde a una cualquiera de un conjunto de representaciones, cada una con su propia localizaci\u00F3n espec\u00EDfica. +http.301 = El recurso requerido ha sido movido perman\u00E9ntemente a una nueva localizaci\u00F3n. +http.302 = El recurso requerido ha sido movido tempor\u00E1lmente a una nueva localizaci\u00F3n. +http.303 = La respuesta a este requerimiento se puede hallar bajo una URI diferente. +http.304 = El recurso requerido est\u00E1 disponible y no ha sido modificado. +http.305 = El recurso requerido debe de ser accedido a trav\u00E9s del apoderado (proxy) dado mediante la cabecera "Location". +http.400 = El requerimiento enviado por el cliente era sint\u00E1cticamente incorrecto. +http.401 = Este requerimiento requiere autenticaci\u00F3n HTTP. +http.402 = Se requiere pago para acceder a este recurso. +http.403 = El acceso al recurso especificado ha sido prohibido. +http.404 = El recurso requerido no est\u00E1 disponible. +http.405 = El m\u00E9todo HTTP especificado no est\u00E1 permitido para el recurso requerido. +http.406 = El recurso identificado por este requerimiento s\u00F3lo es capaz de generar respuestas con caracter\u00EDsticas no aceptables con arreglo a las cabeceras "accept" de requerimiento. +http.407 = El cliente debe de ser primero autenticado en el apoderado. +http.408 = El cliente no produjo un requerimiento dentro del tiempo en que el servidor estaba preparado esperando. +http.409 = El requerimiento no pudo ser completado debido a un conflicto con el estado actual del recurso. +http.410 = El recurso requerido ya no est\u00E1 disponible y no se conoce direcci\u00F3n de reenv\u00EDo. +http.411 = Este requerimiento no puede ser manejado sin un tama\u00F1o definido de contenido. +http.412 = Una precondici\u00F3n especificada ha fallado para este requerimiento. http.413 = La entidad de requerimiento es mayor de lo que el servidor quiere o puede procesar. -http.414 = El servidor rechaz\u00F3 este requerimiento porque la URI requerida era demasiado larga ({0}). -http.415 = El servidor rechaz\u00F3 este requerimiento porque la entidad requerida se encuentra en un formato no soportado por el recurso requerido para el m\u00E9todo requerido ({0}). -http.416 = El rango de byte requerido no puede ser satisfecho ({0}). -http.417 = Lo que se espera dado por la cabecera "Expect" de requerimiento ({0}) no pudo ser completado. -http.422 = El servidor entendi\u00F3 el tipo de contenido y la sint\u00E1xis del requerimiento pero no pudo procesar las instrucciones contenidas ({0}). -http.423 = La fuente o recurso de destino de un m\u00E9todo est\u00E1 bloqueada ({0}). -http.500 = El servidor encontr\u00F3 un error interno ({0}) que hizo que no pudiera rellenar este requerimiento. -http.501 = El servidor no soporta la funcionalidad necesaria para rellenar este requerimiento ({0}). -http.502 = Este servidor recibi\u00F3 una respuesta inv\u00E1lida desde un servidor que consult\u00F3 cuando actuaba como apoderado o pasarela ({0}). -http.503 = El servicio requerido ({0}) no est\u00E1 disponible en este momento. -http.504 = El servidor recibi\u00F3 un Tiempo Agotado desde un servidor superior cuando actuaba como pasarela o apoderado ({0}). -http.505 = El servidor no soporta la versi\u00F3n de protocolo HTTP requerida ({0}). -http.507 = El recurso no tiene espacio suficiente para registrar el estado del recurso tras la ejecuci\u00F3n de este m\u00E9todo ({0}). +http.414 = El servidor rechaz\u00F3 este requerimiento porque la URI requerida era demasiado larga. +http.415 = El servidor rechaz\u00F3 este requerimiento porque la entidad requerida se encuentra en un formato no soportado por el recurso requerido para el m\u00E9todo requerido. +http.416 = El rango de byte requerido no puede ser satisfecho. +http.417 = Lo que se espera dado por la cabecera "Expect" de requerimiento no pudo ser completado. +http.422 = El servidor entendi\u00F3 el tipo de contenido y la sint\u00E1xis del requerimiento pero no pudo procesar las instrucciones contenidas. +http.423 = La fuente o recurso de destino de un m\u00E9todo est\u00E1 bloqueada. +http.500 = El servidor encontr\u00F3 un error interno que hizo que no pudiera rellenar este requerimiento. +http.501 = El servidor no soporta la funcionalidad necesaria para rellenar este requerimiento. +http.502 = Este servidor recibi\u00F3 una respuesta inv\u00E1lida desde un servidor que consult\u00F3 cuando actuaba como apoderado o pasarela. +http.503 = El servicio requerido no est\u00E1 disponible en este momento. +http.504 = El servidor recibi\u00F3 un Tiempo Agotado desde un servidor superior cuando actuaba como pasarela o apoderado. +http.505 = El servidor no soporta la versi\u00F3n de protocolo HTTP requerida. +http.507 = El recurso no tiene espacio suficiente para registrar el estado del recurso tras la ejecuci\u00F3n de este m\u00E9todo. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/LocalStrings_fr.properties URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/LocalStrings_fr.properties?rev=1362000&r1=1361999&r2=1362000&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/LocalStrings_fr.properties (original) +++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/valves/LocalStrings_fr.properties Mon Jul 16 12:34:22 2012 @@ -30,45 +30,45 @@ errorReportValve.note=note errorReportValve.rootCauseInLogs=La trace compl\u00e8te de la cause m\u00e8re de cette erreur est disponible dans les fichiers journaux de {0}. # HTTP status reports -http.100=Le client peut continuer ({0}). -http.101=Le serveur change de protocoles suivant la directive "Upgrade" de l''ent\u00eate ({0}). -http.201=La requ\u00eate a r\u00e9ussi et une nouvelle ressource ({0}) a \u00e9t\u00e9 cr\u00e9\u00e9e sur le serveur. -http.202=La requ\u00eate a \u00e9t\u00e9 accept\u00e9e pour traitement, mais n''a pas \u00e9t\u00e9 termin\u00e9e ({0}). -http.203=L''information meta pr\u00e9sent\u00e9e par le client n''a pas pour origine ce serveur ({0}). -http.204=La requ\u00eate a r\u00e9ussi mais il n''y a aucune information \u00e0 retourner ({0}). -http.205=Le client doit remettre \u00e0 z\u00e9ro la vue de document qui a caus\u00e9 l''envoi de cette requ\u00eate ({0}). -http.206=Le serveur a satisfait une requ\u00eate GET partielle pour cette ressource ({0}). -http.207=Plusieurs valeurs d''\u00e9tats ont \u00e9t\u00e9 retourn\u00e9es ({0}). -http.300=La ressource demand\u00e9e ({0}) correspond \u00e0 plusieurs repr\u00e9sentations, chacune avec sa propre localisation. -http.301=La ressource demand\u00e9e ({0}) a \u00e9t\u00e9 d\u00e9plac\u00e9e de fa\u00e7on permanente vers une nouvelle localisation. -http.302=La ressource demand\u00e9e ({0}) a \u00e9t\u00e9 d\u00e9plac\u00e9e de fa\u00e7on temporaire vers une nouvelle localisation. -http.303=La r\u00e9ponse \u00e0 cette requ\u00eate peut \u00eatre trouv\u00e9e \u00e0 une URI diff\u00e9rente ({0}). -http.304=La ressource demand\u00e9e ({0}) est disponible et n''a pas \u00e9t\u00e9 modifi\u00e9e. -http.305=La ressource demand\u00e9e ({0}) doit \u00eatre acc\u00e9d\u00e9e au travers du relais indiqu\u00e9 par la directive "Location" de l''ent\u00eate. -http.400=La requ\u00eate envoy\u00e9e par le client \u00e9tait syntaxiquement incorrecte ({0}). -http.401=La requ\u00eate n\u00e9cessite une authentification HTTP ({0}). -http.402=Un paiement est demand\u00e9 pour acc\u00e9der \u00e0 cette ressource ({0}). -http.403=L''acc\u00e8s \u00e0 la ressource demand\u00e9e ({0}) a \u00e9t\u00e9 interdit. -http.404=La ressource demand\u00e9e ({0}) n''est pas disponible. -http.405=La m\u00e9thode HTTP sp\u00e9cifi\u00e9e n''est pas autoris\u00e9e pour la ressource demand\u00e9e ({0}). -http.406=La ressource identifi\u00e9e par cette requ\u00eate n''est capable de g\u00e9n\u00e9rer des r\u00e9ponses qu''avec des caract\u00e9ristiques incompatible avec la directive "accept" pr\u00e9sente dans l''ent\u00eate de requ\u00eate ({0}). -http.407=Le client doit d''abord s''authentifier aupr\u00e8s du relais ({0}). -http.408=Le client n''a pas produit de requ\u00eate pendant le temps d''attente du serveur ({0}). -http.409=La requ\u00eate ne peut \u00eatre finalis\u00e9e suite \u00e0 un conflit li\u00e9 \u00e0 l''\u00e9tat de la ressource ({0}). -http.410=La ressource demand\u00e9e ({0}) n''est pas disponible, et aucune addresse de rebond (forwarding) n''est connue. -http.411=La requ\u00eate ne peut \u00eatre trait\u00e9e sans d\u00e9finition d''une taille de contenu (content length) ({0}). -http.412=Une condition pr\u00e9alable demand\u00e9e n''est pas satisfaite pour cette requ\u00eate ({0}). +http.100=Le client peut continuer. +http.101=Le serveur change de protocoles suivant la directive "Upgrade" de l''ent\u00eate. +http.201=La requ\u00eate a r\u00e9ussi et une nouvelle ressource a \u00e9t\u00e9 cr\u00e9\u00e9e sur le serveur. +http.202=La requ\u00eate a \u00e9t\u00e9 accept\u00e9e pour traitement, mais n''a pas \u00e9t\u00e9 termin\u00e9e. +http.203=L''information meta pr\u00e9sent\u00e9e par le client n''a pas pour origine ce serveur. +http.204=La requ\u00eate a r\u00e9ussi mais il n''y a aucune information \u00e0 retourner. +http.205=Le client doit remettre \u00e0 z\u00e9ro la vue de document qui a caus\u00e9 l''envoi de cette requ\u00eate. +http.206=Le serveur a satisfait une requ\u00eate GET partielle pour cette ressource. +http.207=Plusieurs valeurs d''\u00e9tats ont \u00e9t\u00e9 retourn\u00e9es. +http.300=La ressource demand\u00e9e correspond \u00e0 plusieurs repr\u00e9sentations, chacune avec sa propre localisation. +http.301=La ressource demand\u00e9e a \u00e9t\u00e9 d\u00e9plac\u00e9e de fa\u00e7on permanente vers une nouvelle localisation. +http.302=La ressource demand\u00e9e a \u00e9t\u00e9 d\u00e9plac\u00e9e de fa\u00e7on temporaire vers une nouvelle localisation. +http.303=La r\u00e9ponse \u00e0 cette requ\u00eate peut \u00eatre trouv\u00e9e \u00e0 une URI diff\u00e9rente. +http.304=La ressource demand\u00e9e est disponible et n''a pas \u00e9t\u00e9 modifi\u00e9e. +http.305=La ressource demand\u00e9e doit \u00eatre acc\u00e9d\u00e9e au travers du relais indiqu\u00e9 par la directive "Location" de l''ent\u00eate. +http.400=La requ\u00eate envoy\u00e9e par le client \u00e9tait syntaxiquement incorrecte. +http.401=La requ\u00eate n\u00e9cessite une authentification HTTP. +http.402=Un paiement est demand\u00e9 pour acc\u00e9der \u00e0 cette ressource. +http.403=L''acc\u00e8s \u00e0 la ressource demand\u00e9e a \u00e9t\u00e9 interdit. +http.404=La ressource demand\u00e9e n''est pas disponible. +http.405=La m\u00e9thode HTTP sp\u00e9cifi\u00e9e n''est pas autoris\u00e9e pour la ressource demand\u00e9e. +http.406=La ressource identifi\u00e9e par cette requ\u00eate n''est capable de g\u00e9n\u00e9rer des r\u00e9ponses qu''avec des caract\u00e9ristiques incompatible avec la directive "accept" pr\u00e9sente dans l''ent\u00eate de requ\u00eate. +http.407=Le client doit d''abord s''authentifier aupr\u00e8s du relais. +http.408=Le client n''a pas produit de requ\u00eate pendant le temps d''attente du serveur. +http.409=La requ\u00eate ne peut \u00eatre finalis\u00e9e suite \u00e0 un conflit li\u00e9 \u00e0 l''\u00e9tat de la ressource. +http.410=La ressource demand\u00e9e n''est pas disponible, et aucune addresse de rebond (forwarding) n''est connue. +http.411=La requ\u00eate ne peut \u00eatre trait\u00e9e sans d\u00e9finition d''une taille de contenu (content length). +http.412=Une condition pr\u00e9alable demand\u00e9e n''est pas satisfaite pour cette requ\u00eate. http.413=L''entit\u00e9 de requ\u00eate est plus importante que ce que le serveur veut ou peut traiter. -http.414=Le serveur a refus\u00e9 cette requ\u00eate car l''URI de requ\u00eate est trop longue ({0}). -http.415=Le serveur a refus\u00e9 cette requ\u00eate car l''entit\u00e9 de requ\u00eate est dans un format non support\u00e9 par la ressource demand\u00e9e avec la m\u00e9thode sp\u00e9cifi\u00e9e ({0}). -http.416=La plage d''octets demand\u00e9e (byte range) ne peut \u00eatre satisfaite ({0}). -http.417=L''attente indiqu\u00e9e dans la directive "Expect" de l''ent\u00eate de requ\u00eate ({0}) ne peut \u00eatre satisfaite. -http.422=Le serveur a compris le type de contenu (content type) ainsi que la syntaxe de la requ\u00eate mais a \u00e9t\u00e9 incapable de traiter les instructions contenues ({0}). -http.423=La ressource source ou destination de la m\u00e9thode est verrouill\u00e9e ({0}). -http.500=Le serveur a rencontr\u00e9 une erreur interne ({0}) qui l''a emp\u00each\u00e9 de satisfaire la requ\u00eate. -http.501=Le serveur ne supporte pas la fonctionnalit\u00e9 demand\u00e9e pour satisfaire cette requ\u00eate ({0}). -http.502=Le serveur a re\u00e7u une r\u00e9ponse invalide d''un serveur qu''il consultait en tant que relais ou passerelle ({0}). -http.503=Le service demand\u00e9 ({0}) n''est pas disponible actuellement. -http.504=Le serveur a re\u00e7u un d\u00e9passement de delai (timeout) d''un serveur amont qu''il consultait en tant que relais ou passerelle ({0}). -http.505=Le serveur ne supporte pas la version demand\u00e9e du protocole HTTP ({0}). -http.507=L''espace disponible est insuffisant pour enregistrer l''\u00e9tat de la ressource apr\u00e8s ex\u00e9cution de cette m\u00e9thode ({0}). +http.414=Le serveur a refus\u00e9 cette requ\u00eate car l''URI de requ\u00eate est trop longue. +http.415=Le serveur a refus\u00e9 cette requ\u00eate car l''entit\u00e9 de requ\u00eate est dans un format non support\u00e9 par la ressource demand\u00e9e avec la m\u00e9thode sp\u00e9cifi\u00e9e. +http.416=La plage d''octets demand\u00e9e (byte range) ne peut \u00eatre satisfaite. +http.417=L''attente indiqu\u00e9e dans la directive "Expect" de l''ent\u00eate de requ\u00eate ne peut \u00eatre satisfaite. +http.422=Le serveur a compris le type de contenu (content type) ainsi que la syntaxe de la requ\u00eate mais a \u00e9t\u00e9 incapable de traiter les instructions contenues. +http.423=La ressource source ou destination de la m\u00e9thode est verrouill\u00e9e. +http.500=Le serveur a rencontr\u00e9 une erreur interne qui l''a emp\u00each\u00e9 de satisfaire la requ\u00eate. +http.501=Le serveur ne supporte pas la fonctionnalit\u00e9 demand\u00e9e pour satisfaire cette requ\u00eate. +http.502=Le serveur a re\u00e7u une r\u00e9ponse invalide d''un serveur qu''il consultait en tant que relais ou passerelle. +http.503=Le service demand\u00e9 n''est pas disponible actuellement. +http.504=Le serveur a re\u00e7u un d\u00e9passement de delai (timeout) d''un serveur amont qu''il consultait en tant que relais ou passerelle. +http.505=Le serveur ne supporte pas la version demand\u00e9e du protocole HTTP. +http.507=L''espace disponible est insuffisant pour enregistrer l''\u00e9tat de la ressource apr\u00e8s ex\u00e9cution de cette m\u00e9thode. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org