On a Weblogic server, you don’t need a rewite rule or filter to get rid of this …;jsessionid… stuff on any URL build using the „c:url“ tag. You simply need to put one more line to your weblogic.xml:
<session-descriptor> <url-rewriting-enabled>false</url-rewriting-enabled> </session-descriptor>