-
If vtor constraint has a field message , so we can define as we needed ,or are there other usage instead?
@Range(min = -2, max = 50, message = "Floor out of range")
public int floor;
liniu updated
9 years ago
-
in jodd.mail.EmailUtil parseEML:
Message message = new MimeMessage(session, new FileInputStream(emlFile));
MimeMessage from javax.mail/mail/1.4.5 does not close parsed stream so EmailUtil should close…
-
```
JODD's CsrfShield class has two method that contains synchronized keyword,
which will lead performance down.Two Method is:
public static synchronized boolean checkCsrfToken(HttpSession session, S…
-
```
What steps will reproduce the problem?
1. The source code:
doc.$("cfg:test").each(new JerryFunction() {
public boolean onNode(Jerry $this, int index) {
System.o…
-
```
What steps will reproduce the problem?
1. jodd ReflectUtil rely on BeanInfo from java.bean.beanInfo which is not
supported in android platform
What is the expected output? What do you see in…
-
```
Bean template is a string template with JSP-alike markers that indicates where
provided context values will be injected. So, with help of BeanTemplate class
there is even a simple, small but ver…
-
i have a project containing a file src/main/resources/META-INF/services/io.dropwizard.logging.AppenderFactory
in build.gradle:
....
shadowJar {
mergeServiceFiles()
....
}
....
all the META-INF…
-
```
What steps will reproduce the problem?
1.I noticed that manifest file of jodd not include info about osgi
I wonder whether jodd support hot plugin-in in osgi framework
What is the expected outpu…
-
Would ease passing back forms with already populated values. cc @Skeebl
Could be based on Jodd/Css selectors.
Would fail if form can't be found.
Would save a `Map[String, Any]` where value could be …
-
```
test code:
import java.io.File;
import java.io.IOException;
import jodd.io.FileUtil;
import jodd.lagarto.dom.jerry.Jerry;
import jodd.lagarto.dom.jerry.JerryFunction;
public class HtmlParseTest…