[ http://issues.apache.org/jira/browse/AXIS2-754?page=all ]

Deepal Jayasinghe reassigned AXIS2-754:
---------------------------------------

    Assign To: Deepal Jayasinghe

> whitespaces are not trimmed in services.xml
> -------------------------------------------
>
>          Key: AXIS2-754
>          URL: http://issues.apache.org/jira/browse/AXIS2-754
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug

>   Components: deployment
>     Versions: 1.0
>     Reporter: Kent Tong
>     Assignee: Deepal Jayasinghe

>
> If there are whitespaces used in services.xml such as <actionMapping> like:
>       <service name="FileService">
>                  ...
>               <operation ...>
>                       <actionMapping>
>                                  http://foo.com/FileService/upload
>                         </actionMapping>
>               </operation>
>       </service>
> Then those whitespaces will be included as the action URI. When the client 
> uses the URI without whitespaces as the WSA action, it will fail to look up 
> the service. Similar situations exist for other elements like <parameter>.
> I find that you're explicitly calling trim() at places where it's needed (eg, 
> trimming the ServiceClass parameter before loading the class). This is a very 
> dangerous practice. Isn't it possible to ignore all ignorable whitespaces? 
> For example, something like 
> http://www.jdom.org/pipermail/jdom-interest/2004-December/014464.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to