Bug: port 7070 should serve files from resources/spank/

I’ve researched this carefully.

From old forum posts and the source, I see that the bosh http service is intended serve files from resources/spank/. (It’s a simple way to deliver a javascript chat client, e.g. http://openfire-host:7070/jschat.html, especially on a localhost development setup.) And resources/spank/index.html is still there, but http://openfire-host:7070/index.html returns an error.

I believe this change to HttpBindManager.java disabled the feature accidentally:
http://www.igniterealtime.org/fisheye/browse/svn-org/openfire/trunk/src/java/org /jivesoftware/openfire/http/HttpBindManager.java?r1=7872&r2=8389

That file’s rev history:
http://www.igniterealtime.org/fisheye/browse/svn-org/openfire/trunk/src/java/org /jivesoftware/openfire/http/HttpBindManager.java

Thanks for writing a great open source app!

Liam