directActionURLForActionNamed() has weird prefix under WO 5.4.3
directActionURLForActionNamed() has weird prefix under WO 5.4.3
- Subject: directActionURLForActionNamed() has weird prefix under WO 5.4.3
- From: "Ricardo J. Parada" <email@hidden>
- Date: Fri, 01 May 2009 14:05:53 -0400
Hi All,
The direct action URL in our application running in WebObjects 5.3.3 looks like this:
/app/WebObjects/PatientPortionPricer.woa/52301/wa/MPVAjaxAction/MPVContractPicker?wosid=G5WUq9TjrYXMo5oHmNODnw
However, In the 5.4.3 version it looks like this:
http://web1-u/app/WebObjects/RKMPPP.woa/1/wa/MPVAjaxAction/MPVContractPicker?wosid=FCbJGPBPtzlTPq3wCAXbmw
The code responsible for generating that URL is this:
public String directActionURL() { return context().directActionURLForActionNamed("MPVAjaxAction/MPVContractPicker", null); }
Notice the http://web1-u prefix in the direct action URL generated by the 5.4.3 version of our app. Any ideas why that is in there? It's causing an Access to restricted URI denied (NS_ERROR_DOM_BAD_URI) error in the browser.
:-S
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden