Ticket #128 (closed defect)
cookie-less session + redirect => crashy crash
Reported by: | vegashacker | Owned by: | vegashacker |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | vegashacker/leftparen.plt | Keywords: | |
Cc: | Version: | (2 2) | |
Racket Version: | 4.1 |
Description
Reproduction:
(0) Remove any cookies from your browser that you already have for localhost (or whatever host you are running your app on).
(1) Create a page in your main.scm like this:
(define-session-page (index-page req sesh) (redirect-to "http://google.com"))
(2) ./script/start and hit http://localhost:8765
Kaboom with a "Page not found" and this unintelligible spew:
write-xml-content: received #<response/full> === context === /Applications/PLT Scheme v4.1.0.3/collects/xml/private/writer.ss:86:6: write-xml-content /Applications/PLT Scheme v4.1.0.3/collects/xml/private/xexpr.ss:212:6: xexpr->string /Applications/PLT Scheme v4.1.0.3/collects/scheme/list.ss:263:2: append-map core ...r/private/servlet.ss:31:19 ...r/private/servlet.ss:31:19 [snip]
Change History
Note: See
TracTickets for help on using
tickets.