Regarding the URL parameter:
I had an email conversation with Çağatay about this back in May of 2012. He said that PrimeFaces 3.3+ no longer appends the "&v=" URL parameter.
BTW, according to
Ryan Lubke's blog, the version is handled automatically by the Mojarra ResourceImpl class.
Also, there are no methods on the JSF API ResourceHandler.createResource* methods that take a version.
Regarding the ability to extend the bridge:
I just posted a new tutorial in the Liferay Faces Wiki titled
Extending Liferay Faces Bridge via Factory Wrappers.
In this case, I would recommend that you wrap/decorate the BridgeURLFactory.getBridgeResourceURL(String, String, BridgeContext) method so that it removes the "&v=xyz" from the URL before delegating to getWrapped().getBridgeResourceURL(String, String, BridgeContext)
Please sign in to flag this as inappropriate.