B
bronco
Guest
Here's the deal. I make the following call: :10000/app1/web/ping/bla/bla2?test=hoppa WebAppPath: /app1 TransportPath: /web PathInfo: /ping/bla/bla2 This last one because I said the /ping is handled by my PingWebHandler class. But I can say that /foo is handled by my PingWebHandler as well. In that case the PathInfo would be /foo/bla/bla2. To make things generic I'm not interesting in either the /ping of /foo part (this can be anything since it's a configuration thing), but in the /bla/bla2 part. edit: rewrote the URL because a link was made out of it.
Continue reading...
Continue reading...