-
Hello Guys,
I just started to toy around with Ninja and I love it. Though.. did run in some strange behaviour:
I'm talking about http://www.ninjaframework.org/documentation/html_templating/form_pars…
-
Hi,
I cloned the latest release tag _ninja-appengine-1.9.23_ and ran _ninja-appengine-integration-test-blog_ project with a maven command _mvn appengine:devserver -Pdevserver_, but observed an error …
-
Hello,
im working on a plain and simple json api and thus i was not pleased to map each method in the controller by hand and i found jaxy quite handy. Thank you.
My articles controller will map the f…
-
Client-side framework like angularjs and reactjs keep growing. Every days, new developper are switching to this model of dev (like me recently). With these frameworks, their are a lot of features whic…
-
I have tried every way listed to get form field parameters in a form containing file uploads but i can only get the files. how can i retrieve the regular form parameters ??
-
I am trying to create a WebSocket endpoint with Ninja and by following the documentation provided [here](https://www.ninjaframework.org/documentation/websockets.html) I keep getting the same error. I …
-
Hi,
i am currently migrating my ninja-project to run with:
- `Ubuntu Server 20.04 LTS`
- `Postgres (PostgreSQL) 12.2 (Ubuntu 12.2-4)`
- `ninja framework 6.6.1`
but I am getting an error, …
-
This is a huge issue in how the accepted media type is selected. If `text/html` appears **anywhere** in the value, it is preferred, even if that's not the case!
This means that the value `application…
-
I need a way to Exclude Cipher Suites when using the ninja standalone server?
Particularly TLS1.0 which is considered obsolete and a few others.
-
I have a GET resource that accepts a `@BeanParam`object with two `@QueryParam` strings. The bean object appears to be being instantiated by Guice and hydration of the query parameters is not occurring…