Hello
The redirect attribute in <arrival > tag is not working when the subsite
extends AUTH element. AUTH element just implement the Athentication
mechanism provided by RIFE.
For example:
---
<site>
<arrival destid="Pills" redirect="true"/>
<element id="Pills" file="pills.xml" url="/home">
...

Then the redirection works fine. But in following case it do not work
------------
<element id="AUTH" file="athentication.xml"/>
<subsite id="ADMIN" file="admin.xml" urlprefix="/admin" inherits="AUTH" />
.....
--------------------
and in admin.xml
-------------------------
<site>
<arrival destid="Product" redirect="true"/>
<element id="Product" file="admin/product.xml" url="/product">
...

-----------------------

then if I provide access <webappurl>/admin it does not redirect to
<webappurl>/admin/product instead of that it just display login page and the
yrl in localtion bar just remains <webappurl>/admin

If I remove inherits="AUTH" from admin subsite then it works fine.

Is it known behavior or a bug ?
Due to this sometimes images and css do not displayed on login page.

Any help would be appreciated on this issue.

Regards


_______________________________________________
Rife-users mailing list
[email protected]
http://www.uwyn.com/mailman/listinfo/rife-users

Reply via email to