/[storm]/storm/org/nongnu/storm/util/HTTPProxy.java
ViewVC logotype

Diff of /storm/org/nongnu/storm/util/HTTPProxy.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.36 by benja, Thu May 22 22:54:42 2003 UTC revision 1.37 by benja, Thu May 22 23:07:37 2003 UTC
# Line 333  public class HTTPProxy implements Runnab Line 333  public class HTTPProxy implements Runnab
333          protected HTTPResponse query(HTTPRequest req,          protected HTTPResponse query(HTTPRequest req,
334                                       HTTPResponse.Factory resf,                                       HTTPResponse.Factory resf,
335                                       String uri) throws IOException {                                       String uri) throws IOException {
336              String query = uri.substring(QUERY.length());              String query =
337                    java.net.URLDecoder.decode(uri.substring(QUERY.length()));
338    
339              TitleIndex idx =              TitleIndex idx =
340                  (TitleIndex)pool.getIndex(TitleIndex.uri);                  (TitleIndex)pool.getIndex(TitleIndex.uri);

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26