passenger 2.0.6 → 2.1.2
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of passenger might be problematic. Click here for more details.
- data/DEVELOPERS.TXT +10 -4
- data/LICENSE +1 -1
- data/NEWS +0 -0
- data/Rakefile +183 -117
- data/benchmark/dispatcher.rb +5 -9
- data/bin/passenger-install-apache2-module +52 -18
- data/bin/passenger-memory-stats +67 -13
- data/bin/passenger-spawn-server +8 -4
- data/bin/passenger-status +21 -46
- data/bin/passenger-stress-test +5 -5
- data/debian/postinst +1 -1
- data/doc/ApplicationPool algorithm.txt +180 -128
- data/doc/Architectural overview.html +1 -778
- data/doc/Security of user switching support.html +1 -643
- data/doc/Users guide Apache.html +3127 -0
- data/doc/Users guide Nginx.html +1458 -0
- data/doc/Users guide.html +1404 -467
- data/doc/Users guide.txt +843 -105
- data/doc/cxxapi/ApplicationPoolServer_8h-source.html +751 -641
- data/doc/cxxapi/ApplicationPool_8h-source.html +168 -171
- data/doc/cxxapi/Application_8h-source.html +494 -394
- data/doc/cxxapi/Bucket_8h-source.html +21 -15
- data/doc/cxxapi/CachedFileStat_8h-source.html +191 -0
- data/doc/cxxapi/Configuration_8h-source.html +311 -149
- data/doc/cxxapi/DirectoryMapper_8h-source.html +309 -0
- data/doc/cxxapi/DummySpawnManager_8h-source.html +3 -4
- data/doc/cxxapi/Exceptions_8h-source.html +182 -165
- data/doc/cxxapi/FileChecker_8h-source.html +130 -0
- data/doc/cxxapi/Hooks_8h-source.html +2 -3
- data/doc/cxxapi/Logging_8h-source.html +92 -89
- data/doc/cxxapi/MessageChannel_8h-source.html +585 -477
- data/doc/cxxapi/PoolOptions_8h-source.html +305 -0
- data/doc/cxxapi/SpawnManager_8h-source.html +515 -540
- data/doc/cxxapi/StandardApplicationPool_8h-source.html +779 -679
- data/doc/cxxapi/SystemTime_8h-source.html +104 -0
- data/doc/cxxapi/Utils_8h-source.html +331 -227
- data/doc/cxxapi/annotated.html +6 -7
- data/doc/cxxapi/classClient-members.html +1 -2
- data/doc/cxxapi/classClient.html +1 -2
- data/doc/cxxapi/classHooks-members.html +5 -2
- data/doc/cxxapi/classHooks.html +112 -2
- data/doc/cxxapi/classPassenger_1_1Application-members.html +2 -3
- data/doc/cxxapi/classPassenger_1_1Application.html +8 -9
- data/doc/cxxapi/classPassenger_1_1ApplicationPool-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1ApplicationPool.html +42 -81
- data/doc/cxxapi/classPassenger_1_1ApplicationPoolServer-members.html +1 -2
- data/doc/cxxapi/classPassenger_1_1ApplicationPoolServer.html +3 -4
- data/doc/cxxapi/classPassenger_1_1ApplicationPool__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1Application_1_1Session-members.html +3 -2
- data/doc/cxxapi/classPassenger_1_1Application_1_1Session.html +74 -3
- data/doc/cxxapi/classPassenger_1_1BusyException-members.html +1 -2
- data/doc/cxxapi/classPassenger_1_1BusyException.html +2 -3
- data/doc/cxxapi/classPassenger_1_1ConfigurationException-members.html +1 -2
- data/doc/cxxapi/classPassenger_1_1ConfigurationException.html +2 -3
- data/doc/cxxapi/classPassenger_1_1DirectoryMapper-members.html +38 -0
- data/doc/cxxapi/classPassenger_1_1DirectoryMapper.html +256 -0
- data/doc/cxxapi/classPassenger_1_1DummySpawnManager-members.html +1 -2
- data/doc/cxxapi/classPassenger_1_1DummySpawnManager.html +2 -3
- data/doc/cxxapi/{classPassenger_1_1Thread-members.html → classPassenger_1_1FileChecker-members.html} +4 -5
- data/doc/cxxapi/classPassenger_1_1FileChecker.html +121 -0
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException-members.html +1 -2
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException.html +2 -3
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1FileSystemException-members.html +2 -3
- data/doc/cxxapi/classPassenger_1_1FileSystemException.html +2 -3
- data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1IOException-members.html +1 -2
- data/doc/cxxapi/classPassenger_1_1IOException.html +2 -3
- data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1MessageChannel-members.html +5 -2
- data/doc/cxxapi/classPassenger_1_1MessageChannel.html +155 -5
- data/doc/cxxapi/{classboost_1_1this__thread_1_1enable__syscall__interruption-members.html → classPassenger_1_1RuntimeException-members.html} +2 -3
- data/doc/cxxapi/{classboost_1_1this__thread_1_1enable__syscall__interruption.html → classPassenger_1_1RuntimeException.html} +10 -8
- data/doc/cxxapi/classPassenger_1_1SpawnException-members.html +1 -2
- data/doc/cxxapi/classPassenger_1_1SpawnException.html +2 -3
- data/doc/cxxapi/classPassenger_1_1SpawnManager-members.html +2 -3
- data/doc/cxxapi/classPassenger_1_1SpawnManager.html +15 -56
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool-members.html +5 -4
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool.html +20 -81
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1SystemException-members.html +2 -3
- data/doc/cxxapi/classPassenger_1_1SystemException.html +9 -10
- data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.png +0 -0
- data/doc/cxxapi/{classboost_1_1this__thread_1_1disable__syscall__interruption-members.html → classPassenger_1_1SystemTime-members.html} +5 -3
- data/doc/cxxapi/classPassenger_1_1SystemTime.html +86 -0
- data/doc/cxxapi/classPassenger_1_1TempFile-members.html +2 -3
- data/doc/cxxapi/classPassenger_1_1TempFile.html +17 -9
- data/doc/cxxapi/definitions_8h-source.html +1 -2
- data/doc/cxxapi/files.html +6 -3
- data/doc/cxxapi/functions.html +98 -35
- data/doc/cxxapi/functions_func.html +60 -32
- data/doc/cxxapi/functions_type.html +1 -2
- data/doc/cxxapi/functions_vars.html +27 -2
- data/doc/cxxapi/graph_legend.html +1 -2
- data/doc/cxxapi/graph_legend.png +0 -0
- data/doc/cxxapi/group__Configuration.html +3 -4
- data/doc/cxxapi/group__Configuration.png +0 -0
- data/doc/cxxapi/group__Core.html +3 -4
- data/doc/cxxapi/group__Core.png +0 -0
- data/doc/cxxapi/group__Exceptions.html +4 -2
- data/doc/cxxapi/group__Hooks.html +1 -6
- data/doc/cxxapi/group__Hooks.png +0 -0
- data/doc/cxxapi/group__Support.html +259 -36
- data/doc/cxxapi/hierarchy.html +6 -7
- data/doc/cxxapi/inherit__graph__0.map +1 -1
- data/doc/cxxapi/inherit__graph__0.md5 +1 -1
- data/doc/cxxapi/inherit__graph__0.png +0 -0
- data/doc/cxxapi/inherit__graph__1.map +1 -1
- data/doc/cxxapi/inherit__graph__1.md5 +1 -1
- data/doc/cxxapi/inherit__graph__1.png +0 -0
- data/doc/cxxapi/inherit__graph__10.map +1 -1
- data/doc/cxxapi/inherit__graph__10.md5 +1 -1
- data/doc/cxxapi/inherit__graph__10.png +0 -0
- data/doc/cxxapi/inherit__graph__11.map +1 -1
- data/doc/cxxapi/inherit__graph__11.md5 +1 -1
- data/doc/cxxapi/inherit__graph__11.png +0 -0
- data/doc/cxxapi/inherit__graph__12.map +2 -1
- data/doc/cxxapi/inherit__graph__12.md5 +1 -1
- data/doc/cxxapi/inherit__graph__12.png +0 -0
- data/doc/cxxapi/inherit__graph__13.map +1 -1
- data/doc/cxxapi/inherit__graph__13.md5 +1 -1
- data/doc/cxxapi/inherit__graph__13.png +0 -0
- data/doc/cxxapi/inherit__graph__14.map +1 -2
- data/doc/cxxapi/inherit__graph__14.md5 +1 -1
- data/doc/cxxapi/inherit__graph__14.png +0 -0
- data/doc/cxxapi/inherit__graph__15.map +1 -1
- data/doc/cxxapi/inherit__graph__15.md5 +1 -1
- data/doc/cxxapi/inherit__graph__15.png +0 -0
- data/doc/cxxapi/inherit__graph__16.map +1 -1
- data/doc/cxxapi/inherit__graph__16.md5 +1 -1
- data/doc/cxxapi/inherit__graph__16.png +0 -0
- data/doc/cxxapi/inherit__graph__17.png +0 -0
- data/doc/cxxapi/inherit__graph__18.png +0 -0
- data/doc/cxxapi/inherit__graph__19.png +0 -0
- data/doc/cxxapi/inherit__graph__2.map +1 -1
- data/doc/cxxapi/inherit__graph__2.md5 +1 -1
- data/doc/cxxapi/inherit__graph__2.png +0 -0
- data/doc/cxxapi/inherit__graph__20.map +1 -1
- data/doc/cxxapi/inherit__graph__20.md5 +1 -1
- data/doc/cxxapi/inherit__graph__20.png +0 -0
- data/doc/cxxapi/inherit__graph__21.map +1 -1
- data/doc/cxxapi/inherit__graph__21.md5 +1 -1
- data/doc/cxxapi/inherit__graph__21.png +0 -0
- data/doc/cxxapi/inherit__graph__3.map +1 -1
- data/doc/cxxapi/inherit__graph__3.md5 +1 -1
- data/doc/cxxapi/inherit__graph__3.png +0 -0
- data/doc/cxxapi/inherit__graph__4.map +1 -1
- data/doc/cxxapi/inherit__graph__4.md5 +1 -1
- data/doc/cxxapi/inherit__graph__4.png +0 -0
- data/doc/cxxapi/inherit__graph__5.map +2 -1
- data/doc/cxxapi/inherit__graph__5.md5 +1 -1
- data/doc/cxxapi/inherit__graph__5.png +0 -0
- data/doc/cxxapi/inherit__graph__6.map +1 -1
- data/doc/cxxapi/inherit__graph__6.md5 +1 -1
- data/doc/cxxapi/inherit__graph__6.png +0 -0
- data/doc/cxxapi/inherit__graph__7.map +1 -1
- data/doc/cxxapi/inherit__graph__7.md5 +1 -1
- data/doc/cxxapi/inherit__graph__7.png +0 -0
- data/doc/cxxapi/inherit__graph__8.map +1 -1
- data/doc/cxxapi/inherit__graph__8.md5 +1 -1
- data/doc/cxxapi/inherit__graph__8.png +0 -0
- data/doc/cxxapi/inherit__graph__9.map +1 -2
- data/doc/cxxapi/inherit__graph__9.md5 +1 -1
- data/doc/cxxapi/inherit__graph__9.png +0 -0
- data/doc/cxxapi/inherits.html +30 -31
- data/doc/cxxapi/main.html +1 -2
- data/doc/cxxapi/modules.html +1 -2
- data/doc/cxxapi/structPassenger_1_1AnythingToString-members.html +1 -2
- data/doc/cxxapi/structPassenger_1_1AnythingToString.html +2 -3
- data/doc/cxxapi/structPassenger_1_1AnythingToString_3_01vector_3_01string_01_4_01_4-members.html +1 -2
- data/doc/cxxapi/structPassenger_1_1AnythingToString_3_01vector_3_01string_01_4_01_4.html +2 -3
- data/doc/cxxapi/structPassenger_1_1PoolOptions-members.html +49 -0
- data/doc/cxxapi/structPassenger_1_1PoolOptions.html +404 -0
- data/doc/cxxapi/tree.html +18 -20
- data/doc/images/conservative_spawning.png +0 -0
- data/doc/images/conservative_spawning.svg +248 -0
- data/doc/images/smart-lv2.png +0 -0
- data/doc/images/smart-lv2.svg +320 -0
- data/doc/rdoc/classes/ConditionVariable.html +68 -34
- data/doc/rdoc/classes/Exception.html +16 -16
- data/doc/rdoc/classes/GC.html +9 -9
- data/doc/rdoc/classes/IO.html +36 -17
- data/doc/rdoc/classes/PhusionPassenger.html +183 -0
- data/doc/rdoc/classes/PhusionPassenger/AbstractRequestHandler.html +511 -0
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/AbstractServer.html +285 -242
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/AbstractServer/ServerAlreadyStarted.html +3 -3
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/AbstractServer/ServerError.html +3 -3
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/AbstractServer/ServerNotStarted.html +3 -3
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/AbstractServer/UnknownMessage.html +3 -3
- data/doc/rdoc/classes/PhusionPassenger/AbstractServerCollection.html +598 -0
- data/doc/rdoc/classes/PhusionPassenger/AdminTools.html +140 -0
- data/doc/rdoc/classes/PhusionPassenger/AdminTools/ControlProcess.html +247 -0
- data/doc/rdoc/classes/PhusionPassenger/AdminTools/ControlProcess/Instance.html +138 -0
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/AppInitError.html +36 -19
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/Application.html +81 -96
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/ConsoleTextTemplate.html +18 -18
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/FrameworkInitError.html +20 -18
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/HTMLTemplate.html +18 -18
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/InitializationError.html +9 -9
- data/doc/rdoc/classes/PhusionPassenger/InvalidPath.html +92 -0
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/MessageChannel.html +93 -92
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/NativeSupport.html +55 -25
- data/doc/rdoc/classes/PhusionPassenger/Rack.html +91 -0
- data/doc/rdoc/classes/PhusionPassenger/Rack/ApplicationSpawner.html +185 -0
- data/doc/rdoc/classes/PhusionPassenger/Rack/RequestHandler.html +182 -0
- data/doc/rdoc/classes/PhusionPassenger/Railz.html +95 -0
- data/doc/rdoc/classes/PhusionPassenger/Railz/ApplicationSpawner.html +424 -0
- data/doc/rdoc/classes/PhusionPassenger/Railz/ApplicationSpawner/Error.html +98 -0
- data/doc/rdoc/classes/PhusionPassenger/Railz/CGIFixed.html +200 -0
- data/doc/rdoc/classes/PhusionPassenger/Railz/FrameworkSpawner.html +444 -0
- data/doc/rdoc/classes/PhusionPassenger/Railz/FrameworkSpawner/Error.html +98 -0
- data/doc/rdoc/classes/PhusionPassenger/Railz/RequestHandler.html +154 -0
- data/doc/rdoc/classes/PhusionPassenger/SpawnManager.html +408 -0
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/UnknownError.html +13 -13
- data/doc/rdoc/classes/PhusionPassenger/Utils.html +687 -0
- data/doc/rdoc/classes/{Passenger → PhusionPassenger}/VersionNotFound.html +8 -8
- data/doc/rdoc/classes/PhusionPassenger/WSGI.html +89 -0
- data/doc/rdoc/classes/PhusionPassenger/WSGI/ApplicationSpawner.html +188 -0
- data/doc/rdoc/classes/PlatformInfo.html +663 -159
- data/doc/rdoc/classes/RakeExtensions.html +4 -4
- data/doc/rdoc/classes/Signal.html +134 -0
- data/doc/rdoc/created.rid +1 -1
- data/doc/rdoc/files/DEVELOPERS_TXT.html +15 -10
- data/doc/rdoc/files/README.html +5 -7
- data/doc/rdoc/files/ext/{passenger → phusion_passenger}/native_support_c.html +2 -2
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/abstract_request_handler_rb.html +7 -9
- data/doc/rdoc/files/lib/phusion_passenger/abstract_server_collection_rb.html +120 -0
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/abstract_server_rb.html +7 -10
- data/doc/rdoc/files/lib/phusion_passenger/admin_tools/control_process_rb.html +99 -0
- data/doc/rdoc/files/lib/phusion_passenger/admin_tools_rb.html +92 -0
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/application_rb.html +6 -8
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/console_text_template_rb.html +5 -7
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/constants_rb.html +4 -5
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/dependencies_rb.html +6 -8
- data/doc/rdoc/files/lib/phusion_passenger/events_rb.html +116 -0
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/exceptions_rb.html +5 -7
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/html_template_rb.html +5 -7
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/message_channel_rb.html +5 -7
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/platform_info_rb.html +6 -7
- data/doc/rdoc/files/lib/phusion_passenger/rack/application_spawner_rb.html +123 -0
- data/doc/rdoc/files/lib/phusion_passenger/rack/request_handler_rb.html +117 -0
- data/doc/rdoc/files/lib/{passenger/utils_rb.html → phusion_passenger/railz/application_spawner_rb.html} +24 -17
- data/doc/rdoc/files/lib/phusion_passenger/railz/cgi_fixed_rb.html +126 -0
- data/doc/rdoc/files/lib/phusion_passenger/railz/framework_spawner_rb.html +139 -0
- data/doc/rdoc/files/lib/phusion_passenger/railz/request_handler_rb.html +118 -0
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/simple_benchmarking_rb.html +5 -7
- data/doc/rdoc/files/lib/{passenger → phusion_passenger}/spawn_manager_rb.html +40 -24
- data/doc/rdoc/files/lib/phusion_passenger/utils_rb.html +169 -0
- data/doc/rdoc/files/lib/phusion_passenger/wsgi/application_spawner_rb.html +120 -0
- data/doc/rdoc/files/lib/rake/extensions_rb.html +3 -4
- data/doc/rdoc/fr_class_index.html +37 -19
- data/doc/rdoc/fr_file_index.html +25 -14
- data/doc/rdoc/fr_method_index.html +145 -74
- data/ext/apache2/Application.h +145 -44
- data/ext/apache2/ApplicationPool.h +27 -29
- data/ext/apache2/ApplicationPoolServer.h +183 -72
- data/ext/apache2/ApplicationPoolServerExecutable.cpp +249 -42
- data/ext/apache2/Bucket.cpp +61 -9
- data/ext/apache2/Bucket.h +15 -8
- data/ext/apache2/CachedFileStat.cpp +114 -0
- data/ext/apache2/CachedFileStat.h +169 -0
- data/ext/apache2/Configuration.cpp +213 -22
- data/ext/apache2/Configuration.h +176 -13
- data/ext/apache2/DirectoryMapper.h +287 -0
- data/ext/apache2/Exceptions.h +30 -12
- data/ext/apache2/FileChecker.h +108 -0
- data/ext/apache2/Hooks.cpp +709 -493
- data/ext/apache2/LICENSE-CNRI.TXT +15 -0
- data/ext/apache2/Logging.h +26 -22
- data/ext/apache2/MessageChannel.h +124 -15
- data/ext/apache2/PoolOptions.h +283 -0
- data/ext/apache2/SpawnManager.h +75 -99
- data/ext/apache2/StandardApplicationPool.h +296 -195
- data/ext/apache2/SystemTime.cpp +28 -0
- data/ext/apache2/SystemTime.h +82 -0
- data/ext/apache2/Utils.cpp +172 -18
- data/ext/apache2/Utils.h +124 -19
- data/ext/boost/cstdint.hpp +4 -2
- data/ext/boost/current_function.hpp +67 -0
- data/ext/boost/detail/sp_counted_base.hpp +4 -4
- data/ext/boost/thread/exceptions.hpp +2 -1
- data/ext/boost/thread/pthread/thread.hpp +11 -3
- data/ext/boost/thread/pthread/thread_data.hpp +2 -1
- data/ext/oxt/backtrace.cpp +172 -0
- data/ext/oxt/backtrace.hpp +135 -0
- data/ext/oxt/detail/backtrace_disabled.hpp +39 -0
- data/ext/oxt/detail/backtrace_enabled.hpp +155 -0
- data/ext/oxt/detail/spin_lock_gcc_x86.hpp +82 -0
- data/ext/oxt/detail/spin_lock_portable.hpp +38 -0
- data/ext/oxt/detail/spin_lock_pthreads.hpp +97 -0
- data/ext/oxt/detail/tracable_exception_disabled.hpp +46 -0
- data/ext/oxt/detail/tracable_exception_enabled.hpp +48 -0
- data/ext/oxt/macros.hpp +58 -0
- data/ext/oxt/spin_lock.hpp +55 -0
- data/ext/{apache2/System.cpp → oxt/system_calls.cpp} +87 -52
- data/ext/oxt/system_calls.hpp +234 -0
- data/ext/oxt/thread.cpp +32 -0
- data/ext/oxt/thread.hpp +223 -0
- data/ext/oxt/tracable_exception.cpp +87 -0
- data/ext/oxt/tracable_exception.hpp +35 -0
- data/{lib/passenger/constants.rb → ext/phusion_passenger/extconf.rb} +14 -9
- data/ext/{passenger → phusion_passenger}/native_support.c +33 -6
- data/lib/{passenger → phusion_passenger}/abstract_request_handler.rb +209 -93
- data/lib/{passenger → phusion_passenger}/abstract_server.rb +23 -8
- data/lib/phusion_passenger/abstract_server_collection.rb +301 -0
- data/lib/phusion_passenger/admin_tools.rb +25 -0
- data/lib/phusion_passenger/admin_tools/control_process.rb +107 -0
- data/lib/{passenger → phusion_passenger}/application.rb +13 -16
- data/lib/{passenger → phusion_passenger}/console_text_template.rb +2 -2
- data/{ext/passenger/extconf.rb → lib/phusion_passenger/constants.rb} +5 -5
- data/lib/{passenger → phusion_passenger}/dependencies.rb +38 -32
- data/lib/phusion_passenger/events.rb +45 -0
- data/lib/{passenger → phusion_passenger}/exceptions.rb +12 -5
- data/lib/{passenger → phusion_passenger}/html_template.rb +2 -2
- data/lib/{passenger → phusion_passenger}/message_channel.rb +3 -2
- data/lib/phusion_passenger/platform_info.rb +500 -0
- data/lib/{passenger → phusion_passenger}/rack/application_spawner.rb +29 -22
- data/lib/{passenger → phusion_passenger}/rack/request_handler.rb +14 -9
- data/lib/{passenger → phusion_passenger}/railz/application_spawner.rb +94 -74
- data/lib/{passenger → phusion_passenger}/railz/cgi_fixed.rb +2 -2
- data/lib/{passenger → phusion_passenger}/railz/framework_spawner.rb +86 -98
- data/lib/{passenger → phusion_passenger}/railz/request_handler.rb +6 -6
- data/lib/{passenger → phusion_passenger}/simple_benchmarking.rb +0 -0
- data/lib/{passenger → phusion_passenger}/spawn_manager.rb +136 -128
- data/lib/{passenger → phusion_passenger}/templates/apache2_config_snippets.txt.erb +0 -0
- data/lib/{passenger → phusion_passenger}/templates/apache_must_be_compiled_with_compatible_mpm.txt.erb +0 -0
- data/lib/phusion_passenger/templates/app_exited_during_initialization.html.erb +38 -0
- data/lib/{passenger → phusion_passenger}/templates/app_init_error.html.erb +0 -0
- data/lib/{passenger → phusion_passenger}/templates/database_error.html.erb +0 -0
- data/lib/{passenger → phusion_passenger}/templates/deployment_example.txt.erb +1 -1
- data/lib/{passenger → phusion_passenger}/templates/error_layout.css +0 -0
- data/lib/{passenger → phusion_passenger}/templates/error_layout.html.erb +0 -0
- data/lib/{passenger → phusion_passenger}/templates/framework_init_error.html.erb +0 -0
- data/lib/{passenger → phusion_passenger}/templates/general_error.html.erb +0 -0
- data/lib/{passenger → phusion_passenger}/templates/invalid_app_root.html.erb +1 -1
- data/lib/{passenger → phusion_passenger}/templates/load_error.html.erb +0 -0
- data/lib/{passenger → phusion_passenger}/templates/no_write_permission_to_passenger_root.txt.erb +0 -0
- data/lib/{passenger → phusion_passenger}/templates/possible_solutions_for_compilation_and_installation_problems.txt.erb +0 -0
- data/lib/{passenger → phusion_passenger}/templates/run_installer_as_root.txt.erb +0 -0
- data/lib/{passenger → phusion_passenger}/templates/version_not_found.html.erb +0 -0
- data/lib/{passenger → phusion_passenger}/templates/welcome.txt.erb +0 -0
- data/lib/{passenger → phusion_passenger}/utils.rb +210 -44
- data/lib/{passenger → phusion_passenger}/wsgi/application_spawner.rb +18 -15
- data/lib/{passenger → phusion_passenger}/wsgi/request_handler.py +7 -1
- data/man/passenger-memory-stats.8 +1 -1
- data/misc/render_error_pages.rb +1 -1
- data/test/ApplicationPoolServerTest.cpp +0 -28
- data/test/ApplicationPoolServer_ApplicationPoolTest.cpp +4 -0
- data/test/ApplicationPoolTest.cpp +307 -69
- data/test/CachedFileStatTest.cpp +262 -0
- data/test/FileCheckerTest.cpp +79 -0
- data/test/MessageChannelTest.cpp +3 -3
- data/test/PoolOptionsTest.cpp +37 -0
- data/test/SpawnManagerTest.cpp +4 -4
- data/test/StandardApplicationPoolTest.cpp +4 -0
- data/test/SystemTimeTest.cpp +37 -0
- data/test/UtilsTest.cpp +137 -0
- data/test/integration_tests.rb +270 -23
- data/test/oxt/backtrace_test.cpp +128 -0
- data/test/oxt/oxt_test_main.cpp +25 -0
- data/test/oxt/syscall_interruption_test.cpp +50 -0
- data/test/ruby/abstract_request_handler_spec.rb +83 -0
- data/test/ruby/abstract_server_collection_spec.rb +246 -0
- data/test/ruby/application_spec.rb +3 -3
- data/test/ruby/message_channel_spec.rb +2 -2
- data/test/ruby/rack/application_spawner_spec.rb +3 -5
- data/test/ruby/rails/application_spawner_spec.rb +54 -15
- data/test/ruby/rails/framework_spawner_spec.rb +6 -8
- data/test/ruby/rails/minimal_spawner_spec.rb +29 -0
- data/test/ruby/rails/spawner_error_handling_spec.rb +1 -1
- data/test/ruby/rails/spawner_privilege_lowering_spec.rb +3 -3
- data/test/ruby/spawn_manager_spec.rb +23 -12
- data/test/ruby/utils_spec.rb +36 -2
- data/test/ruby/wsgi/application_spawner_spec.rb +47 -0
- data/test/stub/apache2/httpd.conf.erb +3 -5
- data/test/stub/message_channel.rb +2 -2
- data/test/stub/message_channel_2.rb +2 -2
- data/test/stub/message_channel_3.rb +3 -3
- data/test/stub/minimal-railsapp/README +0 -0
- data/test/stub/minimal-railsapp/config/application.rb +0 -0
- data/test/stub/minimal-railsapp/config/environment.rb +0 -0
- data/test/stub/minimal-railsapp/vendor/rails/actionmailer/lib/action_mailer.rb +0 -0
- data/test/stub/minimal-railsapp/vendor/rails/actionpack/lib/action_controller.rb +0 -0
- data/test/stub/minimal-railsapp/vendor/rails/actionpack/lib/action_pack.rb +0 -0
- data/test/stub/minimal-railsapp/vendor/rails/actionpack/lib/action_view.rb +0 -0
- data/test/stub/minimal-railsapp/vendor/rails/activerecord/lib/active_record.rb +0 -0
- data/test/stub/minimal-railsapp/vendor/rails/activeresource/lib/active_resource.rb +0 -0
- data/test/stub/minimal-railsapp/vendor/rails/activesupport/lib/active_support.rb +0 -0
- data/test/stub/minimal-railsapp/vendor/rails/activesupport/lib/active_support/whiny_nil.rb +0 -0
- data/test/stub/minimal-railsapp/vendor/rails/railties/lib/dispatcher.rb +0 -0
- data/test/stub/minimal-railsapp/vendor/rails/railties/lib/initializer.rb +0 -0
- data/test/stub/minimal-railsapp/vendor/rails/railties/lib/ruby_version_check.rb +0 -0
- data/test/stub/rails_apps/foobar/app/controllers/foo_controller.rb +8 -0
- data/test/stub/rails_apps/foobar/config/environments/development.rb +1 -2
- data/test/stub/rails_apps/mycook/app/controllers/welcome_controller.rb +21 -1
- data/test/stub/rails_apps/mycook/sites/some.site/public/uploads.html +26 -0
- data/test/stub/rails_apps/mycook/sites/some.site/public/welcome/cached.html +26 -0
- data/test/stub/railsapp/app/controllers/application.rb +0 -0
- data/test/stub/railsapp/app/controllers/bar_controller_1.rb +0 -0
- data/test/stub/railsapp/app/controllers/bar_controller_2.rb +1 -1
- data/test/stub/railsapp/app/controllers/foo_controller.rb +4 -0
- data/test/stub/railsapp/app/helpers/application_helper.rb +0 -0
- data/test/stub/railsapp/config/boot.rb +0 -0
- data/test/stub/railsapp/config/database.yml +0 -0
- data/test/stub/railsapp/config/environment.rb +0 -0
- data/test/stub/railsapp/config/environments/development.rb +0 -0
- data/test/stub/railsapp/config/environments/production.rb +0 -0
- data/test/stub/railsapp/config/initializers/inflections.rb +0 -0
- data/test/stub/railsapp/config/initializers/mime_types.rb +0 -0
- data/test/stub/railsapp/config/routes.rb +0 -0
- data/test/stub/railsapp/public/useless.txt +0 -0
- data/test/stub/spawn_server.rb +3 -4
- data/test/stub/wsgi/passenger_wsgi.pyc +0 -0
- data/test/support/apache2_controller.rb +57 -7
- data/test/support/tut.h +15 -0
- data/vendor/README +12 -0
- data/vendor/README_FOR_PACKAGERS +1 -0
- data/vendor/rack-0.9.1/AUTHORS +8 -0
- data/vendor/rack-0.9.1/COPYING +18 -0
- data/vendor/rack-0.9.1/ChangeLog +1423 -0
- data/vendor/rack-0.9.1/KNOWN-ISSUES +18 -0
- data/vendor/rack-0.9.1/README +306 -0
- data/vendor/rack-0.9.1/Rakefile +188 -0
- data/vendor/rack-0.9.1/SPEC +129 -0
- data/vendor/rack-0.9.1/lib/rack.rb +86 -0
- data/vendor/rack-0.9.1/lib/rack/adapter/camping.rb +22 -0
- data/vendor/rack-0.9.1/lib/rack/auth/abstract/handler.rb +28 -0
- data/vendor/rack-0.9.1/lib/rack/auth/abstract/request.rb +37 -0
- data/vendor/rack-0.9.1/lib/rack/auth/basic.rb +58 -0
- data/vendor/rack-0.9.1/lib/rack/auth/digest/md5.rb +124 -0
- data/vendor/rack-0.9.1/lib/rack/auth/digest/nonce.rb +51 -0
- data/vendor/rack-0.9.1/lib/rack/auth/digest/params.rb +55 -0
- data/vendor/rack-0.9.1/lib/rack/auth/digest/request.rb +40 -0
- data/vendor/rack-0.9.1/lib/rack/auth/openid.rb +438 -0
- data/vendor/rack-0.9.1/lib/rack/builder.rb +67 -0
- data/vendor/rack-0.9.1/lib/rack/cascade.rb +36 -0
- data/vendor/rack-0.9.1/lib/rack/commonlogger.rb +61 -0
- data/vendor/rack-0.9.1/lib/rack/conditionalget.rb +43 -0
- data/vendor/rack-0.9.1/lib/rack/content_length.rb +25 -0
- data/vendor/rack-0.9.1/lib/rack/deflater.rb +87 -0
- data/vendor/rack-0.9.1/lib/rack/directory.rb +150 -0
- data/vendor/rack-0.9.1/lib/rack/file.rb +85 -0
- data/vendor/rack-0.9.1/lib/rack/handler.rb +48 -0
- data/vendor/rack-0.9.1/lib/rack/handler/cgi.rb +57 -0
- data/vendor/rack-0.9.1/lib/rack/handler/evented_mongrel.rb +8 -0
- data/vendor/rack-0.9.1/lib/rack/handler/fastcgi.rb +86 -0
- data/vendor/rack-0.9.1/lib/rack/handler/lsws.rb +52 -0
- data/vendor/rack-0.9.1/lib/rack/handler/mongrel.rb +82 -0
- data/vendor/rack-0.9.1/lib/rack/handler/scgi.rb +57 -0
- data/vendor/rack-0.9.1/lib/rack/handler/swiftiplied_mongrel.rb +8 -0
- data/vendor/rack-0.9.1/lib/rack/handler/thin.rb +15 -0
- data/vendor/rack-0.9.1/lib/rack/handler/webrick.rb +61 -0
- data/vendor/rack-0.9.1/lib/rack/head.rb +19 -0
- data/vendor/rack-0.9.1/lib/rack/lint.rb +465 -0
- data/vendor/rack-0.9.1/lib/rack/lobster.rb +65 -0
- data/vendor/rack-0.9.1/lib/rack/methodoverride.rb +27 -0
- data/vendor/rack-0.9.1/lib/rack/mime.rb +204 -0
- data/vendor/rack-0.9.1/lib/rack/mock.rb +160 -0
- data/vendor/rack-0.9.1/lib/rack/recursive.rb +57 -0
- data/vendor/rack-0.9.1/lib/rack/reloader.rb +64 -0
- data/vendor/rack-0.9.1/lib/rack/request.rb +218 -0
- data/vendor/rack-0.9.1/lib/rack/response.rb +171 -0
- data/vendor/rack-0.9.1/lib/rack/session/abstract/id.rb +153 -0
- data/vendor/rack-0.9.1/lib/rack/session/cookie.rb +89 -0
- data/vendor/rack-0.9.1/lib/rack/session/memcache.rb +97 -0
- data/vendor/rack-0.9.1/lib/rack/session/pool.rb +73 -0
- data/vendor/rack-0.9.1/lib/rack/showexceptions.rb +348 -0
- data/vendor/rack-0.9.1/lib/rack/showstatus.rb +106 -0
- data/vendor/rack-0.9.1/lib/rack/static.rb +38 -0
- data/vendor/rack-0.9.1/lib/rack/urlmap.rb +48 -0
- data/vendor/rack-0.9.1/lib/rack/utils.rb +347 -0
- metadata +1197 -1055
- data/doc/cxxapi/System_8h-source.html +0 -251
- data/doc/cxxapi/classDirectoryMapper-members.html +0 -38
- data/doc/cxxapi/classDirectoryMapper.html +0 -203
- data/doc/cxxapi/classPassenger_1_1Thread.html +0 -100
- data/doc/cxxapi/classboost_1_1this__thread_1_1disable__syscall__interruption.html +0 -46
- data/doc/cxxapi/classboost_1_1this__thread_1_1restore__syscall__interruption-members.html +0 -33
- data/doc/cxxapi/classboost_1_1this__thread_1_1restore__syscall__interruption.html +0 -44
- data/doc/cxxapi/namespacePassenger.html +0 -208
- data/doc/cxxapi/namespacePassenger_1_1InterruptableCalls.html +0 -43
- data/doc/cxxapi/namespacemembers.html +0 -70
- data/doc/cxxapi/namespacemembers_func.html +0 -66
- data/doc/cxxapi/namespacemembers_type.html +0 -46
- data/doc/cxxapi/namespaces.html +0 -35
- data/doc/rdoc/classes/Passenger.html +0 -136
- data/doc/rdoc/classes/Passenger/AbstractRequestHandler.html +0 -402
- data/doc/rdoc/classes/Passenger/SpawnManager.html +0 -379
- data/doc/rdoc/classes/Passenger/Utils.html +0 -578
- data/ext/apache2/System.h +0 -228
- data/lib/passenger/platform_info.rb +0 -302
- data/lib/passenger/templates/app_exited_during_initialization.html.erb +0 -19
- data/test/stub/apache2/httpd.conf +0 -75
- data/test/stub/rails_apps/foobar/config/environments/test.rb +0 -22
- data/test/stub/rails_apps/mycook/config/environments/test.rb +0 -22
- data/test/stub/railsapp/config/environments/test.rb +0 -22
- data/test/stub/railsapp2/config/environments/test.rb +0 -22
@@ -0,0 +1,153 @@
|
|
1
|
+
# AUTHOR: blink <blinketje@gmail.com>; blink#ruby-lang@irc.freenode.net
|
2
|
+
# bugrep: Andreas Zehnder
|
3
|
+
|
4
|
+
require 'rack/utils'
|
5
|
+
require 'time'
|
6
|
+
|
7
|
+
module Rack
|
8
|
+
module Session
|
9
|
+
module Abstract
|
10
|
+
# ID sets up a basic framework for implementing an id based sessioning
|
11
|
+
# service. Cookies sent to the client for maintaining sessions will only
|
12
|
+
# contain an id reference. Only #get_session and #set_session should
|
13
|
+
# need to be overwritten.
|
14
|
+
#
|
15
|
+
# All parameters are optional.
|
16
|
+
# * :key determines the name of the cookie, by default it is
|
17
|
+
# 'rack.session'
|
18
|
+
# * :domain and :path set the related cookie values, by default
|
19
|
+
# domain is nil, and the path is '/'.
|
20
|
+
# * :expire_after is the number of seconds in which the session
|
21
|
+
# cookie will expire. By default it is set not to provide any
|
22
|
+
# expiry time.
|
23
|
+
class ID
|
24
|
+
attr_reader :key
|
25
|
+
DEFAULT_OPTIONS = {
|
26
|
+
:key => 'rack.session',
|
27
|
+
:path => '/',
|
28
|
+
:domain => nil,
|
29
|
+
:expire_after => nil,
|
30
|
+
:secure => false,
|
31
|
+
:httponly => true,
|
32
|
+
:sidbits => 128
|
33
|
+
}
|
34
|
+
|
35
|
+
def initialize(app, options={})
|
36
|
+
@default_options = self.class::DEFAULT_OPTIONS.merge(options)
|
37
|
+
@key = @default_options[:key]
|
38
|
+
@default_context = context app
|
39
|
+
end
|
40
|
+
|
41
|
+
def call(env)
|
42
|
+
@default_context.call(env)
|
43
|
+
end
|
44
|
+
|
45
|
+
def context(app)
|
46
|
+
Rack::Utils::Context.new self, app do |env|
|
47
|
+
load_session env
|
48
|
+
response = app.call(env)
|
49
|
+
commit_session env, response
|
50
|
+
response
|
51
|
+
end
|
52
|
+
end
|
53
|
+
|
54
|
+
private
|
55
|
+
|
56
|
+
# Generate a new session id using Ruby #rand. The size of the
|
57
|
+
# session id is controlled by the :sidbits option.
|
58
|
+
# Monkey patch this to use custom methods for session id generation.
|
59
|
+
def generate_sid
|
60
|
+
"%0#{@default_options[:sidbits] / 4}x" %
|
61
|
+
rand(2**@default_options[:sidbits] - 1)
|
62
|
+
end
|
63
|
+
|
64
|
+
# Extracts the session id from provided cookies and passes it and the
|
65
|
+
# environment to #get_session. It then sets the resulting session into
|
66
|
+
# 'rack.session', and places options and session metadata into
|
67
|
+
# 'rack.session.options'.
|
68
|
+
def load_session(env)
|
69
|
+
sid = (env['HTTP_COOKIE']||'')[/#{@key}=([^,;]+)/,1]
|
70
|
+
sid, session = get_session(env, sid)
|
71
|
+
unless session.is_a?(Hash)
|
72
|
+
puts 'Session: '+sid.inspect+"\n"+session.inspect if $DEBUG
|
73
|
+
raise TypeError, 'Session not a Hash'
|
74
|
+
end
|
75
|
+
|
76
|
+
options = @default_options.
|
77
|
+
merge({ :id => sid, :by => self, :at => Time.now })
|
78
|
+
|
79
|
+
env['rack.session'] = session
|
80
|
+
env['rack.session.options'] = options
|
81
|
+
|
82
|
+
return true
|
83
|
+
end
|
84
|
+
|
85
|
+
# Acquires the session from the environment and the session id from
|
86
|
+
# the session options and passes them to #set_session. It then
|
87
|
+
# proceeds to set a cookie up in the response with the session's id.
|
88
|
+
def commit_session(env, response)
|
89
|
+
unless response.is_a?(Array)
|
90
|
+
puts 'Response: '+response.inspect if $DEBUG
|
91
|
+
raise ArgumentError, 'Response is not an array.'
|
92
|
+
end
|
93
|
+
|
94
|
+
options = env['rack.session.options']
|
95
|
+
unless options.is_a?(Hash)
|
96
|
+
puts 'Options: '+options.inspect if $DEBUG
|
97
|
+
raise TypeError, 'Options not a Hash'
|
98
|
+
end
|
99
|
+
|
100
|
+
sid, time, z = options.values_at(:id, :at, :by)
|
101
|
+
unless self == z
|
102
|
+
warn "#{self} not managing this session."
|
103
|
+
return
|
104
|
+
end
|
105
|
+
|
106
|
+
unless env['rack.session'].is_a?(Hash)
|
107
|
+
warn 'Session: '+sid.inspect+"\n"+session.inspect if $DEBUG
|
108
|
+
raise TypeError, 'Session not a Hash'
|
109
|
+
end
|
110
|
+
|
111
|
+
unless set_session(env, sid)
|
112
|
+
warn "Session not saved." if $DEBUG
|
113
|
+
warn "#{env['rack.session'].inspect} has been lost."if $DEBUG
|
114
|
+
return false
|
115
|
+
end
|
116
|
+
|
117
|
+
cookie = Utils.escape(@key)+'='+Utils.escape(sid)
|
118
|
+
cookie<< "; domain=#{options[:domain]}" if options[:domain]
|
119
|
+
cookie<< "; path=#{options[:path]}" if options[:path]
|
120
|
+
if options[:expire_after]
|
121
|
+
expiry = time + options[:expire_after]
|
122
|
+
cookie<< "; expires=#{expiry.httpdate}"
|
123
|
+
end
|
124
|
+
cookie<< "; Secure" if options[:secure]
|
125
|
+
cookie<< "; HttpOnly" if options[:httponly]
|
126
|
+
|
127
|
+
case a = (h = response[1])['Set-Cookie']
|
128
|
+
when Array then a << cookie
|
129
|
+
when String then h['Set-Cookie'] = [a, cookie]
|
130
|
+
when nil then h['Set-Cookie'] = cookie
|
131
|
+
end
|
132
|
+
|
133
|
+
return true
|
134
|
+
end
|
135
|
+
|
136
|
+
# Should return [session_id, session]. All thread safety and session
|
137
|
+
# retrival proceedures should occur here.
|
138
|
+
# If nil is provided as the session id, generation of a new valid id
|
139
|
+
# should occur within.
|
140
|
+
def get_session(env, sid)
|
141
|
+
raise '#get_session needs to be implemented.'
|
142
|
+
end
|
143
|
+
|
144
|
+
# All thread safety and session storage proceedures should occur here.
|
145
|
+
# Should return true or false dependant on whether or not the session
|
146
|
+
# was saved or not.
|
147
|
+
def set_session(env, sid)
|
148
|
+
raise '#set_session needs to be implemented.'
|
149
|
+
end
|
150
|
+
end
|
151
|
+
end
|
152
|
+
end
|
153
|
+
end
|
@@ -0,0 +1,89 @@
|
|
1
|
+
require 'openssl'
|
2
|
+
|
3
|
+
module Rack
|
4
|
+
|
5
|
+
module Session
|
6
|
+
|
7
|
+
# Rack::Session::Cookie provides simple cookie based session management.
|
8
|
+
# The session is a Ruby Hash stored as base64 encoded marshalled data
|
9
|
+
# set to :key (default: rack.session).
|
10
|
+
# When the secret key is set, cookie data is checked for data integrity.
|
11
|
+
#
|
12
|
+
# Example:
|
13
|
+
#
|
14
|
+
# use Rack::Session::Cookie, :key => 'rack.session',
|
15
|
+
# :domain => 'foo.com',
|
16
|
+
# :path => '/',
|
17
|
+
# :expire_after => 2592000,
|
18
|
+
# :secret => 'change_me'
|
19
|
+
#
|
20
|
+
# All parameters are optional.
|
21
|
+
|
22
|
+
class Cookie
|
23
|
+
|
24
|
+
def initialize(app, options={})
|
25
|
+
@app = app
|
26
|
+
@key = options[:key] || "rack.session"
|
27
|
+
@secret = options[:secret]
|
28
|
+
@default_options = {:domain => nil,
|
29
|
+
:path => "/",
|
30
|
+
:expire_after => nil}.merge(options)
|
31
|
+
end
|
32
|
+
|
33
|
+
def call(env)
|
34
|
+
load_session(env)
|
35
|
+
status, headers, body = @app.call(env)
|
36
|
+
commit_session(env, status, headers, body)
|
37
|
+
end
|
38
|
+
|
39
|
+
private
|
40
|
+
|
41
|
+
def load_session(env)
|
42
|
+
request = Rack::Request.new(env)
|
43
|
+
session_data = request.cookies[@key]
|
44
|
+
|
45
|
+
if @secret && session_data
|
46
|
+
session_data, digest = session_data.split("--")
|
47
|
+
session_data = nil unless digest == generate_hmac(session_data)
|
48
|
+
end
|
49
|
+
|
50
|
+
begin
|
51
|
+
session_data = session_data.unpack("m*").first
|
52
|
+
session_data = Marshal.load(session_data)
|
53
|
+
env["rack.session"] = session_data
|
54
|
+
rescue
|
55
|
+
env["rack.session"] = Hash.new
|
56
|
+
end
|
57
|
+
|
58
|
+
env["rack.session.options"] = @default_options.dup
|
59
|
+
end
|
60
|
+
|
61
|
+
def commit_session(env, status, headers, body)
|
62
|
+
session_data = Marshal.dump(env["rack.session"])
|
63
|
+
session_data = [session_data].pack("m*")
|
64
|
+
|
65
|
+
if @secret
|
66
|
+
session_data = "#{session_data}--#{generate_hmac(session_data)}"
|
67
|
+
end
|
68
|
+
|
69
|
+
if session_data.size > (4096 - @key.size)
|
70
|
+
env["rack.errors"].puts("Warning! Rack::Session::Cookie data size exceeds 4K. Content dropped.")
|
71
|
+
[status, headers, body]
|
72
|
+
else
|
73
|
+
options = env["rack.session.options"]
|
74
|
+
cookie = Hash.new
|
75
|
+
cookie[:value] = session_data
|
76
|
+
cookie[:expires] = Time.now + options[:expire_after] unless options[:expire_after].nil?
|
77
|
+
response = Rack::Response.new(body, status, headers)
|
78
|
+
response.set_cookie(@key, cookie.merge(options))
|
79
|
+
response.to_a
|
80
|
+
end
|
81
|
+
end
|
82
|
+
|
83
|
+
def generate_hmac(data)
|
84
|
+
OpenSSL::HMAC.hexdigest(OpenSSL::Digest::SHA1.new, @secret, data)
|
85
|
+
end
|
86
|
+
|
87
|
+
end
|
88
|
+
end
|
89
|
+
end
|
@@ -0,0 +1,97 @@
|
|
1
|
+
# AUTHOR: blink <blinketje@gmail.com>; blink#ruby-lang@irc.freenode.net
|
2
|
+
|
3
|
+
require 'rack/session/abstract/id'
|
4
|
+
require 'memcache'
|
5
|
+
|
6
|
+
module Rack
|
7
|
+
module Session
|
8
|
+
# Rack::Session::Memcache provides simple cookie based session management.
|
9
|
+
# Session data is stored in memcached. The corresponding session key is
|
10
|
+
# maintained in the cookie.
|
11
|
+
# You may treat Session::Memcache as you would Session::Pool with the
|
12
|
+
# following caveats.
|
13
|
+
#
|
14
|
+
# * Setting :expire_after to 0 would note to the Memcache server to hang
|
15
|
+
# onto the session data until it would drop it according to it's own
|
16
|
+
# specifications. However, the cookie sent to the client would expire
|
17
|
+
# immediately.
|
18
|
+
#
|
19
|
+
# Note that memcache does drop data before it may be listed to expire. For
|
20
|
+
# a full description of behaviour, please see memcache's documentation.
|
21
|
+
|
22
|
+
class Memcache < Abstract::ID
|
23
|
+
attr_reader :mutex, :pool
|
24
|
+
DEFAULT_OPTIONS = Abstract::ID::DEFAULT_OPTIONS.merge({
|
25
|
+
:namespace => 'rack:session',
|
26
|
+
:memcache_server => 'localhost:11211'
|
27
|
+
})
|
28
|
+
|
29
|
+
def initialize(app, options={})
|
30
|
+
super
|
31
|
+
@pool = MemCache.new @default_options[:memcache_server], @default_options
|
32
|
+
unless @pool.servers.any?{|s|s.alive?}
|
33
|
+
raise "#{self} unable to find server during initialization."
|
34
|
+
end
|
35
|
+
@mutex = Mutex.new
|
36
|
+
end
|
37
|
+
|
38
|
+
private
|
39
|
+
|
40
|
+
def get_session(env, sid)
|
41
|
+
session = sid && @pool.get(sid)
|
42
|
+
unless session and session.is_a?(Hash)
|
43
|
+
session = {}
|
44
|
+
lc = 0
|
45
|
+
@mutex.synchronize do
|
46
|
+
begin
|
47
|
+
raise RuntimeError, 'Unique id finding looping excessively' if (lc+=1) > 1000
|
48
|
+
sid = generate_sid
|
49
|
+
ret = @pool.add(sid, session)
|
50
|
+
end until /^STORED/ =~ ret
|
51
|
+
end
|
52
|
+
end
|
53
|
+
class << session
|
54
|
+
@deleted = []
|
55
|
+
def delete key
|
56
|
+
(@deleted||=[]) << key
|
57
|
+
super
|
58
|
+
end
|
59
|
+
end
|
60
|
+
[sid, session]
|
61
|
+
rescue MemCache::MemCacheError, Errno::ECONNREFUSED # MemCache server cannot be contacted
|
62
|
+
warn "#{self} is unable to find server."
|
63
|
+
warn $!.inspect
|
64
|
+
return [ nil, {} ]
|
65
|
+
end
|
66
|
+
|
67
|
+
def set_session(env, sid)
|
68
|
+
session = env['rack.session']
|
69
|
+
options = env['rack.session.options']
|
70
|
+
expiry = options[:expire_after] || 0
|
71
|
+
o, s = @mutex.synchronize do
|
72
|
+
old_session = @pool.get(sid)
|
73
|
+
unless old_session.is_a?(Hash)
|
74
|
+
warn 'Session not properly initialized.' if $DEBUG
|
75
|
+
old_session = {}
|
76
|
+
@pool.add sid, old_session, expiry
|
77
|
+
end
|
78
|
+
session.instance_eval do
|
79
|
+
@deleted.each{|k| old_session.delete(k) } if defined? @deleted
|
80
|
+
end
|
81
|
+
@pool.set sid, old_session.merge(session), expiry
|
82
|
+
[old_session, session]
|
83
|
+
end
|
84
|
+
s.each do |k,v|
|
85
|
+
next unless o.has_key?(k) and v != o[k]
|
86
|
+
warn "session value assignment collision at #{k.inspect}:"+
|
87
|
+
"\n\t#{o[k].inspect}\n\t#{v.inspect}"
|
88
|
+
end if $DEBUG and env['rack.multithread']
|
89
|
+
return true
|
90
|
+
rescue MemCache::MemCacheError, Errno::ECONNREFUSED # MemCache server cannot be contacted
|
91
|
+
warn "#{self} is unable to find server."
|
92
|
+
warn $!.inspect
|
93
|
+
return false
|
94
|
+
end
|
95
|
+
end
|
96
|
+
end
|
97
|
+
end
|
@@ -0,0 +1,73 @@
|
|
1
|
+
# AUTHOR: blink <blinketje@gmail.com>; blink#ruby-lang@irc.freenode.net
|
2
|
+
# THANKS:
|
3
|
+
# apeiros, for session id generation, expiry setup, and threadiness
|
4
|
+
# sergio, threadiness and bugreps
|
5
|
+
|
6
|
+
require 'rack/session/abstract/id'
|
7
|
+
require 'thread'
|
8
|
+
|
9
|
+
module Rack
|
10
|
+
module Session
|
11
|
+
# Rack::Session::Pool provides simple cookie based session management.
|
12
|
+
# Session data is stored in a hash held by @pool.
|
13
|
+
# In the context of a multithreaded environment, sessions being
|
14
|
+
# committed to the pool is done in a merging manner.
|
15
|
+
#
|
16
|
+
# Example:
|
17
|
+
# myapp = MyRackApp.new
|
18
|
+
# sessioned = Rack::Session::Pool.new(myapp,
|
19
|
+
# :key => 'rack.session',
|
20
|
+
# :domain => 'foo.com',
|
21
|
+
# :path => '/',
|
22
|
+
# :expire_after => 2592000
|
23
|
+
# )
|
24
|
+
# Rack::Handler::WEBrick.run sessioned
|
25
|
+
|
26
|
+
class Pool < Abstract::ID
|
27
|
+
attr_reader :mutex, :pool
|
28
|
+
DEFAULT_OPTIONS = Abstract::ID::DEFAULT_OPTIONS.dup
|
29
|
+
|
30
|
+
def initialize(app, options={})
|
31
|
+
super
|
32
|
+
@pool = Hash.new
|
33
|
+
@mutex = Mutex.new
|
34
|
+
end
|
35
|
+
|
36
|
+
private
|
37
|
+
|
38
|
+
def get_session(env, sid)
|
39
|
+
session = @mutex.synchronize do
|
40
|
+
unless sess = @pool[sid] and ((expires = sess[:expire_at]).nil? or expires > Time.now)
|
41
|
+
@pool.delete_if{|k,v| expiry = v[:expire_at] and expiry < Time.now }
|
42
|
+
begin
|
43
|
+
sid = generate_sid
|
44
|
+
end while @pool.has_key?(sid)
|
45
|
+
end
|
46
|
+
@pool[sid] ||= {}
|
47
|
+
end
|
48
|
+
[sid, session]
|
49
|
+
end
|
50
|
+
|
51
|
+
def set_session(env, sid)
|
52
|
+
options = env['rack.session.options']
|
53
|
+
expiry = options[:expire_after] && options[:at]+options[:expire_after]
|
54
|
+
@mutex.synchronize do
|
55
|
+
old_session = @pool[sid]
|
56
|
+
old_session[:expire_at] = expiry if expiry
|
57
|
+
session = old_session.merge(env['rack.session'])
|
58
|
+
@pool[sid] = session
|
59
|
+
session.each do |k,v|
|
60
|
+
next unless old_session.has_key?(k) and v != old_session[k]
|
61
|
+
warn "session value assignment collision at #{k}: #{old_session[k]} <- #{v}"
|
62
|
+
end if $DEBUG and env['rack.multithread']
|
63
|
+
end
|
64
|
+
return true
|
65
|
+
rescue
|
66
|
+
warn "#{self} is unable to find server."
|
67
|
+
warn "#{env['rack.session'].inspect} has been lost."
|
68
|
+
warn $!.inspect
|
69
|
+
return false
|
70
|
+
end
|
71
|
+
end
|
72
|
+
end
|
73
|
+
end
|
@@ -0,0 +1,348 @@
|
|
1
|
+
require 'ostruct'
|
2
|
+
require 'erb'
|
3
|
+
require 'rack/request'
|
4
|
+
|
5
|
+
module Rack
|
6
|
+
# Rack::ShowExceptions catches all exceptions raised from the app it
|
7
|
+
# wraps. It shows a useful backtrace with the sourcefile and
|
8
|
+
# clickable context, the whole Rack environment and the request
|
9
|
+
# data.
|
10
|
+
#
|
11
|
+
# Be careful when you use this on public-facing sites as it could
|
12
|
+
# reveal information helpful to attackers.
|
13
|
+
|
14
|
+
class ShowExceptions
|
15
|
+
CONTEXT = 7
|
16
|
+
|
17
|
+
def initialize(app)
|
18
|
+
@app = app
|
19
|
+
@template = ERB.new(TEMPLATE)
|
20
|
+
end
|
21
|
+
|
22
|
+
def call(env)
|
23
|
+
@app.call(env)
|
24
|
+
rescue StandardError, LoadError, SyntaxError => e
|
25
|
+
backtrace = pretty(env, e)
|
26
|
+
[500,
|
27
|
+
{"Content-Type" => "text/html",
|
28
|
+
"Content-Length" => backtrace.join.size.to_s},
|
29
|
+
backtrace]
|
30
|
+
end
|
31
|
+
|
32
|
+
def pretty(env, exception)
|
33
|
+
req = Rack::Request.new(env)
|
34
|
+
path = (req.script_name + req.path_info).squeeze("/")
|
35
|
+
|
36
|
+
frames = exception.backtrace.map { |line|
|
37
|
+
frame = OpenStruct.new
|
38
|
+
if line =~ /(.*?):(\d+)(:in `(.*)')?/
|
39
|
+
frame.filename = $1
|
40
|
+
frame.lineno = $2.to_i
|
41
|
+
frame.function = $4
|
42
|
+
|
43
|
+
begin
|
44
|
+
lineno = frame.lineno-1
|
45
|
+
lines = ::File.readlines(frame.filename)
|
46
|
+
frame.pre_context_lineno = [lineno-CONTEXT, 0].max
|
47
|
+
frame.pre_context = lines[frame.pre_context_lineno...lineno]
|
48
|
+
frame.context_line = lines[lineno].chomp
|
49
|
+
frame.post_context_lineno = [lineno+CONTEXT, lines.size].min
|
50
|
+
frame.post_context = lines[lineno+1..frame.post_context_lineno]
|
51
|
+
rescue
|
52
|
+
end
|
53
|
+
|
54
|
+
frame
|
55
|
+
else
|
56
|
+
nil
|
57
|
+
end
|
58
|
+
}.compact
|
59
|
+
|
60
|
+
env["rack.errors"].puts "#{exception.class}: #{exception.message}"
|
61
|
+
env["rack.errors"].puts exception.backtrace.map { |l| "\t" + l }
|
62
|
+
env["rack.errors"].flush
|
63
|
+
|
64
|
+
[@template.result(binding)]
|
65
|
+
end
|
66
|
+
|
67
|
+
def h(obj) # :nodoc:
|
68
|
+
case obj
|
69
|
+
when String
|
70
|
+
Utils.escape_html(obj)
|
71
|
+
else
|
72
|
+
Utils.escape_html(obj.inspect)
|
73
|
+
end
|
74
|
+
end
|
75
|
+
|
76
|
+
# :stopdoc:
|
77
|
+
|
78
|
+
# adapted from Django <djangoproject.com>
|
79
|
+
# Copyright (c) 2005, the Lawrence Journal-World
|
80
|
+
# Used under the modified BSD license:
|
81
|
+
# http://www.xfree86.org/3.3.6/COPYRIGHT2.html#5
|
82
|
+
TEMPLATE = <<'HTML'
|
83
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
84
|
+
<html lang="en">
|
85
|
+
<head>
|
86
|
+
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
87
|
+
<meta name="robots" content="NONE,NOARCHIVE" />
|
88
|
+
<title><%=h exception.class %> at <%=h path %></title>
|
89
|
+
<style type="text/css">
|
90
|
+
html * { padding:0; margin:0; }
|
91
|
+
body * { padding:10px 20px; }
|
92
|
+
body * * { padding:0; }
|
93
|
+
body { font:small sans-serif; }
|
94
|
+
body>div { border-bottom:1px solid #ddd; }
|
95
|
+
h1 { font-weight:normal; }
|
96
|
+
h2 { margin-bottom:.8em; }
|
97
|
+
h2 span { font-size:80%; color:#666; font-weight:normal; }
|
98
|
+
h3 { margin:1em 0 .5em 0; }
|
99
|
+
h4 { margin:0 0 .5em 0; font-weight: normal; }
|
100
|
+
table {
|
101
|
+
border:1px solid #ccc; border-collapse: collapse; background:white; }
|
102
|
+
tbody td, tbody th { vertical-align:top; padding:2px 3px; }
|
103
|
+
thead th {
|
104
|
+
padding:1px 6px 1px 3px; background:#fefefe; text-align:left;
|
105
|
+
font-weight:normal; font-size:11px; border:1px solid #ddd; }
|
106
|
+
tbody th { text-align:right; color:#666; padding-right:.5em; }
|
107
|
+
table.vars { margin:5px 0 2px 40px; }
|
108
|
+
table.vars td, table.req td { font-family:monospace; }
|
109
|
+
table td.code { width:100%;}
|
110
|
+
table td.code div { overflow:hidden; }
|
111
|
+
table.source th { color:#666; }
|
112
|
+
table.source td {
|
113
|
+
font-family:monospace; white-space:pre; border-bottom:1px solid #eee; }
|
114
|
+
ul.traceback { list-style-type:none; }
|
115
|
+
ul.traceback li.frame { margin-bottom:1em; }
|
116
|
+
div.context { margin: 10px 0; }
|
117
|
+
div.context ol {
|
118
|
+
padding-left:30px; margin:0 10px; list-style-position: inside; }
|
119
|
+
div.context ol li {
|
120
|
+
font-family:monospace; white-space:pre; color:#666; cursor:pointer; }
|
121
|
+
div.context ol.context-line li { color:black; background-color:#ccc; }
|
122
|
+
div.context ol.context-line li span { float: right; }
|
123
|
+
div.commands { margin-left: 40px; }
|
124
|
+
div.commands a { color:black; text-decoration:none; }
|
125
|
+
#summary { background: #ffc; }
|
126
|
+
#summary h2 { font-weight: normal; color: #666; }
|
127
|
+
#summary ul#quicklinks { list-style-type: none; margin-bottom: 2em; }
|
128
|
+
#summary ul#quicklinks li { float: left; padding: 0 1em; }
|
129
|
+
#summary ul#quicklinks>li+li { border-left: 1px #666 solid; }
|
130
|
+
#explanation { background:#eee; }
|
131
|
+
#template, #template-not-exist { background:#f6f6f6; }
|
132
|
+
#template-not-exist ul { margin: 0 0 0 20px; }
|
133
|
+
#traceback { background:#eee; }
|
134
|
+
#requestinfo { background:#f6f6f6; padding-left:120px; }
|
135
|
+
#summary table { border:none; background:transparent; }
|
136
|
+
#requestinfo h2, #requestinfo h3 { position:relative; margin-left:-100px; }
|
137
|
+
#requestinfo h3 { margin-bottom:-1em; }
|
138
|
+
.error { background: #ffc; }
|
139
|
+
.specific { color:#cc3300; font-weight:bold; }
|
140
|
+
</style>
|
141
|
+
<script type="text/javascript">
|
142
|
+
//<!--
|
143
|
+
function getElementsByClassName(oElm, strTagName, strClassName){
|
144
|
+
// Written by Jonathan Snook, http://www.snook.ca/jon;
|
145
|
+
// Add-ons by Robert Nyman, http://www.robertnyman.com
|
146
|
+
var arrElements = (strTagName == "*" && document.all)? document.all :
|
147
|
+
oElm.getElementsByTagName(strTagName);
|
148
|
+
var arrReturnElements = new Array();
|
149
|
+
strClassName = strClassName.replace(/\-/g, "\\-");
|
150
|
+
var oRegExp = new RegExp("(^|\\s)" + strClassName + "(\\s|$$)");
|
151
|
+
var oElement;
|
152
|
+
for(var i=0; i<arrElements.length; i++){
|
153
|
+
oElement = arrElements[i];
|
154
|
+
if(oRegExp.test(oElement.className)){
|
155
|
+
arrReturnElements.push(oElement);
|
156
|
+
}
|
157
|
+
}
|
158
|
+
return (arrReturnElements)
|
159
|
+
}
|
160
|
+
function hideAll(elems) {
|
161
|
+
for (var e = 0; e < elems.length; e++) {
|
162
|
+
elems[e].style.display = 'none';
|
163
|
+
}
|
164
|
+
}
|
165
|
+
window.onload = function() {
|
166
|
+
hideAll(getElementsByClassName(document, 'table', 'vars'));
|
167
|
+
hideAll(getElementsByClassName(document, 'ol', 'pre-context'));
|
168
|
+
hideAll(getElementsByClassName(document, 'ol', 'post-context'));
|
169
|
+
}
|
170
|
+
function toggle() {
|
171
|
+
for (var i = 0; i < arguments.length; i++) {
|
172
|
+
var e = document.getElementById(arguments[i]);
|
173
|
+
if (e) {
|
174
|
+
e.style.display = e.style.display == 'none' ? 'block' : 'none';
|
175
|
+
}
|
176
|
+
}
|
177
|
+
return false;
|
178
|
+
}
|
179
|
+
function varToggle(link, id) {
|
180
|
+
toggle('v' + id);
|
181
|
+
var s = link.getElementsByTagName('span')[0];
|
182
|
+
var uarr = String.fromCharCode(0x25b6);
|
183
|
+
var darr = String.fromCharCode(0x25bc);
|
184
|
+
s.innerHTML = s.innerHTML == uarr ? darr : uarr;
|
185
|
+
return false;
|
186
|
+
}
|
187
|
+
//-->
|
188
|
+
</script>
|
189
|
+
</head>
|
190
|
+
<body>
|
191
|
+
|
192
|
+
<div id="summary">
|
193
|
+
<h1><%=h exception.class %> at <%=h path %></h1>
|
194
|
+
<h2><%=h exception.message %></h2>
|
195
|
+
<table><tr>
|
196
|
+
<th>Ruby</th>
|
197
|
+
<td><code><%=h frames.first.filename %></code>: in <code><%=h frames.first.function %></code>, line <%=h frames.first.lineno %></td>
|
198
|
+
</tr><tr>
|
199
|
+
<th>Web</th>
|
200
|
+
<td><code><%=h req.request_method %> <%=h(req.host + path)%></code></td>
|
201
|
+
</tr></table>
|
202
|
+
|
203
|
+
<h3>Jump to:</h3>
|
204
|
+
<ul id="quicklinks">
|
205
|
+
<li><a href="#get-info">GET</a></li>
|
206
|
+
<li><a href="#post-info">POST</a></li>
|
207
|
+
<li><a href="#cookie-info">Cookies</a></li>
|
208
|
+
<li><a href="#env-info">ENV</a></li>
|
209
|
+
</ul>
|
210
|
+
</div>
|
211
|
+
|
212
|
+
<div id="traceback">
|
213
|
+
<h2>Traceback <span>(innermost first)</span></h2>
|
214
|
+
<ul class="traceback">
|
215
|
+
<% frames.each { |frame| %>
|
216
|
+
<li class="frame">
|
217
|
+
<code><%=h frame.filename %></code>: in <code><%=h frame.function %></code>
|
218
|
+
|
219
|
+
<% if frame.context_line %>
|
220
|
+
<div class="context" id="c<%=h frame.object_id %>">
|
221
|
+
<% if frame.pre_context %>
|
222
|
+
<ol start="<%=h frame.pre_context_lineno+1 %>" class="pre-context" id="pre<%=h frame.object_id %>">
|
223
|
+
<% frame.pre_context.each { |line| %>
|
224
|
+
<li onclick="toggle('pre<%=h frame.object_id %>', 'post<%=h frame.object_id %>')"><%=h line %></li>
|
225
|
+
<% } %>
|
226
|
+
</ol>
|
227
|
+
<% end %>
|
228
|
+
|
229
|
+
<ol start="<%=h frame.lineno %>" class="context-line">
|
230
|
+
<li onclick="toggle('pre<%=h frame.object_id %>', 'post<%=h frame.object_id %>')"><%=h frame.context_line %><span>...</span></li></ol>
|
231
|
+
|
232
|
+
<% if frame.post_context %>
|
233
|
+
<ol start='<%=h frame.lineno+1 %>' class="post-context" id="post<%=h frame.object_id %>">
|
234
|
+
<% frame.post_context.each { |line| %>
|
235
|
+
<li onclick="toggle('pre<%=h frame.object_id %>', 'post<%=h frame.object_id %>')"><%=h line %></li>
|
236
|
+
<% } %>
|
237
|
+
</ol>
|
238
|
+
<% end %>
|
239
|
+
</div>
|
240
|
+
<% end %>
|
241
|
+
</li>
|
242
|
+
<% } %>
|
243
|
+
</ul>
|
244
|
+
</div>
|
245
|
+
|
246
|
+
<div id="requestinfo">
|
247
|
+
<h2>Request information</h2>
|
248
|
+
|
249
|
+
<h3 id="get-info">GET</h3>
|
250
|
+
<% unless req.GET.empty? %>
|
251
|
+
<table class="req">
|
252
|
+
<thead>
|
253
|
+
<tr>
|
254
|
+
<th>Variable</th>
|
255
|
+
<th>Value</th>
|
256
|
+
</tr>
|
257
|
+
</thead>
|
258
|
+
<tbody>
|
259
|
+
<% req.GET.sort_by { |k, v| k.to_s }.each { |key, val| %>
|
260
|
+
<tr>
|
261
|
+
<td><%=h key %></td>
|
262
|
+
<td class="code"><div><%=h val.inspect %></div></td>
|
263
|
+
</tr>
|
264
|
+
<% } %>
|
265
|
+
</tbody>
|
266
|
+
</table>
|
267
|
+
<% else %>
|
268
|
+
<p>No GET data.</p>
|
269
|
+
<% end %>
|
270
|
+
|
271
|
+
<h3 id="post-info">POST</h3>
|
272
|
+
<% unless req.POST.empty? %>
|
273
|
+
<table class="req">
|
274
|
+
<thead>
|
275
|
+
<tr>
|
276
|
+
<th>Variable</th>
|
277
|
+
<th>Value</th>
|
278
|
+
</tr>
|
279
|
+
</thead>
|
280
|
+
<tbody>
|
281
|
+
<% req.POST.sort_by { |k, v| k.to_s }.each { |key, val| %>
|
282
|
+
<tr>
|
283
|
+
<td><%=h key %></td>
|
284
|
+
<td class="code"><div><%=h val.inspect %></div></td>
|
285
|
+
</tr>
|
286
|
+
<% } %>
|
287
|
+
</tbody>
|
288
|
+
</table>
|
289
|
+
<% else %>
|
290
|
+
<p>No POST data.</p>
|
291
|
+
<% end %>
|
292
|
+
|
293
|
+
|
294
|
+
<h3 id="cookie-info">COOKIES</h3>
|
295
|
+
<% unless req.cookies.empty? %>
|
296
|
+
<table class="req">
|
297
|
+
<thead>
|
298
|
+
<tr>
|
299
|
+
<th>Variable</th>
|
300
|
+
<th>Value</th>
|
301
|
+
</tr>
|
302
|
+
</thead>
|
303
|
+
<tbody>
|
304
|
+
<% req.cookies.each { |key, val| %>
|
305
|
+
<tr>
|
306
|
+
<td><%=h key %></td>
|
307
|
+
<td class="code"><div><%=h val.inspect %></div></td>
|
308
|
+
</tr>
|
309
|
+
<% } %>
|
310
|
+
</tbody>
|
311
|
+
</table>
|
312
|
+
<% else %>
|
313
|
+
<p>No cookie data.</p>
|
314
|
+
<% end %>
|
315
|
+
|
316
|
+
<h3 id="env-info">Rack ENV</h3>
|
317
|
+
<table class="req">
|
318
|
+
<thead>
|
319
|
+
<tr>
|
320
|
+
<th>Variable</th>
|
321
|
+
<th>Value</th>
|
322
|
+
</tr>
|
323
|
+
</thead>
|
324
|
+
<tbody>
|
325
|
+
<% env.sort_by { |k, v| k.to_s }.each { |key, val| %>
|
326
|
+
<tr>
|
327
|
+
<td><%=h key %></td>
|
328
|
+
<td class="code"><div><%=h val %></div></td>
|
329
|
+
</tr>
|
330
|
+
<% } %>
|
331
|
+
</tbody>
|
332
|
+
</table>
|
333
|
+
|
334
|
+
</div>
|
335
|
+
|
336
|
+
<div id="explanation">
|
337
|
+
<p>
|
338
|
+
You're seeing this error because you use <code>Rack::ShowException</code>.
|
339
|
+
</p>
|
340
|
+
</div>
|
341
|
+
|
342
|
+
</body>
|
343
|
+
</html>
|
344
|
+
HTML
|
345
|
+
|
346
|
+
# :startdoc:
|
347
|
+
end
|
348
|
+
end
|