On 24/08/12 23:57, Stephen Allen wrote:
I feel you need to invest in traps or a cat :)

A pet rat! She was trying to get to a chair to jump back into her cage.

This could be useful for generating randomness for passwords ...

        Andy



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));

Reply via email to