Bernhard Posselt
|
bb0c88a577
|
always set url parameters when they are available in the app dispatch
prefer url parameters passed into the main method. If they are not present, use the containers urlParameters
add space
|
2015-01-15 15:22:52 +01:00 |
Joas Schilling
|
6202ca33ba
|
Make remaining files extend the test base
|
2014-11-19 14:53:59 +01:00 |
Bernhard Posselt
|
62cce982bb
|
default to GET request when no method is set to fix unittests, also set parsed json parameters on the post attribute
|
2014-04-12 16:17:49 +02:00 |
Thomas Tanghus
|
aedc427ffd
|
Fix fix of POST :P
|
2013-10-03 03:56:37 +02:00 |
Thomas Tanghus
|
965ce5719f
|
Modified PUT behaviour
Now only non-parable PUT requests return a stream resource.
|
2013-10-02 22:13:40 +02:00 |
Thomas Tanghus
|
7cd8088845
|
Add assertions for ->params and array access with json
|
2013-10-01 20:15:03 +02:00 |
Thomas Tanghus
|
973bcccd7c
|
Implement PUT an PATCH support
|
2013-10-01 20:13:13 +02:00 |
Thomas Tanghus
|
bdad7697ac
|
Check if accessor matched request method.
It's easier to find errors in the code if an exception is thrown.
|
2013-10-01 20:13:13 +02:00 |
Thomas Müller
|
33db8a3089
|
kill superfluent classloader from tests - this approach might be of interest within the apps
|
2013-08-21 00:41:20 +02:00 |
Thomas Müller
|
fde9cabe97
|
initial import of appframework
|
2013-08-17 11:16:48 +02:00 |