Web runner refactoring releaseat 2010-06-10 in Announcements, Releases by friebe (0 comments) The web runner infrastructure was refactored for better testability.These refactorings included changes to the URL mapping. Consider the following (abbreviated) example: [app]Before a request to the URL /services (note the "s" at the end) would have also invoked the "service" application, while now this will only apply to /service, /service/json, /service/of/the/day but not /services or /servicebus. To give this release a test run, install it as always: $ cd ~/xp Enjoy |
|