Hi everyone.
I'd like to implement a Handler that will modify the destination URI of the
request appending some modifiers to it, eg. the current date. I'd like this
being done in the handler, not in the method. I've been looking through the
documentation and source code but I haven't found anything similar, so I'd
like to know if something like what I need is possible. If not, is there
some kind of workaround to obtain a similar result?

In other words, I'd like my client calling /id/1 and have a method annotated
with @Path("/id/1/date/{date}") to be able to get the date from the {date}
variable.

Hope someone can help. Thanks in advance.

Sebastian Gomez

Reply via email to