-
```
it will Throw Exception the Line: Jerry doc =
Jerry.jerry(FileUtil.readString(file));
Exception:
Exception in thread "main" jodd.lagarto.LagartoException: Illegal character []]
(state: 4)
…
-
Hello,
Within Apache JMeter project, we ran jdeps on jmeter and found jodd-core-3.6.4.jar was using internal libraries from jdk:
jodd-core-3.6.4.jar ->
/Library/Java/JavaVirtualMachines/jdk1.8.0_45.j…
-
jodd 3.6.6
-
```
It would be nice if there is a way to change the URL of the /jodd-bundle for
implement resource caching on browser.
Instead of using /jodd-bundle?id=xxxxx, I just want to change it to
/jodd-bun…
-
```
it will Stoped the Line: Jerry doc = Jerry.jerry(FileUtil.readString(file));
test code:
import java.io.*;
import jodd.io.FileUtil;
import jodd.io.NetUtil;
import jodd.lagarto.dom.jerry.Jerry;
im…
-
```
test code:
public class TestParamo {
public static class Foo {
public Foo(String something) {
}
public void hello() {
}
public void two(String username, String password) {…
-
Hi, I encountered some string split use case like key=value pair groups with blank character.e.g
`String str="abc@ccc='123' bb='com.business.process' time='2015-07-10 22:16:32.333'"`. it seems
that su…
-
```
What steps will reproduce the problem?
1. Create an LFUCache object with maxsize to 5000 and timeout 0.
2. Have two threads running, one doing get() from the cache, the other doing
put(), concurr…
-
```
Hi,
I noticed this very strange behavior in the application I am working on.
Lets say that we have a Profile session scoped bean.
When this bean is injected into the Action it works correctly.
…
-
```
ZipUtil.addToZip() Method Incorrect.it no add Any subdirectory into zip file.
souce code:
//-----------------------------------------------------------
import java.io.File;
import java.util.Enum…