Dear roller developers ...
Finally after spending some time on installing roller on a OC4J instance
it seems to work.
What was the problem ??
When looking at the loginBody.jsp and the security.xml file the string
'j_security_check' is used. It seems like this is a reserved word in
OC4J and it seems that OC4J tries to kick in some other kind of
authentication process. When changing these 2 string to no matter what
(but they must match !!), it works ...
* loginBody.jsp:
action="<c:url value="/j_security_check"/>" --> becomes
action="<c:url value="/weloveroller"/>"
* security.xml:
<property name="filterProcessesUrl" value="/appelflap"/> -->
becomes
<property name="filterProcessesUrl" value="/weloveroller"/>
Note that in acegi, most of the time j_acegi_security_check is used in
stead of j_security_check.
Best regards,
Tom.