Re: logout and login failed are broken

Michael Wechner <[email protected]> Thu, 03 Apr 2003 12:20:19 +0200
Newsgroups gmane.comp.cms.wyona.devel
Message-ID <[email protected]>
Christian Egli wrote:
> Michael Wechner <[email protected]> writes:
> 
> 
>>Does anyone know what has happened to the "logout" and "login failed"
>>screens? The xsp throws a StringOutOfBoundsException!
> 
> 
> I'm looking at it.
> 
> The problem seems that the substring method in the following line
> throws a StringIndexOutOfBoundsException: String index out of range:
> -1
> 
> String xsp_lenya_context_prefix=xsp_lenya_request_uri.substring(0,xsp_lenya_request_uri.indexOf("/authoring"));


I think the logicsheet util.xsl has been modified. Within the logicsheet 
the variable xsp_lenya_request_uri is being created. Maybe something got 
broken there.

thanks

Michael


> 
>