History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: PIGGYBANK-9
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Ryan Lee
Reporter: Christopher Schmidt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Piggy-Bank

Piggy Bank doesn't always send accept-headers?

Created: 30/Jan/05 09:42 AM   Updated: 30/Sep/05 01:22 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 2.1

Environment: OSX 10.3.7, Java 1.4.2_05, Firefox 1.0


 Description  « Hide
When fetching RDF information, Piggy bank should send an Accept-Header of application/rdf+xml first, to obtain RDF metadata. This is not the case: for example, on http://crschmidt.net/julie/ , the doap metadata is not retrieved, because it is content-negotiated.

I thought this happened at the jena level, but maybe not.

Additionally, it may be wise to indicate in some way, in the user-agent, what the hit is for: LiveJournal, for example, may not like seeing lots of hits from a "Java_1.4.2" user-agent. (See http://www.livejournal.com/bots/ for more info on that, although it may not apply.)

 All   Comments   Change History      Sort Order:
Ryan Lee - 19/Sep/05 05:40 PM
Fixed (try getting DOAP for Julie using the latest repository version). As we no longer depend on Jena, this was just a matter of dealing with Java URLConnections.