Menu

#78 It does not support "web.xml"

closed-invalid
nobody
None
5
2005-07-21
2005-07-03
No

In many cases, we use
"load-on-startup" servlet, filters and other in web.xml
rather than using plugins in struts.
(e.g. org.springframework.web.context.ContextLoaderServlet)

But, I think, and read the source, strutstextcase do
not load these setting before init the ActionServlet
class.

Discussion

  • Deryl Seale

    Deryl Seale - 2005-07-21
    • status: open --> open-invalid
     
  • Deryl Seale

    Deryl Seale - 2005-07-21

    Logged In: YES
    user_id=366284

    StrutsTestCase is not meant to be a entire mock servlet
    environment, and it never will be. Depending on what your
    other servlets do, you can set up the preconditions using
    some of the STC API or other mock frameworks.

     
  • Deryl Seale

    Deryl Seale - 2005-07-21

    Logged In: YES
    user_id=366284

    StrutsTestCase is not meant to be a entire mock servlet
    environment, and it never will be. Depending on what your
    other servlets do, you can set up the preconditions using
    some of the STC API or other mock frameworks.

     
  • Deryl Seale

    Deryl Seale - 2005-07-21
    • status: open-invalid --> closed-invalid
     

Log in to post a comment.