Subversion Repositories eFlore/Archives.cel-v1

Rev

Rev 8 | Rev 10 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8 Rev 9
Line 102... Line 102...
102
  private void doFetchURL(String match) {
102
  private void doFetchURL(String match) {
103
	  /*
103
	  /*
104
	   * Here we fetch the URL and call the handler
104
	   * Here we fetch the URL and call the handler
105
	   */	  
105
	   */	  
Line 106... Line 106...
106
	 
106
	 
-
 
107
	  String rematch=match.replaceAll(" ","/");
Line 107... Line 108...
107
	  String rematch=match.replaceFirst(" ","/");
108
	  rematch=rematch.replaceAll("%","");
108
	  
109
	  
-
 
110
	  if (this.searchUrl!=null && searching==false) {
109
	  if (this.searchUrl!=null && searching==false) {
111
		  searching=true;
Line 110... Line 112...
110
		  searching=true;
112
	 //     HTTPRequest.asyncGet(URL.encodeComponent(this.searchUrl) + rematch, responseTextHandler );
111
	      HTTPRequest.asyncGet(this.searchUrl + rematch, responseTextHandler );
113
	      HTTPRequest.asyncGet(this.searchUrl + rematch, responseTextHandler );