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
So to clarify a bit more, inside the webhandler I want program something like: case requestPath: when "/customer" then ... when "/order" then ... otherwise ... end case. Now, how do I get requestPath? The only info I have is (afaik) PathInfo, but this includes the handler url part as well. What do I do if I don't want to force anyone to use a specific handler url?

Continue reading...
 
Status
Not open for further replies.
Back
Top