Search:

Type: Posts; User: buginside; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    25
    Views
    14,860

    It works! Thank you very much. Bug.

    It works! Thank you very much.

    Bug.
  2. Replies
    25
    Views
    14,860

    in the console i have also this infos: ...

    in the console i have also this infos:


    [INFO,XmlWebApplicationContext] Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler#0' is not eligible for...
  3. Replies
    25
    Views
    14,860

    I have similar problem, spring security seems not...

    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...
  4. Replies
    1
    Views
    808

    resolved changing line 6 with ArrayList...

    resolved changing line 6 with
    ArrayList <UllCentraliUll> centrali_list = mapper.readValue(jsonString, TypeFactory.collectionType(ArrayList.class, UllCentraliUll.class));
  5. Replies
    1
    Views
    808

    Problem deserealizing JsonArray

    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...
  6. How to save a file and publish it for download?

    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...
Results 1 to 6 of 6