Commit graph

2107 commits

Author SHA1 Message Date
2beaucoup
514b2bc687 =htp #17984 reenable test in ContentNegotiationSpec
also make it more agnostic to newline encodings
2015-08-17 09:48:54 +02:00
drewhk
343d64050d Merge pull request #18049 from spray/w/16472-max-content-size-for-chunked
=htc #16472 apply max-content-length setting to Chunked and CloseDelimited entities as well
2015-08-14 11:43:46 +02:00
drewhk
9f47102868 Merge pull request #18120 from spray/w/16834-client-side-uri-parsing-mode
+htc #16834 apply uri-parsing-mode setting to header parsing as well
2015-08-14 11:41:02 +02:00
drewhk
a89d7591f8 Merge pull request #18194 from spray/w/18044-fix-http-1.0-500-failures
=htc #18044 fail HTTP/1.0 requests with 400 if no default-host-header is set
2015-08-14 11:39:47 +02:00
Konrad Malawski
f4cd74136f Merge pull request #18171 from spray/w/16583-better-comment
=htc #16583 update comment to point to new issue
2015-08-14 10:55:43 +02:00
Konrad Malawski
633654dd5e Merge pull request #18200 from spray/w/move-test-keys
=htc move tests keys to src/test/resources
2015-08-13 12:15:24 +02:00
Johannes Rudolph
e460a58bc4 =htc move tests keys to src/test/resources (+ fix instructions) 2015-08-13 08:23:16 +02:00
Johannes Rudolph
cf35d1d1dd =htc #18044 fail HTTP/1.0 requests with 400 if no default-host-header is set 2015-08-12 12:29:45 +02:00
drewhk
560785eaaa Merge pull request #18143 from spray/w/http-stack-cleanups
A few HTTP/WS stack cleanups
2015-08-10 16:59:39 +02:00
Johannes Rudolph
2bf99a6d62 =htc #16583 update comment to point to new issue 2015-08-10 16:48:54 +02:00
Johannes Rudolph
67c3b35542 =htp #18070 add comment to scaladoc of formField/parameter how to work around compilation error 2015-08-10 16:10:11 +02:00
Johannes Rudolph
3c39f71cba =htc fix scaladoc of Http.bindAndHandle* 2015-08-10 15:33:46 +02:00
Konrad Malawski
3573d120de Merge pull request #18141 from hepin1989/fix-#18134
= str #18134 add require assert for WatermarkRequestStrategy
2015-08-10 13:08:35 +02:00
Johannes Rudolph
6a2cd34139 =htc restructuring of Websocket stack as stacked BidiFlows 2015-08-07 16:45:41 +02:00
Johannes Rudolph
e34b86ba30 =htc convert request rendering from a stage to a plain function 2015-08-07 12:51:54 +02:00
hepin
8d1d1ed966 = str #18134 add require assert for WatermarkRequestStrategy 2015-08-07 15:52:03 +08:00
Konrad Malawski
244793c40d Merge pull request #18132 from 2beaucoup/reenable-tests
=htp: reenable tests
2015-08-06 17:33:11 +02:00
2beaucoup
e4f1ce36ef =htp: reenable tests 2015-08-06 10:57:43 +02:00
Johannes Rudolph
9907bdad19 +htc #16834 apply uri-parsing-mode setting to header parsing as well 2015-08-04 13:25:37 +02:00
Konrad Malawski
880a6b64d0 Merge pull request #18093 from egisj/typo-fix
=str fix typo in error message
2015-08-03 12:22:05 +02:00
Konrad Malawski
d89b9e19b1 Merge pull request #18062 from spray/w/15687-enable-endpoint-verification
#18059 #15687 Enable https hostname verification
2015-08-03 11:35:37 +02:00
Johannes Rudolph
df3f886db8 !htc #15687 enable https hostname verification on Java 7+ 2015-08-03 10:43:25 +02:00
Konrad Malawski
3f916a12b9 Merge pull request #18089 from kulikov/feature-htp-fix-header-directives-with-symbol
=htp: fix match headers by symbol name
2015-07-30 14:34:29 +02:00
Konrad Malawski
59197364c8 Merge pull request #18073 from spray/w/18064-remove-materializer-implicits
!htp simplify implicit resolution by getting rid of `RoutingSetup`
2015-07-30 12:34:18 +02:00
egisj
5d0a4a6062 =str fix typo in error message 2015-07-29 23:01:26 +01:00
kulikov
fd290b2a66 =htp: fix match headers by symbol name 2015-07-29 20:02:08 +03:00
Konrad Malawski
00e92caa5e Merge pull request #18057 from spray/w/15452-fix-gen-scala-doc
+pro,doc #15452 enable genjavadoc for akka-http-core
2015-07-28 17:09:01 +02:00
Johannes Rudolph
5c653f0641 =htc cosmetic fixes 2015-07-28 16:22:35 +02:00
Johannes Rudolph
94cb9ef808 =htc remove a layer of redundant wrapping 2015-07-28 16:21:53 +02:00
Konrad Malawski
66860b746e Merge pull request #18003 from spray/w/fix-17988-squashed
=htp a few small things that got lost in the #17988 merge
2015-07-28 14:42:28 +02:00
Konrad Malawski
4ab380d9bf Merge pull request #18068 from agolubev/agolubev-#18002-FlowTest#mustBeAbleToRecover-issue
=str #18002 FlowTest#mustBeAbleToRecover timing issue
2015-07-28 14:40:25 +02:00
Konrad Malawski
c117dd6fab Merge pull request #18075 from agolubev/agolubev-#18074-UnzipWith#sad-case-issue
=str #18074 UnzipWith#sad case scenario timing issue
2015-07-24 19:03:46 +02:00
Alexander Golubev
8e152fe745 =str #18074 UnzipWith#sad case scenario timing issue 2015-07-24 12:14:43 -04:00
Johannes Rudolph
e22118acd7 !htp simplify implicit resolution by getting rid of RoutingSetup 2015-07-24 17:08:54 +02:00
Johannes Rudolph
58e78757de =htp a few small things that got lost in the #17988 merge 2015-07-24 13:45:02 +02:00
Konrad Malawski
26d2910b68 Merge pull request #18063 from spray/w/18028-fix-java-websocket-api
Fix broken and missing Http javadsl methods
2015-07-24 12:52:22 +02:00
Johannes Rudolph
8ef7c64886 +htc #18027 add the missing javadsl.clientLayer and serverLayer 2015-07-24 12:08:15 +02:00
Konrad Malawski
fd21da9369 Merge pull request #18065 from spray/w/18064-remove-materializer-implicits
!htp,jso,xml #18064 remove implicit parameters of Unmarshaller instances
2015-07-24 11:30:29 +02:00
Johannes Rudolph
3b7d308545 !htp,jso,xml #18064 remove implicit parameters of Unmarshaller instances 2015-07-24 10:11:56 +02:00
Alexander Golubev
7d6fb67b12 =str #18002 FlowTest#mustBeAbleToRecover timing issue 2015-07-23 22:01:05 -04:00
Johannes Rudolph
e14773c3d9 !htp #18017 don't use scala.Tuple2 in javadsl 2015-07-23 17:21:30 +02:00
Johannes Rudolph
3e7621c836 !htp #18028 fix signature of Java-side handleWebsocketMessages directive 2015-07-23 16:53:27 +02:00
Johannes Rudolph
ce78c46115 !str #18059 new hostInfo parameter to SslTls to transport createSslEngine arguments 2015-07-23 15:12:59 +02:00
Konrad Malawski
9a3d8104fd Merge pull request #18047 from spray/w/documentation
More documentation bits
2015-07-22 16:27:03 +02:00
Johannes Rudolph
35db72e03b =htc #16472 apply max-content-length setting to Chunked and CloseDelimited entities as well 2015-07-21 17:55:02 +02:00
Johannes Rudolph
414a26a85e =doc #17591 add note that long running requests may block connections 2015-07-21 14:25:07 +02:00
Johannes Rudolph
62a43d27bb =doc #16812 link community extension to HTTP for other (JSON) marshallers 2015-07-21 14:08:14 +02:00
Johannes Rudolph
4aca56b034 =doc reorder Scala Akka HTTP TOC 2015-07-21 13:47:54 +02:00
Johannes Rudolph
ba7181babe +doc #15497 document encoding response entities of HEAD requests 2015-07-21 13:47:16 +02:00
Konrad Malawski
dfccdff6fb Merge pull request #18046 from sbrunk/doc-fixes
Fix typo in streaming IO docs
2015-07-21 12:01:02 +02:00