Hi Matthias,
> as I read parts of your master thesis I found the extension issue and that it
> was done on purpose. So I could have found it by my own. Sorry for bothering
> you with this.
> But I got another issue, sending parameter with a POST request. When I send
> parameter with a POST request I just get an "405 - Method not allowed". I
> searched the internet and found that you have to enable the different methods
> woth allowPost(). But to do so you have to use Restlet resources from the
> Restlet version 1.1. But I don't use Restlet 1.1 (did not found such a method
> for 2.1) and I don't have use Restlet resources at all.
>
> Do I have to enable the POST methods somehow? (sending a POST request without
> POST parameter works)
In the JAX-RS extension not.
allowPost() is for pure Restlet 1.x.
Do you have the problems with post, if you add parameters for the tunnel
filter? Maybe the tunnel filter only works on GET requests.
best regards
Stephan
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2665249