Changed the <html:base/> to <base href="${pageContext.request.contextPath}">
Changed the <display:table> tag to include the attribute requestURIcontext="false"
thanks for filing the issue Tim, I've committed this fix a few hours ago but strangely enough I haven't received any CruiseControl notification of a succesful build .. process could be hanging .. I'll check it out
I didn't try out your patch but looking at what you did I'm assuming it's not breaking anything, looks like you took care of everything (also the crud stuff) .. thanks again!
My appologies Wouter. This isn't fixed completely yet.
/andromda/cartridges/andromda-bpm4struts/src/templates/bpm4struts/pages/page-table.jspf.vsl
has a display:table attribute
requestURI="${pageContext.request.requestURL}"
when it should be
requestURI="${pageContext.request.requestURI}"
-AND-
/andromda/cartridges/andromda-bpm4struts/src/templates/bpm4struts/pages/login-form.jsp.vsl
has a form attribute that is
action="j_security_check"
where it should be
action="<html:rewrite page="/j_security_check"/>"
-Sorry about the half-ass patch of mine ;|
I've removed all <base> tags and updated the <html:link> in error-page.jsp, seems it wasn't working for our other users