mppfiles
mppfiles
Currently I am unable to set a `security-constraint` just for the monitor page, without blocking the RUM for normal app users. This is because both components share the same URL...
Regarding [this SO question](https://stackoverflow.com/questions/19138757/activejdbc-object-with-multiple-parents-that-reference-the-same-class), there are cases when two models have more than one association between them. But despite of ActiveJDBC being capable to define multiple `@BelongsTo` annotations to the...
When using `parent(MyModel.class)` or `parent(MyModel.class, false)` I want to specifically ignore the cached parent, if any. So [this condition](https://github.com/javalite/javalite/blob/e7f95dbd0d49d0802d0086737889c909cf683d08/activejdbc/src/main/java/org/javalite/activejdbc/Model.java#L1171) would need to include the value of `cache` parameter? Something like:...
Now that Servlet spec 5 is out, and some of the major web servers adopted it (for example, Tomcat 10, Jetty 10/11) it becomes important to release a compatible version...
As stated in an [old issue](https://github.com/javalite/activeweb/issues/434) but in a more general way, I am looking for options to share some utility methods in filters and controllers, since clearly it's not...
Add Repeatable annotation...
As a totally newbie in Sf2, I apologize if this is a dumb question. as stated [in the docs](http://propelorm.org/cookbook/symfony2/working-with-symfony2.html#working-with-existing-databases), you can reverse existing databases using the `propel:reverse` command. In my...