Author: tyrell
Date: Wed Jan 23 08:09:24 2008
New Revision: 12779
Log:
minor change
Modified:
trunk/mashup/java/modules/core/src/org/wso2/mashup/webapp/utils/RegistryUtils.java
Modified:
trunk/mashup/java/modules/core/src/org/wso2/mashup/webapp/utils/RegistryUtils.java
==============================================================================
---
trunk/mashup/java/modules/core/src/org/wso2/mashup/webapp/utils/RegistryUtils.java
(original)
+++
trunk/mashup/java/modules/core/src/org/wso2/mashup/webapp/utils/RegistryUtils.java
Wed Jan 23 08:09:24 2008
@@ -690,7 +690,7 @@
serverConfig
.getFirstProperty(MashupConstants.MASHUP_SERVER_VERSION);
- String url = "http://wso2.com/announcements/mashup/" + serverVersion +
"/";
+ String url = "http://wso2.com/announcements/mashup/" + serverVersion +
"/index.html";
Announcement announcementFetcher = new Announcement();
if ((response = announcementFetcher.get(url)) == null) {
_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev