• Dave Syer's avatar
    Defensive check for cglib proxy in RequestMappingEndpoint · de3ce18a
    Dave Syer authored
    Since AbstractHandlerMethodMapping.getHandlerMap() is final it can't
    be cglibbed and a proxy will barf if you try and call that method.
    The RequestMappingEndpoint can be protected simply by defensively
    checking if the mapping is a proxy before trying to inspect it.
    de3ce18a
Name
Last commit
Last update
..
src Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...