3a109d1c82
Use "Thread.current[:included_by]" instead of the Class variable, "@@included_by". The former will work on some newfangled multi-threaded Webserver stack, which uses separate threads to handle multiple simlutaneous requests (one request/thread). Dunno that the rest of the application is thread-safe, but using a class variable, in this context, probably isn't. Thanks to Sam Ruby for the suggestion. |
||
---|---|---|
.. | ||
chunks | ||
native/win32 | ||
caching_stuff.rb | ||
instiki_errors.rb | ||
node.rb | ||
page_renderer.rb | ||
rdocsupport.rb | ||
redcloth.rb | ||
sanitize.rb | ||
sanitizer.rb | ||
stringsupport.rb | ||
url_generator.rb | ||
wiki_content.rb | ||
wiki_words.rb |