active questions tagged trust - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T15:05:10Z http://stackoverflow.com/feeds/tag/trust http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1930991/do-you-trust-hosted-services-with-your-source-code-and-intellectual-property 4 Do You Trust Hosted Services With Your Source Code and Intellectual Property? Dave 2009-12-18T22:16:22Z 2009-12-18T22:58:31Z <p>As programming teams become less and less centralized, services such as Dropbox, Beanstalk, and Yammer make it easier than ever to share source code, intellectual property and confidential information. Presumably these companies are operated by technologists that are just as curious as their customers that entrust their content to these services? How do software teams know they they can entrust their confidential information when the employees of these services presumably have some level of administrative access that could allow them to peek at source code, screen shots, and other confidential information being shared by co-workers?</p> http://stackoverflow.com/questions/1915032/1and1-windows-hosting-with-asp-net 0 1and1 windows hosting with asp.net David 2009-12-16T14:36:28Z 2009-12-16T19:10:34Z <p>Not sure if anyone has used 1and1 MS Hosting and encountered problems with their trust levels?</p> <p><strong>I am simply trying to send mail using system.net.mail in asp.net (which works fine) but when its online with 1and1 I get this error:</strong></p> <blockquote> <p>Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file. </p> <p>Exception Details: System.Security.SecurityException: Request for the permission of type 'System.Net.Mail.SmtpPermission, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.</p> </blockquote> <p>I asked 1and1 and they sent me a machine.config file with their settings but no explanation with what to do with it.</p> <p>Sorry I can't put up with there useless tech support any more.</p> <p>Anyone got any ideas what I should do with the machine.config or something?</p> <p>Many Thanks!</p> http://stackoverflow.com/questions/1902037/load-an-assembly-with-lower-privileges 1 Load an Assembly with lower privileges tyndall 2009-12-14T16:46:41Z 2009-12-15T20:31:26Z <p>What is the easiest way to load up an assembly, instantiate a class from it, but do so in a way that the assembly has limited privileges (sandboxed)? The code should not be able to communicate across the network, write to the file system, or execute processes.</p> <p><strong>UPDATE</strong> I just stumbled upon Assembly.LoadFrom(string assemblyFile, Evidence securityEvidence) Can this be used at all? Not sure I under this evidence thing.</p> http://stackoverflow.com/questions/1840543/wse-3-0-trust-chain-error-how-do-i-view-what-certificate-is-being-sent-back-i 0 WSE 3.0 Trust chain error - how do i view what certificate is being sent back? I want to know what cert has the trust chain error. diadem 2009-12-03T15:19:16Z 2009-12-03T15:53:29Z <p>I'm having a trust chain error when I receive my response in WSE 3.0. </p> <p>Their cert is fine when I grab the WSDL. Their cert is fine when I connect. It likes my public cert when I send the XML request.</p> <p>What WSE doesn't like is the token in the response. Microsoft.Web.Service3 calls getelement, then loadbinarysecuritytoken, but then checks the chain and doesn't like what it sees.</p> <p>I'd like to know <em>what</em> token it doesn't like. I'm not sure how to see what the token is. It's binary data so HttpAnalyzer doesn't help much.</p> <p>I can't fix the issue until I have full knowledge of what's wrong. Are they sending me the wrong cert? Is it just a cert I don't have and need to add to my personal trust? What?</p> http://stackoverflow.com/questions/1716628/losing-connection-to-a-webservice-via-https-no-x509trustmanager-implementation-a 0 Losing connection to a webservice via https "No X509TrustManager implementation available" Snorri 2009-11-11T17:06:08Z 2009-12-01T17:00:05Z <p>Hi</p> <p>I have a really weird issue with Java and SSL certificates. Hope someone can help. </p> <ul> <li>A web is running in a cluster of 3 identical servers</li> <li>All servers contain "Application A" which is a JSR-168 portlet.</li> <li>"Application A" uses a web service that runs on httpS://webservices.domain.com/</li> <li>"Application B" also uses a web service on httpS://webservices.domain.com/</li> <li>All 3 server have the SSL cert from webservices.domain.com in the keystore. </li> </ul> <p>When I boot the server. Application A &amp; B work fine on all servers. After a while (no specific timing tho) Application A goes nuts one one server, not always the same server, and stops working.</p> <p><strong>Server #1</strong> Application A loses connection to the webservice saying that "No X509TrustManager implementation available" (see dump below) but Application B, talking to the same server keeps on rocking. </p> <p><strong>Server #2</strong> Application A &amp; B work perfectly. </p> <p><strong>Server #3</strong> Application A &amp; B work perfectly. </p> <p>After I restart Server #1 everything returns to normal until Application A (or B) looses connection again. </p> <p>Anyone know a solution?</p> <pre><code>13.10.2009 17:21:45 org.apache.cxf.transport.https.SSLUtils getCiphersuites INFO: The cipher suites have not been configured, falling back to cipher suite filters. 13.10.2009 17:21:45 org.apache.cxf.transport.https.SSLUtils getCiphersuites INFO: The cipher suite filters have not been configured, falling back to default filters. 13.10.2009 17:21:45 org.apache.cxf.transport.https.SSLUtils getCiphersFromList INFO: The cipher suites have been set to SSL_RSA_WITH_RC4_128_MD5, SSL_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, SSL_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA, SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA, SSL_RSA_WITH_DES_CBC_SHA, SSL_DHE_RSA_WITH_DES_CBC_SHA, SSL_DHE_DSS_WITH_DES_CBC_SHA, SSL_RSA_EXPORT_WITH_RC4_40_MD5, SSL_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA, SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA, TLS_KRB5_WITH_RC4_128_SHA, TLS_KRB5_WITH_RC4_128_MD5, TLS_KRB5_WITH_3DES_EDE_CBC_SHA, TLS_KRB5_WITH_3DES_EDE_CBC_MD5, TLS_KRB5_WITH_DES_CBC_SHA, TLS_KRB5_WITH_DES_CBC_MD5, TLS_KRB5_EXPORT_WITH_RC4_40_SHA, TLS_KRB5_EXPORT_WITH_RC4_40_MD5, TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA, TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5. 13.10.2009 17:21:46 org.apache.cxf.phase.PhaseInterceptorChain doIntercept INFO: Interceptor has thrown exception, unwinding now org.apache.cxf.interceptor.Fault: Could not send Message. at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:64) at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:220) at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:466) at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:299) at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:251) at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73) at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:124) at $Proxy406.getRobbaPlanFree(Unknown Source) at is.somestuff.companyx.ut.radgjafar.radgjafi.services.GSMRobbiServiceManager.getRobbaPlanFree(GSMRobbiServiceManager.java:153) at is.somestuff.companyx.ut.radgjafar.radgjafi.controller.radgjafiController.populatePreferences(radgjafiController.java:179) at is.somestuff.companyx.ut.radgjafar.radgjafi.controller.radgjafiController.view(radgjafiController.java:76) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.doInvokeMethod(HandlerMethodInvoker.java:421) at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:136) at org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:271) at org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.doHandle(AnnotationMethodHandlerAdapter.java:259) at org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.handleRender(AnnotationMethodHandlerAdapter.java:218) at org.springframework.web.portlet.DispatcherPortlet.doRenderService(DispatcherPortlet.java:811) at org.springframework.web.portlet.FrameworkPortlet.processRequest(FrameworkPortlet.java:483) at org.springframework.web.portlet.FrameworkPortlet.doDispatch(FrameworkPortlet.java:453) at javax.portlet.GenericPortlet.render(GenericPortlet.java:175) at org.exoplatform.services.portletcontainer.impl.aop.PortletMethodCommand.render(PortletMethodCommand.java:15) at org.exoplatform.services.portletcontainer.impl.aop.BaseCommandUnit.execute(BaseCommandUnit.java:24) at org.exoplatform.container.component.ExecutionContext.executeNextUnit(ExecutionContext.java:26) at org.exoplatform.services.portletcontainer.impl.aop.PortletContentCommand.render(PortletContentCommand.java:19) at org.exoplatform.services.portletcontainer.impl.aop.BaseCommandUnit.execute(BaseCommandUnit.java:24) at org.exoplatform.container.component.ExecutionContext.executeNextUnit(ExecutionContext.java:26) at org.exoplatform.services.portletcontainer.impl.aop.PortletCacheCommand.render(PortletCacheCommand.java:35) at org.exoplatform.services.portletcontainer.impl.aop.BaseCommandUnit.execute(BaseCommandUnit.java:24) at org.exoplatform.container.component.ExecutionContext.executeNextUnit(ExecutionContext.java:26) at org.exoplatform.services.portletcontainer.impl.aop.PortletSecurityCommand.render(PortletSecurityCommand.java:27) at org.exoplatform.services.portletcontainer.impl.aop.BaseCommandUnit.execute(BaseCommandUnit.java:24) at org.exoplatform.container.component.ExecutionContext.executeNextUnit(ExecutionContext.java:26) at org.exoplatform.services.portletcontainer.impl.aop.BaseCommandUnit.render(BaseCommandUnit.java:31) at org.exoplatform.services.portletcontainer.impl.aop.BaseCommandUnit.execute(BaseCommandUnit.java:24) at org.exoplatform.container.component.ExecutionContext.execute(ExecutionContext.java:20) at org.exoplatform.services.portletcontainer.impl.aop.PortletCommandChain.doRender(PortletCommandChain.java:29) at org.exoplatform.services.portletcontainer.impl.PortletApplicationHandler.process(PortletApplicationHandler.java:234) at org.exoplatform.services.portletcontainer.impl.servlet.ServletWrapper.service(ServletWrapper.java:91) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:679) at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:584) at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:497) at org.exoplatform.services.portletcontainer.impl.PortletContainerDispatcher.dispatch(PortletContainerDispatcher.java:390) at org.exoplatform.services.portletcontainer.impl.PortletContainerDispatcher.process(PortletContainerDispatcher.java:329) at org.exoplatform.services.portletcontainer.impl.PortletContainerDispatcher.render(PortletContainerDispatcher.java:276) at org.exoplatform.services.portletcontainer.impl.PortletContainerServiceImpl.render(PortletContainerServiceImpl.java:122) at vyre.publishing.portal.Portal.renderPortlet(Portal.java:413) at vyre.publishing.PortletInstance.render(PortletInstance.java:221) at org.apache.jsp.WEB_002dINF.generated_005ffiles.pub_005fmodule.page.page17138_jsp._jspService(page17138_jsp.java:300) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:331) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:679) at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:399) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301) at vyre.delivery.MainFilter.doFilter(MainFilter.java:338) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at vyre.content.search.permissions.ViewPermissionFilter.doFilter(ViewPermissionFilter.java:27) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.springframework.orm.hibernate.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:170) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174) at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200) at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283) at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773) at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703) at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) at java.lang.Thread.run(Thread.java:595) Caused by: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No X509TrustManager implementation available at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:150) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1476) at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:174) at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:168) at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:847) at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:106) at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:495) at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:433) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:815) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1025) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1038) at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:402) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:170) at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:836) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:230) at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleHeadersTrustCaching(HTTPConduit.java:1836) at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.onFirstWrite(HTTPConduit.java:1794) at org.apache.cxf.io.AbstractWrappedOutputStream.write(AbstractWrappedOutputStream.java:42) at org.apache.cxf.io.AbstractThresholdOutputStream.write(AbstractThresholdOutputStream.java:69) at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1854) at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66) at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:595) at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62) ... 89 more Caused by: java.security.cert.CertificateException: No X509TrustManager implementation available at com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(SSLContextImpl.java:322) at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:840) ... 107 more ERROR [TP-Processor15]: Got unknown error - is.somestuff.companyx.ut.radgjafar.radgjafi.controller.radgjafiController - 2009-10-13 17:21:46,355 javax.xml.ws.soap.SOAPFaultException: Could not send Message. at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:145) at $Proxy406.getRobbaPlanFree(Unknown Source) at is.somestuff.companyx.ut.radgjafar.radgjafi.services.GSMRobbiServiceManager.getRobbaPlanFree(GSMRobbiServiceManager.java:153) at is.somestuff.companyx.ut.radgjafar.radgjafi.controller.radgjafiController.populatePreferences(radgjafiController.java:179) at is.somestuff.companyx.ut.radgjafar.radgjafi.controller.radgjafiController.view(radgjafiController.java:76) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.doInvokeMethod(HandlerMethodInvoker.java:421) at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:136) at org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:271) at org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.doHandle(AnnotationMethodHandlerAdapter.java:259) at org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter.handleRender(AnnotationMethodHandlerAdapter.java:218) at org.springframework.web.portlet.DispatcherPortlet.doRenderService(DispatcherPortlet.java:811) at org.springframework.web.portlet.FrameworkPortlet.processRequest(FrameworkPortlet.java:483) at org.springframework.web.portlet.FrameworkPortlet.doDispatch(FrameworkPortlet.java:453) at javax.portlet.GenericPortlet.render(GenericPortlet.java:175) at org.exoplatform.services.portletcontainer.impl.aop.PortletMethodCommand.render(PortletMethodCommand.java:15) at org.exoplatform.services.portletcontainer.impl.aop.BaseCommandUnit.execute(BaseCommandUnit.java:24) at org.exoplatform.container.component.ExecutionContext.executeNextUnit(ExecutionContext.java:26) at org.exoplatform.services.portletcontainer.impl.aop.PortletContentCommand.render(PortletContentCommand.java:19) at org.exoplatform.services.portletcontainer.impl.aop.BaseCommandUnit.execute(BaseCommandUnit.java:24) at org.exoplatform.container.component.ExecutionContext.executeNextUnit(ExecutionContext.java:26) at org.exoplatform.services.portletcontainer.impl.aop.PortletCacheCommand.render(PortletCacheCommand.java:35) at org.exoplatform.services.portletcontainer.impl.aop.BaseCommandUnit.execute(BaseCommandUnit.java:24) at org.exoplatform.container.component.ExecutionContext.executeNextUnit(ExecutionContext.java:26) at org.exoplatform.services.portletcontainer.impl.aop.PortletSecurityCommand.render(PortletSecurityCommand.java:27) at org.exoplatform.services.portletcontainer.impl.aop.BaseCommandUnit.execute(BaseCommandUnit.java:24) at org.exoplatform.container.component.ExecutionContext.executeNextUnit(ExecutionContext.java:26) at org.exoplatform.services.portletcontainer.impl.aop.BaseCommandUnit.render(BaseCommandUnit.java:31) at org.exoplatform.services.portletcontainer.impl.aop.BaseCommandUnit.execute(BaseCommandUnit.java:24) at org.exoplatform.container.component.ExecutionContext.execute(ExecutionContext.java:20) at org.exoplatform.services.portletcontainer.impl.aop.PortletCommandChain.doRender(PortletCommandChain.java:29) at org.exoplatform.services.portletcontainer.impl.PortletApplicationHandler.process(PortletApplicationHandler.java:234) at org.exoplatform.services.portletcontainer.impl.servlet.ServletWrapper.service(ServletWrapper.java:91) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:679) at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:584) at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:497) at org.exoplatform.services.portletcontainer.impl.PortletContainerDispatcher.dispatch(PortletContainerDispatcher.java:390) at org.exoplatform.services.portletcontainer.impl.PortletContainerDispatcher.process(PortletContainerDispatcher.java:329) at org.exoplatform.services.portletcontainer.impl.PortletContainerDispatcher.render(PortletContainerDispatcher.java:276) at org.exoplatform.services.portletcontainer.impl.PortletContainerServiceImpl.render(PortletContainerServiceImpl.java:122) at vyre.publishing.portal.Portal.renderPortlet(Portal.java:413) at vyre.publishing.PortletInstance.render(PortletInstance.java:221) at org.apache.jsp.WEB_002dINF.generated_005ffiles.pub_005fmodule.page.page17138_jsp._jspService(page17138_jsp.java:300) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:331) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:679) at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:461) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:399) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301) at vyre.delivery.MainFilter.doFilter(MainFilter.java:338) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at vyre.content.search.permissions.ViewPermissionFilter.doFilter(ViewPermissionFilter.java:27) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.springframework.orm.hibernate.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:170) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174) at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:200) at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:283) at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:773) at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:703) at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:895) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) at java.lang.Thread.run(Thread.java:595) Caused by: org.apache.cxf.interceptor.Fault: Could not send Message. at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:64) at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:220) at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:466) at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:299) at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:251) at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73) at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:124) ... 83 more Caused by: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No X509TrustManager implementation available at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:150) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1476) at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:174) at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:168) at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:847) at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:106) at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:495) at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:433) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:815) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1025) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1038) at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:402) at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:170) at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:836) at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:230) at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleHeadersTrustCaching(HTTPConduit.java:1836) at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.onFirstWrite(HTTPConduit.java:1794) at org.apache.cxf.io.AbstractWrappedOutputStream.write(AbstractWrappedOutputStream.java:42) at org.apache.cxf.io.AbstractThresholdOutputStream.write(AbstractThresholdOutputStream.java:69) at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1854) at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66) at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:595) at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62) ... 89 more Caused by: java.security.cert.CertificateException: No X509TrustManager implementation available at com.sun.net.ssl.internal.ssl.JsseX509TrustManager.checkServerTrusted(SSLContextImpl.java:322) at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:840) ... 107 more </code></pre> http://stackoverflow.com/questions/325655/how-to-use-jcifs-authentication-context-in-a-java-non-web-client-from-active-dire 0 How to use JCIFs authentication context in a java non-web client from active directory account to mid-tier for trust J G 2008-11-28T12:27:14Z 2009-11-17T11:20:13Z <p>In my java non-web client, I want to pass the authentication context established with jcifs from the active directory domain account it was running under to a backend component like a mid-tier server to establish a trusted authenticated connection (for a SOAP RPC call). </p> <p>Can someone give me an example of this?</p> <p><hr></p> <ul> <li><p>The mid-tier and client are running on two different machines</p></li> <li><p>The context is not serializable</p></li> </ul> <p><hr></p> <p>The question is somewhat similar to this: <a href="http://stackoverflow.com/questions/1010356/java-active-directory-integrated-windows-authentication">http://stackoverflow.com/questions/1010356/java-active-directory-integrated-windows-authentication</a></p> <p>If I can access active directory using <code>dsquery</code> without providing a password - how can I pass my logged in context to another application in the domain as authentication without having to provide a password or use password-applied keystores. </p> <p>Or is this just private-access windows APIs not provided to the outside world?</p> http://stackoverflow.com/questions/325637/secure-java-soap-web-service-active-directory-authentication-trust 1 Secure Java SOAP web service - Active Directory authentication Trust J G 2008-11-28T12:19:58Z 2009-11-16T11:37:46Z <p>I want to build a secure web-service betweeen a Java producer and a Java consumer. I want to authenticate using Active Directory using the domain accounts that the producer and consumer are running under. </p> <p>Could you give me an example of this? </p> <p>(ie: AD trusted automated alternative to manual keystores.)</p> http://stackoverflow.com/questions/1719033/authenticating-ad-via-ldap-with-a-trust-via-php 0 Authenticating AD via LDAP with a TRUST via PHP Keith 2009-11-12T00:25:38Z 2009-11-12T00:25:38Z <p>I've got php code that works as expected to authenticate a user against an Active Directory domain using LDAP. The same domain now has a one-way trust enabled - users in the trusted domain don't appear to be visible.</p> <p>Example group named "mygroup" with the members:</p> <p>local_dir_1 local_dir_2 foreign_dir_1</p> <p>Queried with the filter:</p> <pre><code>(memberof=CN=mygroup,ou=....,dc=...) </code></pre> <p>Returns the following members:</p> <p>local_dir_1 local_dir_2</p> <p>Within the domain controller however all 3 users are visible as members of the group.</p> <p>I assumed authentication for users against the trusted domain were failing as I had the wrong base DN or similar so wanted to enumerate the group members to better understand how the foreign users would appear.</p> <p>Has anyone experienced success executing LDAP searched and obtaining data from objects that exist within a trusted domain?</p> http://stackoverflow.com/questions/1567106/how-to-determine-the-root-of-a-certificate 0 How to determine the root of a certificate? hendry 2009-10-14T15:30:56Z 2009-11-06T02:00:33Z <p>My root certificates are stored as several files in ASN.1 format.</p> <p>Assume I have a chained end entity certificate in the same format. How do I efficiently determine the root certificate of this certificate?</p> <p>Currently I have to take a brute force approach which extracts the public key of the end entity certificate and validates that against all root certificates and the first match is considered the root certificate. Is this the right approach??</p> http://stackoverflow.com/questions/1285813/access-2007-vba-a-tiny-project-for-a-school-and-the-trust-center 0 Access 2007, VBA, a tiny project for a school, and the Trust Center Karl Katzke 2009-08-17T01:19:33Z 2009-10-05T18:00:02Z <p>A friend asked for my help putting together an Access database for a small department at a university. It tracks medical info on some animals. The problem is that to make the application easy enough to use, we had to write some VBA code to glue different forms together. When we open the database (or a new, updated version of the database), we get the little VBA Macro Trust thingie, and we're having a hard time figuring out how to get rid of that warning. I'm an open-source developer and my organization's sysadmin, so it's usually not a problem for me to sign rpm packages with the CA Cert I maintain... </p> <p>My friend's department uses Windows PCs with Novell, but their computer support department has stated that they don't provide any support for user-created applications (i.e. providing a certificate signed by the departmental CA) nor will they provide administrator access to the computers so that we can change the trust settings. They also don't have the skills or expertise to code the application for the users. (Thanks, chaps, mighty helpful.) </p> <p>Additionally, in our entire University, users are explicitly instructed not to ever, ever click a 'yes, I trust this' button. Re-educating users for the sake of this little access database that she's put together is a problem, since about 20 people will be using it to look up information. </p> <p>Since I'm helping her, my inclination would be to do it in C# with a embedded database file stored on a shared drive, but that also falls under "user created applications" and I wouldn't be able to run an installer since no one has administrative rights. </p> <p>Is there any way to work around the need to bypass the trust setting for macros every time someone opens this file? I thought that if we didn't use macros at all and just used VBA it would work, but that's apparently not the case. </p> http://stackoverflow.com/questions/242426/are-active-directory-forest-trusts-transitive 1 Are Active Directory forest trusts transitive? DrStalker 2008-10-28T07:01:36Z 2009-09-25T21:14:31Z <p>I'm working on trouble shooting an application under development that uses information from Active Directory in a multi-forest environment and I have the current problem down to figuring out if forest trusts are transitive, and if so under what conditions.</p> <p>The setup: Using Active Directory 2003, ForestA has a two-way forest trust with ForestB. ForestB has a two-way forest trust with ForestC. </p> <p>In this situation is there any sort of trust relationship between ForestA and ForestC? I've found some conflicting informaion; this first link clearly indicates the forest trust in not transitive to other forests:</p> <p><a href="http://technet.microsoft.com/en-us/library/cc755700.aspx" rel="nofollow">Forest trusts</a></p> <p>Forest trusts can only be created between two forests and cannot be implicitly extended to a third forest. This means that if a forest trust is created between forest 1 and forest 2, and a forest trust is also created between forest 2 and forest 3, forest 1 will not have an implicit trust with forest 3. </p> <p>However, I can also find in the list of trust types an indication that forest trusts are transitive:</p> <p><a href="http://technet.microsoft.com/en-us/library/cc775736.aspx" rel="nofollow">Trust types</a> </p> <p>Trust type: Forest Transitivity: Transitive</p> <p>On top of this forest trusts show as "transitive" in the list of active directory trusts when viewed through "Manage domains and trusts"</p> <p>Does this mean that the forest trust is transitive <em>WITHIN</em> the trusting forest but not to other forests? So in the previously mentioned scenario:</p> <p>ForestA &lt;-> ForestB &lt;-> ForestC</p> <p>Subdomains would pick up the forest trust through transitivity (so subdom1.ForestA would trust office7.ForestB) but there would be access shared between ForestA and ForestB. Is this correct, or have I become confused by the rather confusing information microsoft publishes? Does nayone have personal experience of this that they can share?</p> http://stackoverflow.com/questions/1297435/windows-forms-app-in-ie-how-to-not-require-the-user-to-modify-trusted-zones-net 0 Windows forms app in IE: how to not require the user to modify trusted zones/.net security? Trust? Shizam 2009-08-19T01:45:25Z 2009-08-19T02:18:18Z <p>How do you configure/setup your .dll file so that when its hosted in IE and a user hits the page it just prompts them to 'trust' the application and install it and run? Currently all the doco I can find talks about adding the site to the trusted zone and running "caspol" on the command line to modify your .net security settings, which works but isn't really a good solution.</p> <p>I've been to plenty of sites that run a .net activeX application and all I have to do is 'trust' it once and it doesn't prompt me again, just like Java. How do you implement that? The dialog I'm talking about is the "This website wants to install the following add-on etc".</p> <p>BTW the application requires filesystem access (openFileDialog) and accepts file drag-and-drop.</p> <p>Thanks again! (man I love stackoverflow)</p> http://stackoverflow.com/questions/273496/does-it-make-sense-to-set-up-a-trusted-relationship-between-active-directory-inst 2 Does it make sense to set up a trusted relationship between Active Directory instances at partner companies? Kaiser Advisor 2008-11-07T20:14:58Z 2009-07-18T02:32:41Z <p>Hi,</p> <p>If a company often requires users to be created in a partner's active directory, and vice versa, does it make sense to set up a federated / trusted relationship between the AD instances? If so, what should be considered? Does the ACL for users in the partner AD still work the same way? What security risks does this expose?</p> <p>Thanks!</p> <p>KA</p> <p><strong>Update:</strong> </p> <p>I've learned that there's a better way to do this by having the application itself check user stores. The best way to do this is by moving the application into a domain trusted by both user stores. I've provided more detail in my answer below.</p> http://stackoverflow.com/questions/1138831/how-to-authenticate-client-application-for-trust-of-messages-sent-from-it 0 How to authenticate client application for trust of messages sent from it FryHard 2009-07-16T16:40:28Z 2009-07-16T17:07:11Z <p><strong>The basic question</strong><br/> How do I know that it is my publicly accessible (client) application that is sending my service messages? How do I know that it is just not some other application that is impersonating my application?</p> <p><strong>Some Background</strong><br/> Currently we log all errors that occur on our websites via log4net and WCF to a database. This works well because the web server (accessible from the web - Partly Trusted) reports there errors to the WCF service running on the application server (inaccessible from the web - Trusted) via a trusted relationship. We therefore know that all error logs are real and we need to investigate them.</p> <p>With our new sites we plan to make use of SilverLight to liven things up a little. The problem we are faced with is how to report errors back from the SilverLight application running on the web consumer's PC (Untrusted) to our application server (inaccessible from the web - Trusted).</p> <p>We can solve the inaccessibility problem of the application server by making the client communicate via a service facade on the web server, so that is no worry. The problem occurs when we need to be sure that the application sending the messages really is our application and not just an impersonator.</p> <p><strong>Some Thoughts</strong><br/> The code will be written in <em>C#</em> and be running in a <em>SilverLight</em> application that runs locally on the client PC, so we cannot be guaranteed that it will not be decompiled and used to send fake messages to our service.</p> <p>The above means that we cannot make use of conventional symmetric encryption because we can't store our private key in the application (it can be decompiled). Similarly we can't use asymmetric encryption since it could just be impersonated (the attacker could just sign messages with the stored public key and send them - the messages would look real)</p> <p>In the case of this application there is no user authentication, so we cannot use that to provide us with trust.</p> <p>Yes, I know this is rather bizzare with the error logs being better protected than the data the application displays, but it is the case :)</p> <p>Any thoughts or help would be greatly appreciated!</p> http://stackoverflow.com/questions/1002952/an-algorithm-for-distributed-or-decentralised-reputation-trust 4 An algorithm for distributed or decentralised reputation/trust Mike Houston 2009-06-16T17:45:36Z 2009-06-16T18:15:41Z <p>Does anyone know of an algorithm for computing how much you 'trust' another user (their reputation) in a decentralised system.</p> <p>Sites like this one use a centralised authority to track reputation points, but when you can't trust an authority to maintain this list impartially, or the infrastructure doesn't exist, how can you rank your peers' reputation?</p> <p>I'm imagining something akin to <a href="http://en.wikipedia.org/wiki/PageRank" rel="nofollow">PageRank</a> - I trust my friend Alice, she trusts her friend Bob, therefore I have some transitive trust for Bob. If my other friend Carol also trusts Bob, then my trust for Bob increases.</p> <p>Is there some way of computing this globally, or does each user have to track their own network?</p> <p>I was thinking you could just 'declare' who you trust, which would give each person a corresponding set of incoming trust links, but I feel this would be easy to game by creating many zombie users who just create reputation points, like link farms in search results. And that may be the kernel of the problem: if Google still has problems with people generating bogus PageRank scores, it might not be a problem easily solved :)</p> http://stackoverflow.com/questions/275444/what-are-the-most-common-typical-things-to-avoid-coding-into-my-asp-net-app-in-o 6 What are the most common, typical things to AVOID coding into my ASP.NET app in order for it to run under Medium Trust on a shared host? Corey Trager 2008-11-09T00:49:27Z 2009-05-21T19:34:57Z <p>What are the things that Medium Trust stops you from doing? For example, I've already learned that Medium Trust stops you from using System.IO.Path.GetTempPath(). What other things like that?</p> http://stackoverflow.com/questions/883252/asp-net-mvc-deployment-issue 0 ASP.NET MVC: deployment issue Alexandre 2009-05-19T14:50:30Z 2009-05-19T15:05:24Z <p>Hi,</p> <p>I created an ASP.NET MVC 1.0 application that works fine on my machine (running in vs 2008 web server). However, when I deploy it to my webhost (running in medium trust), I get the following exception on the first hit: could not find file or dependency System, Version 1.0.9.0. Looking at the stack trace, I saw target invocation exception, method not allowed exception (sorry I did not keep the original exception details). My webhost switched my trust level to full trust and it started working.</p> <p>I thought ASP.Net MVC 1.0 was supposed to work in medium trust?</p> <p>Thank you,</p> http://stackoverflow.com/questions/587117/smtpclient-half-working-half-not 1 SMTPClient Half Working \ Half Not Coyote 2009-02-25T17:56:32Z 2009-05-04T18:49:16Z <p>I am using Microsoft's membership framework on a website. I am able to send password retrieval e-mails, but am unable to send e-mails myself using SMTPClient.</p> <p>When you configure the SMTP settings in the Web Site Administration Tool, what are the settings that this application give it's SMTPclient?</p> <p>If I know this, I can duplicate it and hopefully send e-mails.</p> <p>A few items I've ruled out. - I'm using port 25, (which is the only one allowed under medium trust). - This code works on my local system.</p> http://stackoverflow.com/questions/477876/microsoft-studio-tfs-proxy-problems-in-a-trusted-domain 2 Microsoft Studio TFS proxy problems in a trusted domain Miki 2009-01-25T16:14:27Z 2009-04-18T08:45:38Z <p>I have two domains. TFS 2008 is installed on DEV domain, proxy on PROD. There is two-way trust and both servers can authenticate users from both domains.</p> <ul> <li><p>TFS was working fine, and suddenly stopped. Looking at the logs there was a great deal of AD noise (Can't load global catalog, etc.). The trust between the domains (DEV and PROD) was valid all the while</p></li> <li><p>I discovered some errors with the BDC so I removed it - couldn't do it gracefully, had to rebuild the server.</p></li> <li><p>While the BDC was down the TFS proxy was working.</p></li> <li><p>After reinstalling the BDC, TFS Proxy stopped working.</p></li> <li><p>To make sure, I removed AD role from the BDC. TFS Proxy working again</p></li> <li><p>Added the role, TFS P died.</p></li> <li><p>Now there are no AD related errors, sites replicate well and trust is still working great.</p></li> <li><p>Trying to set up TFS P on another server, the installation crashes very badly in the middle if I give it DEV\TFSService as user to run. If I give it a user in the PROD domain, it installs without a problem - but of course, doesn't work.</p></li> <li><p>I added DEV\TFSService as an administrator on the TFS P server, no change.</p></li> <li><p>I added PROD\tfspRunningUser as an administrator on the main TFS server, no change.</p></li> </ul> <p>Can you think of other components that might cause this to fail?</p> http://stackoverflow.com/questions/703272/could-not-establish-trust-relationship-for-ssl-tls-secure-channel-soap 2 Could not establish trust relationship for SSL/TLS secure channel -- SOAP Rob Schripsema 2009-03-31T22:07:28Z 2009-03-31T22:36:53Z <p>I have a simple web service call, generated by a .NET (C#) 2.0 windows app, via the web service proxy generated by Visual Studio, for a web service also written in C# (2.0). This has worked for several years, and continues to do so at the dozen or so places where it is running.</p> <p>A new installation at a new site is running into a problem. When attempting to invoke the web service, it fails with the message saying, "Could not establish a trust relationship for the SSL/TLS secure channel". The URL of the web service uses SSL (https://) -- but this has been working for a long time (and continues to do so) from many other locations. </p> <p>Where do I look? Could this be a security issue between Windows and .NET that is unique to this install? If so, where do I set up trust relationships? I'm lost!</p> <p>Rob Schripsema</p> http://stackoverflow.com/questions/527425/flash-player-trust-file-not-working-with-embedded-browser-on-linux 0 Flash Player trust file not working with Embedded browser on linux Shivaprasad 2009-02-09T08:43:30Z 2009-02-09T08:43:30Z <p>Hi, I have an application which embeds a xulrunner based browser. I have to load some flash content in this browser. At certain points of time the flash changes my URL and Page Title to reflect the location in the flash file where I am at. This works fine in a firefox browser when I place my trust file at /etc/FlashPlayerTrust folder with entries for the directory and the swf file I want to trust.( according to the Flash security guide <a href="http://www.adobe.com/devnet/flashplayer/articles/flash_player_admin_guide/flash_player_admin_guide.pdf" rel="nofollow">http://www.adobe.com/devnet/flashplayer/articles/flash_player_admin_guide/flash_player_admin_guide.pdf</a> the global trust file should be at the same level as the directory which contains the mms.cfg file).</p> <p>But when I load the flash content from my embedded browser the page title etc don't get updated. I have added my applications name also to the flash player trust file. I tried putting my content in a server and accessing it remotely and it works fine from my embedded browser. It is only when the flash content is present locally that URL and page title are not getting updated. This leads to me believe that the problem is with the flash player trust file. The contents of my trust file are as follows:</p> <p>/home/shivu/activitytest/index.html</p> <p>/home/shivu/activitytest/gettingstarted.swf</p> <p>/home/shivu/activitytest/</p> <p>/home/shivu/app/lv71</p> <p>Here lv71 is the name of the application which has the embedded browser. I tried it with both the Global and User trust files and it doesn't work. Does anybody have any clue what might be going wrong and how I might be able to debug this.</p> <p>Thanks jbsp72</p> http://stackoverflow.com/questions/507669/trusting-an-assembly-located-on-a-network-share 1 Trusting an assembly located on a network share. The Giraffe 2009-02-03T15:53:17Z 2009-02-03T15:53:17Z <p>Hello all,</p> <p>I've been meaning to post on here for a while but always find the information I need; up untill now of course! I would appreciate any help you may be able to offer in regards to code access security, and in particular dll's on a network share.</p> <p>I am looking for a way to dynamically load assembles for reflection, instantiation, and invocation from an unknown network share at runtime.</p> <p>I have searched the forums and understand that as of .NET 3.5 SP1, assemblies will execute on a network share with full trust. This appears to be targetted at .exe files and not .dll's.</p> <p>I understand why this is happening, what code trust is, and how CasPol and the '.NET Framework 2.0 Configuration' tool works. I am able to modify the policies in order to obtain full trust in a test environment for a specific share, although I won't know the exact network share after deployment.</p> <p>I am unable to utilise any of the in-built membership conditions, such as strongly signed, url, certificates and what-not.</p> <p>I understand that I can implement a custom condition type by implementing the IMembershipCondition interface and jumping through a few hoops.</p> <p>Based on the above information I would like to implement a custom membership condition (in C#), however this appears to be a rather involving task, and there doesn't appear to be much information available from Microsoft or on t'internet. Currently I don't understand how you put 'Evidence' into an assembly so that it can be identified, nor do I understand how this Evidence is exposed during policy evaluation and how to write this programmatically.</p> <p>I would like to implement for example, a policy which identifies all assemblies that have an assembly attribute of type AssemblyCompany with a value of 'My Company', i.e. [assembly: AssemblyCompany("My Company")]. This is not exactly what I intend to implement but it would help me to understand how the mechanism works.</p> <p>I knew nothing about code security prior to tackling this product request, and as you can probably deduct, I've been extensively working my way through and found as much information as I can on the topic, but I am now stuck.</p> <p>Have you implemented your own IMembershipCondition adapter? Do you have any links to a comprehensive guide on how to do this? Can you provide a working example?</p> <p>Thank you for reading through my (long) post, and please help me! :D</p> http://stackoverflow.com/questions/249106/how-can-you-give-users-confidence-that-your-application-has-no-malicious-intent 7 How can you give users confidence that your application has no malicious intent? LeopardSkinPillBoxHat 2008-10-30T02:16:21Z 2009-01-26T22:41:06Z <p>I am a FireFox user, and I recently installed the GMail notifier add-on. When you first install the add on, it requests your GMail address and password, and will then use this to login to your Gmail account (presumably via SSL).</p> <p>It shows a number on your taskbar, indicating how many unread emails are in your inbox, and also notifies you via a little modeless popup from the taskbar. This essentially turns email into a "push" medium, which is very useful as I know that I don't have to periodically check my email. I know that the GMail notifier will tell me.</p> <p>This is not meant as any disrespect to the developer of the GMail notifier, or authors of other similar applications. But how do I know that the application isn't harvesting emailing addresses and passwords, which is can then use for malicious purposes? In this day and age, an email address/password combination is analogous to a PIN for your ATM keycard. Most websites allow you to reset your password by simply supplying your email address and emailing you a new password; this essentially makes an email address password a "skeleton key" to your entire online world.</p> <p>I don't want to see applications like GMail notifier go away. What I would like to see is a more objective and transparent way for users to know that the application is doing nothing wrong. Open source applications are obviously less of a concern, but even then I wouldn't want to have to look through code to determine whether the program is doing the right thing. It can't be a subjective process, where you develop a trust for a particular author, as this is prone to abuse.</p> <p>There was a case recently where an offline utility was discovered to be harvesting email addresses and passwords, and sending them to a separate email account - I can't remember the name of the application but this is the kind of thing we need to be able to prevent.</p> <p>Does anyone know of any precedents for this sort of thing? Could a certification process (or something similar) be introduced?</p> http://stackoverflow.com/questions/434741/how-often-would-you-tolerate-your-ide-crashing 1 How often would you tolerate your IDE crashing? feonixrift 2009-01-12T07:53:49Z 2009-01-12T08:36:44Z <p>I was experimentally trying to switch from coding in vim to coding in an IDE (in this case, Anjuta on Linux), but I found that every time I crashed the IDE, my trust in it went down, until around a crash rate of once a day I trusted it so little that using it was considerably more stressful than using a simple text editor for coding.</p> <p>How often would your IDE have to crash, fail, or do completely unexpected things before you would stop trusting it enough to use it?</p> http://stackoverflow.com/questions/161160/how-do-i-force-a-tomcat-web-application-reload-the-trust-store-after-i-update-it 2 How do I force a tomcat web application reload the trust store after I update it Guy 2008-10-02T07:01:54Z 2008-10-02T14:55:57Z <p>I have the following problem. My tomcat 5.5 based web application is using a trust store to verify SSL connections. The application allows the user to add or remove CA certificates to be used in the verification process. However, adding or removing certificates from the trust store doesn't change a thing. The application 'recognizes' only the certificates that were in the trust store when tomcat started. For it to recognize the new set of certificates, I need to restart tomcat.</p> <p>This is not a valid solution, however. What I do need is a code based solution. Please advice.</p> http://stackoverflow.com/questions/74161/is-agile-possible-when-people-are-shared-across-multiple-projects 5 Is agile possible when people are shared across multiple projects? Joe Schneider 2008-09-16T16:19:55Z 2008-09-16T17:00:07Z <p>Multi-tasking is shown to be at least 15% less productive than dedicating people to a project (from Mythical Man Month), however in some cases it seems unavoidable. </p> <p>Part of the agile way is to build trust with your customer/team by delivering on time and rarely blowing your iteration schedules. This is difficult when multiple projects can have competing priorities/deadlines. </p> <p>Can you do agile when you're trying to juggle multiple teams and priorities?</p> http://stackoverflow.com/questions/32513/write-files-to-appdata-under-medium-trust-hack 1 Write files to App_Data under medium trust hack? MartinHN 2008-08-28T15:05:28Z 2008-08-28T16:54:08Z <p>Is there any way to work around this?</p> <p>Im sure I've heard about some hack, is that true?</p>