Author: keith
Date: Mon Jul 14 18:46:37 2008
New Revision: 19271
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19271

Log:
Adding a truststore that will be copied for each user


Added:
   trunk/mashup/java/modules/core/conf/teststore   (contents, props changed)
Modified:
   
trunk/mashup/java/modules/core/src/org/wso2/mashup/requestprocessor/TemplateProcessor.java

Added: trunk/mashup/java/modules/core/conf/teststore
URL: 
http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/core/conf/teststore?pathrev=19271
==============================================================================
Binary file. No diff available.

Modified: 
trunk/mashup/java/modules/core/src/org/wso2/mashup/requestprocessor/TemplateProcessor.java
URL: 
http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/core/src/org/wso2/mashup/requestprocessor/TemplateProcessor.java?rev=19271&r1=19270&r2=19271&view=diff
==============================================================================
--- 
trunk/mashup/java/modules/core/src/org/wso2/mashup/requestprocessor/TemplateProcessor.java
  (original)
+++ 
trunk/mashup/java/modules/core/src/org/wso2/mashup/requestprocessor/TemplateProcessor.java
  Mon Jul 14 18:46:37 2008
@@ -162,6 +162,7 @@
                     transformer.setParameter("localhost-endpoints", "true");
                 }
 
+//                transformer.setParameter("wsrequest-location", 
"../../js/wso2/WSRequest.js");
                 // Performing the XSLT transformation
                 transformer.transform(xmlSource, result);
                 

_______________________________________________
Mashup-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to