It works! Thank you very much.
Bug.
Type: Posts; User: buginside; Keyword(s):
It works! Thank you very much.
Bug.
in the console i have also this infos:
[INFO,XmlWebApplicationContext] Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler#0' is not eligible for...
I have similar problem, spring security seems not working if i put the filter
after UrlRewriteFilter.
My console log:
if i point the browser at...
resolved changing line 6 with
ArrayList <UllCentraliUll> centrali_list = mapper.readValue(jsonString, TypeFactory.collectionType(ArrayList.class, UllCentraliUll.class));
Hello, i can deserialize an object, but i cant deserialize an array couse the first deserialization change the object leaving the double quotes from the string.
II'll try to explain it with some...
Hello, how i can save a uploaded file and, after some works on it, publish it for download?
1. save file on the server.
2. do some stuff on it.
3. publish it.
For the 1 and 2 i havent...