Fiquei em práticamente dois eventos o BDDay e o Instructor Day. Foi muito bom pois além dos contatos feitos, mostraram muita coisa interessante.
Hoje dia 18/10 é a Sessão de Abertura que é sempre um show.
MySphere Posts
Fiz boa viagem até Orlando mesmo com o stress da imigração (desta vez foi difÃcil) achei estranho o pessoal me perguntar tanta coisa.
São 05:30 da manhã aqui em Orlando e está frio. Ontem foi dia de compras. Orlando está cheia de brasileiros e algumas coisas não consegui encontrar no primeiro dia aqui.
Estou indo para o BDDay hoje e também irei participar do Instructor Day.
Hoje tem muita palestra legal e como sempre fica a dúvida entre uma e outras tantas.
Estou indo para o Lotusphere 2010. Inicio a viagem hoje. Colocarei informações aqui.
O blog oficial do evento é http://www.lotusphereblog.com
Secunia contacted IBM Lotus to report several potential cross-site scripting vulnerabilities in Lotus iNotes ultra-light mode.
Link to Secunia advisory
http://secunia.com/advisories/38026/
To exploit these vulnerabilities the following would have to happen :
(1) A user’s mail file must be using a design which includes the iNotes ultra-light mode design (first introduced in version 8.0.2)
(2) An attacker would have to create and send a malicious URL to the user
(3) The iNotes ultra-light mode enabled user would need to be enticed to click on the malicious URL
Note: iNotes users do not have to be using ultra-light mode to be vulnerable; ultra-light mode just has to be enabled for their server and mail file.
Three potential scenarios have been identified where HTML or script code could be inserted into the following areas:
(1) Ultra-light mode “Edit Contact” scene
(2) Unsupported browser page
(3) Status alerts in ultra-light mode
See the TN1417063 for mor details
This download document contains a complete listing of the software packages needed to upgrade an existing Lotus Sametime deployment to release 8.5, or install a new Lotus Sametime
The parameter, server_session_timeout, defines how the server will manage idle client sessions. Client sessions represent memory consumption on a Domino server and Domino has a finite amount of memory available for session management.
See this TN for more information
First post of the year!
Domino 7 and 8 releases do not currently support authentication using credentials included within the SOAP packet.
See this TN about an work around
Notes does not have the feature to deny Return Receipt. If you don’t like it you can disable it on the server
In the Configuration Settings > MIME tab > Conversion Options tab > General tab, set “Return receipts” as Enabled or Disabled to affect how return receipts go to and from the Internet. For more information, refer to the Domino Administrator Information Center topic “Enabling Domino to process return receipts for SMTP messages.”
If you want to send but control Return Receipt on the Notes Client put the code on the QueryOpen event of the memo form:
Dim answer As Integer
If( Not Source.Document Is Nothing ) Then
If( Source.Document.HasItem( “ReturnReceipt” ) ) Then
If( Source.Document.ReturnReceipt(0) = “1” ) Then
answer% = Messagebox(“Deseja enviar aviso de recebimento solicitado por”& Chr$(10) & Chr$(13) & Chr$(13)_
&Source.Document.GetItemValue(“From”)(0), 36, _
“Aviso de Recebimento”)
If (answer%=7) Then
Source.Document.ReturnReceipt = “0”
Source.Document.Save True, False
End If
End If
End If
End If
We are migrating an installation of Portal 6.0.1.3 to 6.1.0.1. After several errors and corrections applied is time to finalize and put the last piece of IBM HTTP Server. But the Bug described in this TN seems to be the last headache. Beware of remote HTTP Server and Portal 6.1.x
Estamos migrando uma instalação do Portal 6.0.1.3 para 6.1.0.1. Após vários erros e correções aplicadas é hora de finalizar e colocar a última peça IBM HTTP Server.
Mas o Bug descrito no TN nos parece a última dor de cabeça. Cuidado com HTTP Remoto
This link contains useful information about Sametime 8.5 . It is a question and answer document.