openid demo fixed
This commit is contained in:
@@ -7,10 +7,18 @@ class
|
|||||||
APPLICATION
|
APPLICATION
|
||||||
|
|
||||||
inherit
|
inherit
|
||||||
WSF_URI_TEMPLATE_ROUTED_SERVICE
|
|
||||||
|
WSF_ROUTED_SKELETON_SERVICE
|
||||||
|
undefine
|
||||||
|
requires_proxy
|
||||||
|
end
|
||||||
|
|
||||||
|
WSF_URI_TEMPLATE_HELPER_FOR_ROUTED_SERVICE
|
||||||
|
|
||||||
WSF_SERVICE
|
WSF_SERVICE
|
||||||
|
|
||||||
|
WSF_NO_PROXY_POLICY
|
||||||
|
|
||||||
create
|
create
|
||||||
make_and_launch
|
make_and_launch
|
||||||
|
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ feature -- Execution
|
|||||||
end
|
end
|
||||||
ensure
|
ensure
|
||||||
response_status_is_set: res.status_is_set
|
response_status_is_set: res.status_is_set
|
||||||
header_sent: res.header_committed and res.message_committed
|
header_sent: res.header_committed
|
||||||
end
|
end
|
||||||
|
|
||||||
execute_default (req: WSF_REQUEST; res: WSF_RESPONSE)
|
execute_default (req: WSF_REQUEST; res: WSF_RESPONSE)
|
||||||
|
|||||||
Reference in New Issue
Block a user