Menu

#19 callMethodOfServlet needs relative URL

closed-fixed
None
5
2003-01-16
2002-03-16
No

callMethodOfServlet() (and probably forward() and
includeURL() also) only works when given a relative
path to the current servlet. There's no way to give it
an absolute path.

The question to be decided is, if you give an absolute
path, should it be from the root of the current
context? Or should you be able to call a method of a
servlet in a different context?

Discussion

  • Geoff Talvola

    Geoff Talvola - 2003-01-15
    • assigned_to: nobody --> stuartd
     
  • Geoff Talvola

    Geoff Talvola - 2003-01-15

    Logged In: YES
    user_id=88162

    Assigning to Stuart because he's currently improving
    forward(), includeURL(), and callMethodOfServlet().

     
  • Stuart Donaldson

    • status: open --> closed-fixed
     
  • Stuart Donaldson

    Logged In: YES
    user_id=326269

    Current strategy is absolute path is relative to context root.

     

Log in to post a comment.