| Author |
Restlet in Action: pattern matching in Restlet
|
qunfeng wang
Ranch Hand
Joined: Jan 28, 2005
Posts: 407
|
|
I'm using a java rest framework. It has a bug of pattern matching. For example, it has a rest api like this: /foo/?. This will not work when the parameter contains a slash, for example /foo/salary/year. It will try to match /foo/salary/?. What does Restlet do about this?
|
To be or not to be. It's a question.
|
 |
 |
|
|
subject: Restlet in Action: pattern matching in Restlet
|
|
|