[MKSearch-dev] (Fwd) [ j-spider-Bugs-1064005 ] Query part is trimmed from URL

Phil Shaw phil at mkdoc.com
Sat Nov 10 15:33:52 GMT 2007


Just a reminder to myself, or anyone else who resumes the project; a 
JSpider configuration issue answered below.

Phil


------- Forwarded message follows -------
To:             	noreply at sourceforge.net
From:           	"SourceForge.net" <noreply at sourceforge.net>
Subject:        	[ j-spider-Bugs-1064005 ] Query part is trimmed from URLs
Date sent:      	Fri, 14 Sep 2007 06:17:21 -0700

Bugs item #1064005, was opened at 2004-11-10 10:25
Message generated for change (Comment added) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=511632&aid=1064005&group_id=65617

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Phil Shaw (codestyle)
Assigned to: Nobody/Anonymous (nobody)
Summary: Query part is trimmed from URLs

Initial Comment:
Where documents reference a resource with a query 
part, the base URL is requested without the query. For 
example, the relative href value below:

/servlets/Example?param1=value1&param2=value2

Is trimmed to:

/servlets/Example

No URLs with query parts appear to be checked.

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2007-09-14 06:17

Message:
Logged In: NO 

The query part is trimmed during URL normalizatin. You can fix this as
follows:

- download the sources
- go to the class net.javacoding.jspider.core.util.URLUtil
- commend out line 32: //urlString = normalizeStripQuery(urlString) ;
- compile
- have fun!

Niko

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=511632&aid=1064005&group_id=65617

------- End of forwarded message -------

--
MKSearch (beta)

http://www.mksearch.mkdoc.org/

Free, open source metadata search engine with RDF storage 
and query.



More information about the MKSearch-dev mailing list