Changes for page ERRest In Depth
Last modified by Pascal Robert on 2012/06/10 16:01
From version 20.1
edited by Pascal Robert
on 2012/04/13 14:18
on 2012/04/13 14:18
Change comment:
There is no comment for this version
To version 27.1
edited by Pascal Robert
on 2012/03/11 20:59
on 2012/03/11 20:59
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,27 +25,3 @@ 1 -RestContext 2 -Properties 3 -JSON Schema 4 -HTML vs other formats 5 -Response representation 6 -Missing route 7 -Missing object 8 -POJO objects 9 -Headers 10 -Caching 11 -Adding new format 12 -Security 13 -strictMode 14 -Workflow 15 -Query arguments and RXRestFetchSpecification 16 -ERXRestNameRegistry 17 -MapClassDescription / NSDictionaryClassDescription 18 - 19 -ERXRestUtils 20 -Properties 21 -er.rest.dateFormat 22 -er.rest.timestampFormat 23 -er.rest.rfcDateFormat 24 - 25 25 request > route 26 26 27 27 Application(ERXApplication).dispatchRequest(WORequest) line: 2051 ... ... @@ -52,16 +52,36 @@ 52 52 ERXMissingRouteController is the controller that is used when no route can be found. It's "missing" action is loaded. 53 53 54 54 | **Properties** 55 -| ERXRest.strictMode | ERXRest.strictMode 56 -\\ | 31 +| ERXRest.strictMode | ERXRest.strictMode 32 +\\ | 57 57 ERXRouteController 58 58 59 59 Properties 60 60 61 61 ERXRest.accessControlAllowRequestHeaders 38 +ERXRest.accessControlAllowRequestHeaders 39 + 40 + 62 62 ERXRest.accessControlAllowRequestMethods 42 +ERXRest.accessControlAllowRequestMethods 43 + 44 + 63 63 ERXRest.defaultFormat 46 +ERXRest.defaultFormat 47 + 48 + 64 64 ERXRest.strictMode 50 +ERXRest.strictMode 51 + 52 + 65 65 ERXRest.allowWindowNameCrossDomainTransport 54 +ERXRest.allowWindowNameCrossDomainTransport 55 + 56 + 66 66 ERXRest.accessControlMaxAge 58 +ERXRest.accessControlMaxAge 59 + 60 + 67 67 ERXRest.accessControlAllowOrigin 62 +ERXRest.accessControlAllowOrigin 63 +