Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我在我的站点之外有一个页面,并且它发布到我站点上的 HTTPS 页面(设置了 SSL),服务器和客户端是否会在发布数据之前交换密钥然后加密数据,或者是否会发布数据以纯文本从客户端到服务器,然后获得加密密钥?
谢谢,
数据将被加密。如需解释,请查看重复帖子中提供的答案。
嗨,我有一个命令链接,所以当单击它时,当字段集 处于相同状态时,我将渲染action="#{projectAdminisrationMB.showGroups(userObj)}"一个字段集,但当我将它放在单独的 ui:define 中时,它将不会被渲染。<p:fieldset legend="Manage User Groups" id="manage
action="#{projectAdminisrationMB.showGroups(userObj)}"
<p:fieldset legend="Manage User Groups" id="manage