On Feb 7, 2012, at 7:42 AM, Jon Kleiser wrote:

> This is roughly how we handles the logout (simplified):
> 
> public WOComponent logout() {
>  WORedirect redirect = new WORedirect(context());
>  loginUrl = context().directActionURLForActionNamed("default", null);
>  redirect.setUrl(loginUrl);
>  // ... calling session logout method
>  return redirect;
> }
> 
> Is this problem familiar to anyone out there?
> 

Yup. Try:

.directActionURLForActionNamed(String requestHandlerPath, NSDictionary 
queryDictionary, boolean isSecure, boolean entityEscapeQueryDict)

context().directActionURLForActionNamed("default", null, useSSL, true);

I'll have to try Chuck's suggestion though.


kib

"The trouble with normal is it always gets worse."
Bruce Cockburn

Klaus Berkling
Web Application Dev. & Systems Analyst
DynEd International, Inc.
www.dyned.com

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to