mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
- Addition of reponse status code and template support - Appropriate status codes added to login & ticket web scripts - Web Script Index page also mapped to / url - Various fixes applied to url to web script mapping git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5846 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
87 lines
6.0 KiB
Properties
87 lines
6.0 KiB
Properties
##
|
|
## Web Script Response Codes
|
|
##
|
|
webscript.code.100.name=Continue
|
|
webscript.code.100.description=Client can continue.
|
|
webscript.code.101.name=Switching Protocols
|
|
webscript.code.101.description=The server is switching protocols according to Upgrade header.
|
|
webscript.code.200.name=OK
|
|
webscript.code.200.description=The request succeeded normally.
|
|
webscript.code.201.name=Created
|
|
webscript.code.201.description=Request succeeded and created a new resource on the server.
|
|
webscript.code.202.name=Accepted
|
|
webscript.code.202.description=Request was accepted for processing, but was not completed.
|
|
webscript.code.203.name=Non authoritative information
|
|
webscript.code.203.description=The meta information presented by the client did not originate from the server.
|
|
webscript.code.204.name=No ContentSC_NO_CONTENT
|
|
webscript.code.204.description=The request succeeded but that there was no new information to return.
|
|
webscript.code.205.name=Reset Content
|
|
webscript.code.205.description=The agent SHOULD reset the document view which caused the request to be sent.
|
|
webscript.code.206.name=Partial Content
|
|
webscript.code.206.description=The server has fulfilled the partial GET request for the resource.
|
|
webscript.code.300.name=Multiple Choices
|
|
webscript.code.300.description=The requested resource corresponds to any one of a set of representations, each with its own specific location.
|
|
webscript.code.301.name=Moved Permanently
|
|
webscript.code.301.description=The resource has permanently moved to a new location, and that future references should use a new URI with their requests.
|
|
webscript.code.302.name=Moved Temporarily
|
|
webscript.code.302.description=The resource has temporarily moved to another location, but that future references should still use the original URI to access the resource.
|
|
webscript.code.303.name=See Other
|
|
webscript.code.303.description=The response to the request can be found under a different URI.
|
|
webscript.code.304.name=Not Modified
|
|
webscript.code.304.description=A conditional GET operation found that the resource was available and not modified.
|
|
webscript.code.305.name=Use Proxy
|
|
webscript.code.305.description=The requested resource MUST be accessed through the proxy given by the Location field.
|
|
webscript.code.400.name=Bad Request
|
|
webscript.code.400.description=Request sent by the client was syntactically incorrect.
|
|
webscript.code.401.name=Unauthorized
|
|
webscript.code.401.description=The request requires HTTP authentication.
|
|
webscript.code.402.name=Payment Required
|
|
webscript.code.402.description=Reserved for future use.
|
|
webscript.code.403.name=Forbidden
|
|
webscript.code.403.description=Server understood the request but refused to fulfill it.
|
|
webscript.code.404.name=Not Found
|
|
webscript.code.404.description=Requested resource is not available.
|
|
webscript.code.405.name=Method Not Allowed
|
|
webscript.code.405.description=The method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
|
|
webscript.code.406.name=Not Acceptable
|
|
webscript.code.406.description=The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
|
|
webscript.code.407.name=Proxy Authentication Required
|
|
webscript.code.407.description=The client MUST first authenticate itself with the proxy.
|
|
webscript.code.408.name=Request Timeout
|
|
webscript.code.408.description=The client did not produce a request within the time that the server was prepared to wait.
|
|
webscript.code.409.name=Conflict
|
|
webscript.code.409.description=Request could not be completed due to a conflict with the current state of the resource.
|
|
webscript.code.410.name=Gone
|
|
webscript.code.410.description=Resource is no longer available at the server and no forwarding address is known.
|
|
webscript.code.411.name=Length required
|
|
webscript.code.411.description=Request cannot be handled without a defined Content-Length.
|
|
webscript.code.412.name=Precondition Failed
|
|
webscript.code.412.description=The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
|
|
webscript.code.413.name=Request Entity Too Large
|
|
webscript.code.413.description=The server is refusing to process the request because the request entity is larger than the server is willing or able to process.
|
|
webscript.code.414.name=Request URI Too Long
|
|
webscript.code.414.description=The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
|
|
webscript.code.415.name=Unsupported Media Type
|
|
webscript.code.415.description=The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
|
|
webscript.code.416.name=Requested Range Not Satisfiable
|
|
webscript.code.416.description=The server cannot serve the requested byte range.
|
|
webscript.code.417.name=Expectation Failed
|
|
webscript.code.417.description=Server could not meet the expectation given in the Expect request header.
|
|
webscript.code.500.name=Internal Error
|
|
webscript.code.500.description=An error inside the HTTP server which prevented it from fulfilling the request.
|
|
webscript.code.501.name=Not Implemented
|
|
webscript.code.501.description=The HTTP server does not support the functionality needed to fulfill the request.
|
|
webscript.code.502.name=Bad Gateway
|
|
webscript.code.502.description=HTTP server received an invalid response from a server it consulted when acting as a proxy or gateway.
|
|
webscript.code.503.name=Service Unavailable
|
|
webscript.code.503.description=The HTTP server is temporarily overloaded, and unable to handle the request.
|
|
webscript.code.504.name=Gateway Timeout
|
|
webscript.code.504.description=Server did not receive a timely response from the upstream server while acting as a gateway or proxy.
|
|
webscript.code.505.name=HTTP version not supported
|
|
webscript.code.505.description=Server does not support or refuses to support the HTTP protocol version that was used in the request message.
|
|
|
|
##
|
|
## Test Web Script Server Help
|
|
##
|
|
testserver.help=alfresco/messages/webscripts-test-help.txt
|