securitydomain

Chrome now blocking all jsonp requests from https to http?

ぃ、小莉子 提交于 2019-12-17 18:46:30
问题 At some point recently Chrome has stopped showing data loaded via jsonp with the error [blocked] The page at https://user.example.com/category/12345 ran insecure content from http://livedata.example.com/Data.svc/jsonp/GetData?category=12345&callback=_jsp&_1346417951424=. It still works fine on all other browsers, and has been confirmed on several different computers running Chrome. The only mention I've seen of this problem before is when the page was served from one of Google's own domains

Cannot login using Wildfly security domain

落爺英雄遲暮 提交于 2019-12-07 19:49:20
问题 I am migrating from glassfish 4 to wildfly 8.1 Problem is in login using security domain of Wilfly. I cannot find solution for hours. here is my standalone-full.xml security domain configuration: <security-domain name="aisRealm" cache-type="default"> <authentication> <login-module code="Database" flag="required"> <module-option name="dsJndiName" value="java:/jdbc/ais"/> <module-option name="principalsQuery" value="select password from users where email='subsoil_user'"/> <module-option name=

Cannot login using Wildfly security domain

故事扮演 提交于 2019-12-06 06:14:47
I am migrating from glassfish 4 to wildfly 8.1 Problem is in login using security domain of Wilfly. I cannot find solution for hours. here is my standalone-full.xml security domain configuration: <security-domain name="aisRealm" cache-type="default"> <authentication> <login-module code="Database" flag="required"> <module-option name="dsJndiName" value="java:/jdbc/ais"/> <module-option name="principalsQuery" value="select password from users where email='subsoil_user'"/> <module-option name="rolesQuery" value="select ug.group_name, 'Roles' from user_in_group uig, users u, user_group ug where