Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Documentation API - Save Bug #226

Merged
merged 1 commit into from
Sep 9, 2014

Commits on Sep 9, 2014

  1. [zfcampus#226] Update getServiceType() to reflect changes to service …

    …names
    
    Originally, this looked for just namespaced segments (`Rest` and `Rpc`).
    However, with the changes made for 1.0.4 to remove encoded slashes from
    service names, this breaks link injection, as it could not identify a
    REST service by the namespace, and thus always identified services as
    RPC. The change introduced will now also detect when the service name
    contains dash-separated namespaces (`-Rest-`).
    weierophinney committed Sep 9, 2014
    Configuration menu
    Copy the full SHA
    db70c8f View commit details
    Browse the repository at this point in the history