steven-h-gardiner / gae-wrapup-server

Automatically exported from code.google.com/p/gae-wrapup-server
0 stars 1 forks source link

Server currently only does exact string matching on URLs #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

When a page queries for a wrapper to a URL, the server currently checks if 
there are wrappers with exactly that URL in the repository.

So, for example the query for 

http://gae-wrapup-server.appspot.com/test/hoover.xhtml# 

does not match a wrapper with URL

http://gae-wrapup-server.appspot.com/test/hoover.xhtml

We should probably discard any anchor #xyz suffix, and maybe also any query 
string on either url.

Original issue reported on code.google.com by steven.h...@gmail.com on 19 Aug 2014 at 8:21

GoogleCodeExporter commented 9 years ago

Original comment by steven.h...@gmail.com on 9 Feb 2015 at 8:12