Hello, I have an issue which I'm thinking you might be able to help with.

http://drupal.org/node/996152

Basically, views has a bug kind of thing where if you use a Node id argument, it bumps the node id from the middle of a page path to the end.

Ex.
Without Nid argument:

node/5/stuff

With Nid argument:

node/5/stuff/5

My question is, could a feature be added to sub_path alias to remove that trailing /5 if there is already a /5 present, specifically only for a views page path?

While at the same time doing its thing to convert the path?