Thanks for submitting such a great patch mike -- not just the highlighting, but refactoring StandardRequestHandler to take advantage of the utilities too. Sweet.
As a side note... : I wish there was an svn patch command that would do that for me so I : wouldn't forget... : I guess I should get used to running "svn status" after a commit and : see if anything sticks out. ...this is one of the reasosn the "example" directory bugs me. I like to run "svn status" before i commit anything, and make sure there aren't any "?" ... but with the example directory containing both commited files and also temporary build files, it's not easily managed with svn:ignore so a lot of "?" show up and it's easy to miss seeing the significant ones in the noise. ...allthough, i guess we could put an svn:ignore "*" pattern on example/solr/bin and that would solve most of hte problem. thoughts? -Hoss