Hi Naren,

could you create an issue for this in the issue tracker?

Thanks,

Geert

Naren wrote:
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


--
Geert Bevin                       Uwyn bvba
"Use what you need"               Avenue de Scailmont 34
http://www.uwyn.com               7170 Manage, Belgium
gbevin[remove] at uwyn dot com    Tel +32 64 84 80 03

PGP Fingerprint : 4E21 6399 CD9E A384 6619  719A C8F4 D40D 309F D6A9
Public PGP key  : available at servers pgp.mit.edu, wwwkeys.pgp.net
_______________________________________________
Rife-users mailing list
[email protected]
http://www.uwyn.com/mailman/listinfo/rife-users

Reply via email to