careless coding when validate the idl file include made a mistake
-----------------------------------------------------------------
Key: AXIS2-4384
URL: https://issues.apache.org/jira/browse/AXIS2-4384
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Affects Versions: 1.5
Environment: axis2 1.5 release
Reporter: Landws Grove
Fix For: 1.5.1
in
org.apache.axis2.corba.idl.PreProcessorInputStream
line 244
} else if (include.startsWith("<") && include.startsWith(">")) {
<---------- should be endsWith
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.