wso2carbon

How to enable X-Frame-Options in WSO2 5.4.1?

你。 提交于 2019-12-25 03:42:24
问题 I tried to configure my jaggery.conf file as stated in the documentation to allow framing as follows : "filters":[ { "name":"HttpHeaderSecurityFilter", "class":"org.apache.catalina.filters.HttpHeaderSecurityFilter", "params" : [ {"name" : "hstsEnabled", "value" : "false"}, { "name": "antiClickJackingOption", "value": "SAMEORIGIN" } ] }, { "name": "ContentTypeBasedCachePreventionFilter", "class": "org.wso2.carbon.ui.filters.cache.ContentTypeBasedCachePreventionFilter", "params":[ {"name":

WSO2 : API Manager 1.6.0 on WSO2ESB 4.8.1

时间秒杀一切 提交于 2019-12-25 03:04:34
问题 Is it possible to install API Manager 1.6.0 Feature on wso2esb 4.8.1 .I tried to install using Feature Management,but it is showing dependency problem.. While trying to install using feature management,i am getting the below error Your original install request has been modified. org.wso2.carbon.registry.core.server.feature.group-4.2.1 is already present because other installed software requires it. It will be added to the installed software list. org.wso2.carbon.security.mgt.feature.group-4.2

WSO2ESB has Bug According to this Configuration

别等时光非礼了梦想. 提交于 2019-12-25 02:50:14
问题 i am using 4.6.0 WSO2ESB as per my configuration its working some scenarios but giving unkonow faults is it a fulfilled tool. i tried in many ways this below scenarios is i am passing wrong value which primary key dependant but WSO2 esb unable to handle this even i tried all the properties .if any one knows about WSO2 enough well help me i am struck past too many days about this small issue my insertion is working but if any primary key violation error is thier in WSO2DSS ESb unable to send

How Event stream Works in wso2cep3.0.0

社会主义新天地 提交于 2019-12-25 02:13:49
问题 I am working with wso2cep3.0.0, My input source and out put source is JMs.I written my Input event adapter and output event adapter like this Input adapter is <?xml version="1.0" encoding="UTF-8"?> <inputEventAdaptor name="jmsProxy" statistics="disable" trace="enable" type="jms" xmlns="http://wso2.org/carbon/eventadaptormanager"> <property name="java.naming.provider.url">tcp://localhost:61616</property> <property name="transport.jms.SubscriptionDurable">false</property> <property name=

WSO2 Error - Exception encountered but no fault handler found - message dropped

会有一股神秘感。 提交于 2019-12-25 01:59:43
问题 I am getting the above error,Below is my configuration I configured a proxy service and i want to use Filter Mediator to check some conditon (JSON format i passed through request) and need to call another back end service Here is my configuration <?xml version="1.0" encoding="UTF-8"?><proxy xmlns="http://ws.apache.org/ns/synapse" name="SampleProxy" transports="https,http" statistics="disable" trace="disable" startOnLoad="true"> <target> <inSequence> <payloadFactory media-type="json"> <format>

Issue building WSO2 Governance registry source code

蹲街弑〆低调 提交于 2019-12-25 01:53:31
问题 I have been trying to build the WSO2 Governance registry from the source code checked out from '_http://svn.wso2.org/repos/wso2/carbon/platform/tags/4.0.5/products/greg/4.5.3' as mentioned in the site. I am getting the following error while running the pom.xml ------------------------------------------------------------------------ [INFO] Building WSO2 Governance Registry Source 4.5.3 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- incremental

How to configure password expire time in bulk import from CSV in WSO2 Identity Server 5.3.0

半世苍凉 提交于 2019-12-24 23:45:17
问题 Hi I am using WSO2 Identity Server 5.3.0. I want to create users by using bulk import from a CSV File. I am able to do it successfully. Problem Statement: Users are created successfully but in the documentation link, it is mentioned that the default password expiry for the users is 24 hours. Is there any way possible through configuration that we can turn this setting off. OR Increase the time for this password expiry. Document Link: I enabled the Bulk storage from user-mgt.xml file.

Wso2-emm and SAML SSO configuration

拥有回忆 提交于 2019-12-24 22:05:23
问题 I am new in WSO2 and I have some problem with emm and sso login. I cloned the w so2 emm project from github. I used maven clean install to generate wso2emm-1.1.0 zip (under product-emm-master\modules\distribution\target) When I start wso2server.bat , I can only acces to carbon and store , but when I access to emm I had a redirection to https://localhost:9443/sso/ with this error 500: Something has gone wrong (Problem in (/emm/modules/sso.js#23)). Even when I login within the store app I had a

WAITING threads issue in wso2esb

 ̄綄美尐妖づ 提交于 2019-12-24 19:23:49
问题 Hi am working on wso2esb and using Active MQ for message queues. After around 3 weeks of usage ESB server was hanging and with the help of JMX monitoring of ESB i found that they are a huge number of java threads are in WAITING state. [EsbMonitoring] ***************** java Threads Attributes ********************* [EsbMonitoring] ThreadCount :8873 [EsbMonitoring] DaemonThreadCount :104 [EsbMonitoring] PeakThreadCount :8992 [EsbMonitoring] TotalStartedThreadCount :16086123 Initially when we

How to encrypt LDAP UserStore password in usr-mgt.xml in WSO2?

北城以北 提交于 2019-12-24 15:39:32
问题 I am trying to encrypt the UserStore connection password in WSO2 Identity Server (usr-mgt.xml) using ciphertool.bat ( using WSO2 version 5.0.0). I have a jks file with same password for key and keystorepassword . In ciphertool.properties , modified following line as: UserStoreManager.Property.ConnectionPassword=repository/conf/user-mgt.xml I generated a encrypted password by using ciphertool.bat -DConfigure command and I updated ciphertext.properties file as: UserStoreManager.Property