Prefix used to escape restricted words in part of a namespace is hardcoded,
unconfigurable.
-------------------------------------------------------------------------------------------
Key: AXIS2-4270
URL: https://issues.apache.org/jira/browse/AXIS2-4270
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: kernel
Affects Versions: 1.4.1
Environment: Any
Reporter: Martin Barrs
Path elements in a namespace that are considered reserved etc, are changed by
the code to be prefixed with an underscore.
This prefix is hardcoded in each instance it is used - it is not event a static.
Code: org.apache.axis2.util.JavaUtils
Lines: 142-152
This prefix should also be configurable so that it can mesh with other
generated systems, i.e. XMLBeans (see AXIS2-4269).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.