Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct timezone on systems where strftime doesn't support %z #318

Merged
merged 1 commit into from Aug 15, 2012

Conversation

dex4er
Copy link
Contributor

@dex4er dex4er commented Aug 15, 2012

An example log on Windows:

127.0.0.1 - - [15/Aug/2012:12:48:55 GMT Daylight Time] "GET / HTTP/1.
1" 200 1433 "-" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.1 (KHTML, like Gec
ko) Chrome/21.0.1180.79 Safari/537.1"

With patch:

127.0.0.1 - - [15/Aug/2012:12:48:55 +0100] "GET / HTTP/1.
1" 200 1433 "-" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.1 (KHTML, like Gec
ko) Chrome/21.0.1180.79 Safari/537.1"

miyagawa added a commit that referenced this pull request Aug 15, 2012
Correct timezone on systems where strftime doesn't support %z
@miyagawa miyagawa merged commit c70f72d into plack:master Aug 15, 2012
miyagawa added a commit that referenced this pull request Aug 29, 2012
Changelog diff is:

diff --git a/Changes b/Changes
index d1144bf..3509cf7 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Go to http://github.com/plack/Plack/issues for the roadmap and known issues.

+1.0003  Wed Aug 29 13:44:53 PDT 2012
+    [BUG FIXES]
+        - Fix Basic authentication error in case password contains a colon #319
+        - Fix AccessLog middleware in platforms where %z strftime is not supported #318
+        - Escape $_ in Plack::Request path method due to a possible URI::Escape bug
+
 1.0002  Mon Aug 13 17:04:25 PDT 2012
     [NEW FEATURES]
         - Added --no-default-middleware option to plackup #290
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants