[ 
https://issues.apache.org/jira/browse/AXIS2-3084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12719148#action_12719148
 ] 

Andreas Veithen commented on AXIS2-3084:
----------------------------------------

-1 for making any configuration tags case insensitive. Almost all XML formats 
are processed in a case sensitive way, and I don't see any valid reason why we 
would do it differently in Axis2. What would be interesting though is to change 
the code so that unrecognized elements are reported, or alternatively provide 
XML schema files so that people can use them to validate configuration files.

> Should make inflow/outflow (at least) case insensitive in module.xml
> --------------------------------------------------------------------
>
>                 Key: AXIS2-3084
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3084
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: deployment
>            Reporter: Glen Daniels
>            Assignee: Glen Daniels
>            Priority: Minor
>
> Currently the <InFlow> and <OutFlow> elements in module.xml must read EXACTLY 
> that way - in particular <inflow> and <outflow> will not be recognized.
> We should make the read of these elements (ModuleBuilder:160 onwards) 
> case-insensitive, IMO, to make things easier on the developer.  <inflow> or 
> <INFLOW> shouldn't fail silently.

-- 
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