Author: keith
Date: Wed Jan 9 01:33:11 2008
New Revision: 12030
Log:
Restricting to https
Modified:
trunk/mashup/java/modules/core/src/org/wso2/mashup/utils/MashupArchiveManupulator.java
Modified:
trunk/mashup/java/modules/core/src/org/wso2/mashup/utils/MashupArchiveManupulator.java
==============================================================================
---
trunk/mashup/java/modules/core/src/org/wso2/mashup/utils/MashupArchiveManupulator.java
(original)
+++
trunk/mashup/java/modules/core/src/org/wso2/mashup/utils/MashupArchiveManupulator.java
Wed Jan 9 01:33:11 2008
@@ -135,8 +135,7 @@
if (destinationServerAddress.startsWith("http://")) {
// We should call this service in https mode as we are sending the
users username
// and password as plain text.
- throw new MashupFault("Cannot share via http as we need to send
the username and " +
- "password as plain text. Please use Https.");
+ throw new MashupFault("Cannot share via http please use Https.");
}
// We use the RPCClient to call the sharing service
RPCServiceClient serviceClient = new RPCServiceClient(configCtx, null);
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev