I feel you need to invest in traps or a cat :)
On Fri, Aug 24, 2012 at 3:09 PM, <[email protected]> wrote: > Author: andy > Date: Fri Aug 24 22:09:23 2012 > New Revision: 1377136 > > URL: http://svn.apache.org/viewvc?rev=1377136&view=rev > Log: > Add SPARQL Update by HTML form (to complement using application/sparql-update) > ... > + String baseIRI = determineBaseIRI(requestURI) ; > + //A rat walked over the keyboard: >n'e q5tas5aaas v > + HttpPost httppost = new HttpPost(requestURI); > + httppost.setEntity(convertFormParams(params));
