You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by bu...@apache.org on 2004/06/19 10:45:11 UTC

DO NOT REPLY [Bug 29686] - Editing of user profile redirects to login screen

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29686>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29686

Editing of user profile redirects to login screen

roku@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|1.4                         |1.2



------- Additional Comments From roku@apache.org  2004-06-19 08:45 -------
This snippet in sitemap.xmap intercepts the usecase "userChangeGroup"

<map:match pattern="**">
        <map:act type="authorizer">
          <map:mount uri-prefix="" src="global-sitemap.xmap" check-reload="true"
reload-method="synchron"/>
        </map:act>
        <map:redirect-to
uri="{request:requestURI}?lenya.usecase=login&amp;lenya.step=showscreen"
session="true"/>
      </map:match>

I have no idea why the authorizer action fails here and causes a redirect.
At least I could debug the sitemaps to this point. 

More ideas on this?

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-dev-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-dev-help@cocoon.apache.org