NullPointerException in CorbaDestination
----------------------------------------

                 Key: YOKO-368
                 URL: https://issues.apache.org/jira/browse/YOKO-368
             Project: Yoko - CORBA Server
          Issue Type: Bug
            Reporter: Freeman Fang
         Attachments: YOKO-368.patch

I got NullPointerException in line 256 of CorbaDestination

if (location.startsWith("http://localhost/";)) { // line 256
                location = location.substring("http://localhost/".length());
}

should check if location is null firstly

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to