Hi James,

On Jul 13, 2006, at 9:07 AM, James Cicenia wrote:

I have a simple implementation.... my whole application is in SSL mode. This is what our customers want. It works great in 99.9% of the application, however, in one spot it breaks. It is turning the form action URL into http and
not https.

Just to clarify this: if you look at the source of the generated page, are the URLs in the form and submit buttons absolute (http:// or https://) or relative to scheme and domain (e.g /cgi-bin/ WebObjects....)? If the latter, the problem must lie elsewhere. If the former, and it is http:// check the form for an isSecure (or is that secure?) binding and also see if it is using an action binding or the href binding.


Nowhere have I explicitly gone out of SSL mode unless the send
mail function in ERJavaMail is somehow doing it.

The only ways I can think of to get out of SSL are (1) redirecting to a http:// url and (2) the user clicking on a link/ submit that has a http:// url. If you are sending a WOComponent based e-mail it is possible that this is doing something to the context() which is affecting URL generation.


Stranger still, the urls on the same form all have https in them?!

Not sure what you are saying here.


Any pointers would be greatly appreciated as this little issue is causing me
too much time.

HTH

Chuck

--
Coming sometime... - an introduction to web applications using WebObjects and Xcode http://www.global-village.net/wointro

Practical WebObjects - for developers who want to increase their overall knowledge of WebObjects or who are trying to solve specific problems. http://www.global-village.net/products/practical_webobjects




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

This email sent to [email protected]

Reply via email to