I understand that there are known issues with SEF, but since I have not been able to find a list of such issues I would like to point out at this one... and you might discard it if you already know about it.
RC2 with SEF, mod_rewrite = OFF
all generated URLs are taking all the current URL parameters... which is a pain. As an example:
if the current URL in the browser is (notice the last paramenter):
http://localhost/index.php/hello?option ... ter1=helloand I do a JRoute::_( '&component=com_hello&view=hello&layout=default&Itemid=2¶meter2=bye' );
(notice that I am including 'parameter2' and NOT 'parameter1' then I get in my URL:
http://localhost/index.php/hello?option ... meter2=byeI got parameter1 included in my URL even if I don't want to.
So, as I go deeper into the URL tree I get more and more parameters inside the URLs... unable to get rid of them.
Thanks & Best Regards
Diego