Does anyone know if there's a way to make a portlet URL user friendly/REST-like? For example, rather than
http://localhost:8080/jetspeed/portal/_ns:YnRlbXBsYXRlLXRvcDJfX3BhZ2UtdGVtcGxhdGVfX2RwLTFfX2RwLTIzfGMwfGQxfGY_ I would like to somehow redefine the URL as: http://localhost:8080/jetspeed/portal/my_admin_portlet/users I know there's a Rest API for portlet administration; I'm looking for a way to invoke the portlets themselves. There's a feature in the Liferay portal called FriendlyURLMapper (http://www.liferay.com/community/wiki/-/wiki/Main/FriendlyURLMapper). I guess my question could be rephrased as: Is there an equivalent for Apache Jetspeed 2? Thanks, Patrick