|
|
ca6ccc7291
|
debug_output can return a string 32, so avoid truncated unicode value by returning a string 32 value for `debug_output' .
|
2014-05-14 09:59:29 +02:00 |
|
|
|
9958bb27a1
|
Removed WSF_ROUTING_HANDLER.make_with_router (a_router)
It was not used in existing code, and potentially dangerous, if coder reuses router by accident.
|
2013-08-20 13:15:37 +02:00 |
|
Jocelyn Fiat
|
1f76fd5360
|
Now WSF_FILTER_HANDLER is a handler and has formal generic G constrained to WSF_HANDLER
This eases implementation of potential descendants.
|
2013-03-21 15:47:10 +01:00 |
|
Jocelyn Fiat
|
73f675db60
|
added WSF_..._ROUTER_HELPER and made the previous WSF_..._ROUTED_SERVICE obsolete
|
2013-03-19 17:17:14 +01:00 |
|
Jocelyn Fiat
|
3faa2ab815
|
Moved all *_CONTEXT_* router related classes into wsf_router_context.ecf library
This makes wsf simpler to discover.
And advanced context enabled handler, mapping, ... are still available for now in wsf_router_context.ecf library
|
2013-03-19 11:54:01 +01:00 |
|