Skip to main content
Participant
January 17, 2016
Question

Adobe Air Netconnection.call (remote method in dot type syntax interrupted by dot in folder name)how to escape dot in folder name?

  • January 17, 2016
  • 0 replies
  • 265 views

P‌roblem:

first connection as - userService.call("/.HC.remoteLogin.remoteLogin",responder,parameters); (successful)

Which is read like this - /(root).HC(folder).remotelogin(.cfc file).remoteLogin(function call in the .cfc)


But my Hosting changed my setup and add folders to userService.call("/.jaguar.com.wwwroot.HC.remoteLogin.remoteLogin",responder,par‌​ameters); (not successful)

Which is now read like this -  /(root).jaguar.com(folder).wwwroot(folder).HC(folder).remoteLogin(.cfc file).remoteLogin(function call in the .cfc).     


com is not a seperate folder jaguar.com is the full name of the folder


How can I escape (.)com in folder name?

So, when machine read, there is no confusion.

This topic has been closed for replies.