Commit df3ae302f126654bc3ecceb662e6a7e9bedb5467
1 parent
44075869
Web arguments are parsed and 'anubis prefixes' removed before to be passed to in…
…itial_state() function.
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
calexium_lib/web/CXM_making_a_web_site.anubis
| @@ -2183,7 +2183,7 @@ public define Web_Site | @@ -2183,7 +2183,7 @@ public define Web_Site | ||
| 2183 | failure then | 2183 | failure then |
| 2184 | if mb_action_name is | 2184 | if mb_action_name is |
| 2185 | { | 2185 | { |
| 2186 | - failure then initial_state(http_info, lwa, is_https), | 2186 | + failure then initial_state(http_info, operands, is_https), |
| 2187 | success(action_name) then | 2187 | success(action_name) then |
| 2188 | apply_action(failure,action_name,http_info,operands,is_https) | 2188 | apply_action(failure,action_name,http_info,operands,is_https) |
| 2189 | }, | 2189 | }, |
| @@ -2192,13 +2192,13 @@ public define Web_Site | @@ -2192,13 +2192,13 @@ public define Web_Site | ||
| 2192 | not_found then | 2192 | not_found then |
| 2193 | if mb_action_name is | 2193 | if mb_action_name is |
| 2194 | { | 2194 | { |
| 2195 | - failure then initial_state(http_info, lwa, is_https), | 2195 | + failure then initial_state(http_info, operands, is_https), |
| 2196 | success(_) then | 2196 | success(_) then |
| 2197 | - ticket_lost_state(http_info,lwa,is_https) | 2197 | + ticket_lost_state(http_info,operands,is_https) |
| 2198 | }, | 2198 | }, |
| 2199 | 2199 | ||
| 2200 | out_of_date(state) then | 2200 | out_of_date(state) then |
| 2201 | - ticket_expired_state(state,http_info,lwa,is_https), | 2201 | + ticket_expired_state(state,http_info,operands,is_https), |
| 2202 | 2202 | ||
| 2203 | still_valid(state) then | 2203 | still_valid(state) then |
| 2204 | if mb_action_name is | 2204 | if mb_action_name is |