[ https://issues.apache.org/jira/browse/YOKO-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lars Kühne resolved YOKO-368. ----------------------------- Resolution: Fixed Fix Version/s: v1.0.0 Assignee: Lars Kühne Thanks for the patch, incorporated. Committed revision 540678. > 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 > Assigned To: Lars Kühne > Fix For: v1.0.0 > > 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.