Hi Devs,
Please find the attached patch for the jira issue [1].
[1] https://wso2.org/jira/browse/CARBON-15280
Thanks,
Madhawa.
--
*Madhawa Gunasekara*
Software Engineer
WSO2 Inc.; http://wso2.com
lean.enterprise.middleware
mobile: +94 719411002 <+94+719411002>
blog: *http://madhawa-gunasekara.blogspot.com
<http://madhawa-gunasekara.blogspot.com>*
linkedin: *http://lk.linkedin.com/in/mgunasekara
<http://lk.linkedin.com/in/mgunasekara>*
Index: dependencies/axis2/modules/kernel/src/org/apache/axis2/dispatchers/HTTPLocationBasedDispatcher.java
===================================================================
--- dependencies/axis2/modules/kernel/src/org/apache/axis2/dispatchers/HTTPLocationBasedDispatcher.java (revision 212915)
+++ dependencies/axis2/modules/kernel/src/org/apache/axis2/dispatchers/HTTPLocationBasedDispatcher.java (working copy)
@@ -108,7 +108,7 @@
private String parseRequestURL(String path, String serviceName) {
serviceName = "/" + serviceName;
- int index = path.lastIndexOf(serviceName);
+ int index = path.indexOf(serviceName);
String httpLocation = null;
if (-1 != index) {
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev