Hi Chuck,
Can you please have a look at this...
This is blocking me from cutting the release candidate...
~Thilina
On 10/6/06, Ruchith Fernando <[EMAIL PROTECTED]> wrote:
Hi Chuck,
> - String serviceName = uri.replaceAll(contextPath+"/", "");
> + if (!uri.endsWith(contextPath)) {
> + String serviceName = uri.replace(contextPath, "");
> if (serviceName.indexOf("/") < 0) {
This only works with JDK 1.5 [1] :-(
Thanks,
Ruchith
[1]
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html#replace(java.lang.CharSequence,%20java.lang.CharSequence)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
http://webservices.apache.org/~thilina/
http://thilinag.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]