• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
directActionURLForActionNamed() has weird prefix under WO 5.4.3
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: directActionURLForActionNamed() has weird prefix under WO 5.4.3
      • From: Chuck Hill <email@hidden>
  • Prev by Date: Re: WoMonitor "Failed to contact ..."
  • Next by Date: Re: Are you coming to WOWODC this year?
  • Previous by thread: Re: WoMonitor "Failed to contact ..."
  • Next by thread: Re: directActionURLForActionNamed() has weird prefix under WO 5.4.3
  • Index(es):
    • Date
    • Thread