Commit Graph

134 Commits

Author SHA1 Message Date
Jay McCarthy
0003b737bd Doctrinal purity 2013-04-04 07:38:57 -06:00
Eli Barzilay
af6be85ff5 Fix lots of indentation mistakes.
(Found by my ayatollah script...)
2013-03-14 10:55:47 -04:00
Jay McCarthy
cd202f5411 Supporting headers and stateless in web-server/test 2013-02-08 07:01:36 -07:00
Jay McCarthy
9a0e948a58 Fixing regression re path restriction patch 2012-12-11 10:47:54 -07:00
Jay McCarthy
b843a45cd8 Fixing in an error in how paths that went outside the filesystem to
URL map were handled.

Previously, only ".." at the beginning of the URL were checked; now it
looks at the entire URL for a path that ultimately leaves the base.
2012-12-10 11:54:31 -07:00
Jay McCarthy
611e8d0d17 Changing from racket to racket/base in xml, html, and web-server 2012-05-10 10:36:29 -06:00
Eli Barzilay
17090fca4f A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
Jay McCarthy
ae38ecc564 Adding new options re Galler 2012-04-24 14:49:33 -06:00
Jay McCarthy
701b8ed72f Missing data character 2011-12-12 15:54:00 -07:00
Jay McCarthy
e9a9d79490 Better solution to pr12145 2011-09-06 15:42:12 -06:00
Matthew Flatt
e61ea772bb fix `path-element?' collision
Is there a better name than `path-piece?'?
2011-08-19 19:54:36 -06:00
Jay McCarthy
daf3219cbe FIxing error exposed by Stefan 2011-01-03 07:12:44 -07:00
Jay McCarthy
58494c125b Big bang coercion 2010-12-07 14:14:55 -07:00
Jay McCarthy
a246ddebde New response/c 2010-12-07 14:14:53 -07:00
Jay McCarthy
05c9fcd412 First pass at Xexpr removal 2010-12-07 14:14:49 -07:00
Eli Barzilay
8e0f8dd39c More "~n" -> "\n" changes 2010-08-26 12:11:00 -04:00
Eli Barzilay
7dc4d2e5a6 Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
Jay McCarthy
7d1c7d874b Changing unstable, xml, html, and web-server to be rackety 2010-04-28 13:21:30 -06:00
Matthew Flatt
28b4043077 rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
Jay McCarthy
bfe82b2f3d Changing from exn? to exn:fail?
svn: r15902
2009-09-07 19:56:45 +00:00
Jay McCarthy
ceee79e07f mjadud bug
svn: r14426
2009-04-05 13:50:02 +00:00
Jay McCarthy
d8232c3edd Stephen bug
svn: r14022
2009-03-09 16:58:31 +00:00
Jay McCarthy
0888178644 Digest auth
svn: r13418
2009-02-04 18:59:26 +00:00
Jay McCarthy
7f13cb3da8 prefer bytes
svn: r13377
2009-02-03 16:23:28 +00:00
Jay McCarthy
56c111ecce response/c
svn: r13317
2009-01-29 16:34:57 +00:00
Jay McCarthy
5970ccb8fc Fixing contracts
svn: r13286
2009-01-26 17:14:46 +00:00
Jay McCarthy
9e305c79e3 over-limit
svn: r13167
2009-01-16 16:24:23 +00:00
Eli Barzilay
d1a0086471 newlines at EOFs
svn: r13105
2009-01-14 03:10:47 +00:00
Jay McCarthy
ba5b8de58a Limit dispatcher
svn: r13072
2009-01-12 17:44:02 +00:00
Jay McCarthy
da2fd6489d Propagate dispatcher signal
svn: r12683
2008-12-02 22:29:19 +00:00
Jay McCarthy
d2a9872174 Using path-string? rather than path? in many places
svn: r12570
2008-11-21 17:59:08 +00:00
Eli Barzilay
370ec9b8e9 show the client's ip in the apache-style log
svn: r12558
2008-11-21 08:27:14 +00:00
Jay McCarthy
8f0544f37d Bug after moving instance lookup inside servlet namespace
svn: r12514
2008-11-19 22:41:49 +00:00
Jay McCarthy
d0a5616cb0 Abstracting HTTP code to sub-module
svn: r12415
2008-11-12 18:44:29 +00:00
Jay McCarthy
35cb453ea9 Pulling out servlet creation routines
svn: r12394
2008-11-11 22:57:41 +00:00
Jay McCarthy
34c5db31ef Adding a barrier, making a better name, and support stateless in serve/servlet
svn: r12392
2008-11-11 22:24:44 +00:00
Jay McCarthy
4f8dfc7514 Merging the web language dispatcher into the standard one
svn: r12378
2008-11-10 22:32:51 +00:00
Jay McCarthy
f7481b0c08 Slowly merging the two servlet regimes
svn: r12377
2008-11-10 18:45:44 +00:00
Jay McCarthy
411f6321fe Cleaning up dispatch-servlets
svn: r12349
2008-11-08 00:23:45 +00:00
Jay McCarthy
8a91afa69d Moving config:scripts back inside the adt barrier
svn: r12348
2008-11-07 23:22:11 +00:00
Jay McCarthy
7479f59e13 Expanding functionality of serve/servlet
svn: r12346
2008-11-07 18:54:23 +00:00
Jay McCarthy
a8bc141a77 Generalizing dispatch-servlets
svn: r12338
2008-11-06 22:23:45 +00:00
Jay McCarthy
dd0bc805fb Moving TODOs
svn: r12329
2008-11-06 16:33:19 +00:00
Jay McCarthy
791d43ecd3 Moving TODOs
svn: r12319
2008-11-05 22:41:17 +00:00
Jay McCarthy
88c842bd06 Cleanup
svn: r12314
2008-11-05 22:05:13 +00:00
Jay McCarthy
07474ad477 Refactoring dispatch-passwords
svn: r12242
2008-11-05 19:00:07 +00:00
Jay McCarthy
005576bdad Bug in new default config, reported by mflatt
svn: r12233
2008-11-04 17:10:56 +00:00
Jay McCarthy
08e2704d8d Fixing web-cell bug
svn: r11485
2008-08-29 18:22:28 +00:00
Jay McCarthy
4e764d8f0e Adding better contracts and renaming in accordance w/ Robbys suggestion
svn: r11428
2008-08-25 19:57:34 +00:00
Jay McCarthy
9e20ad7c46 In response to the tutorial thread, I've merge in plai/web and instaservlet into the main repository. web-server/servlet-env can now provide most of the instaservlet functionality. web-server/insta provides the functionality of plai/web, inconcert with web-server/servlet-env. managers/lru is more useful with a default threshold-based manager. The default error handling is that of plai/web.
svn: r11246
2008-08-14 19:45:35 +00:00