Added error doc mapping Moved more logic into Session middleware Added Credit example to app.psgi Made StackTrace and Debug panel automatically turn on when debug mode enabled Fixed errorHandler
18 lines
No EOL
708 B
Text
18 lines
No EOL
708 B
Text
TODO
|
|
* Deprecate WebGUI::Session::HTTP - replace with WebGUI::Request/Response
|
|
* Delete lib/WebGUI/URL and replace with new Middleware(s)
|
|
* Investigate moving Cookie handling into middleware
|
|
* Turn html debug output into a Plack::Middleware::Debug panel
|
|
|
|
DONE
|
|
* $session->request is now a Plack::Request object
|
|
* serverObject gone from WebGUI::Session::open()
|
|
* WebGUI::authen API changed
|
|
* urlHandler API changed - no longer gets server, config
|
|
* Streaming response body
|
|
* Mostly decoupled WebGUI from Log4perl
|
|
* Exception handling and error doc mapping
|
|
|
|
NB
|
|
* Periodically do a big stress-test and check for leaks, mysql overload etc..
|
|
ab -t 100 -c 10 -k http://dev.localhost.localdomain:5000 | grep 'Req' |