I implemented a small jruby sinatra app and if i run it directly on WEBrick locally all the routings work perfectly. However when I deploy the war file (i use warbler) to a server instance (like "example.com/myapp" or "localhost:8080/myapp") I have routing issues within the post requests.I implemented a small jruby sinatra app and if