if (pos != -1) {
queryString = forward.substring(pos + 1, forward.length());
forward = forward.substring(0, pos);
}
ActionForward actionForward = mapping.findForward(forward);
if ((actionForward != null) && (actionForward.getRedirect())) {
if (forward.startsWith("/")) {
PortletURLImpl forwardURL =
(PortletURLImpl)resImpl.createRenderURL();