Skip to content

SEC-3012: improve org.springframework.remoting.rmi.RmiClientInterceptor lookupStub RemoteException message #3222

Open
@spring-projects-issues

Description

@spring-projects-issues

Juan-Carlos Segovia (Migrated from SEC-3012) said:

protected Remote lookupStub() RemoteException message is:

throw new RemoteLookupFailureException("Lookup of RMI stub failed", ex);

The message can be improved by adding:

throw new RemoteLookupFailureException("Lookup of RMI service [" + getServiceUrl() + "] stub failed", ex);

So the user can have a better idea about the error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: remotingAn issue in spring-security-remotingtype: enhancementA general enhancementtype: jiraAn issue that was migrated from JIRA

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions