vaadin 7, web.xml, filter, getURI

i’m trying to make some filter for my application. How should i properly can get the request URI?

trying to do smth like this “request.getRequestURI()” but resultis that i get “URI/myproject/UIDL” for all pages.

hopping for advice