Forum Post: Re: Pasoe Web Transport: Determining Handler Url In Handler Class

  • Thread starter Thread starter bronco
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top