Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    197

    ClassNotFoundException

    Hey guys,

    I'm using Maven, Spring MVC, and trying to get Solr configured at the moment. I have included the Solr dependencies in my pom.xml, however, when I launch my Tomcat server in Eclipse I...
  2. Replies
    0
    Views
    228

    REST Question

    Guys,

    I'm working on an application that offers a REST API. The REST API makes service calls to Hibernate/MySQL. We've come up with a design such that our web application handles all client...
  3. Replies
    1
    Views
    337

    Spring EL injection and XSS concerns

    All,

    Is the following susceptible to XSS attacks?



    <spring:message code="some.message.with.args" arguments="${userInput}"/>


    Assuming that ${userInput} comes directly from the user or...
  4. Replies
    9
    Views
    22,195

    What if ${someargument} contains HTML or...

    What if ${someargument} contains HTML or JavaScript. Is this vulnerable to XSS attacks?
Results 1 to 4 of 4