|
1/14/2015 4:16:52 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/14/2015 3:24:27 PM
path was broken because the newly supplied credentials
were being validated.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/14/2015 1:58:33 PM
256, the space taken by the index is 256 * 3 = 768,
which exceeds the maximum length of an InnoDB index (767).
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/14/2015 12:28:32 PM
behavior was to either require tenant information
in the request and validate it or bypass the filter completly.
This wasn't enough for plugins which can choose to expose tenant
specific (e.g. Analytics export data API) or agnostic
(e.g. Stripe tokenize credit card page) endpoints.
This new patch will always honor tenant headers if specified
and only fail the request when these are mandatory.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/14/2015 11:46:42 AM
test
See https://github.com/killbill/killbill/issues/248.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
|
|
1/13/2015 7:24:03 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/13/2015 1:40:01 PM
still skip static files (e.g. HTML served by the plugin).
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|