Hi Matthias, 

Book: Struts Fast Track
Major contributions by: Vic Cekvenich
Copyright: 2002 BaseBeans Engineering
Page: 74
NOTE: Noticed that I modified the <url-pattern> for the “action”
<servlet-name> to “/do/*”. Struts normally has the “/*.do”
pattern for the action servlet but I’ve had difficulties with firewalls
using the default Struts pattern so we’ll use the “/do/*” pattern
throughout this book as a work-around.

Personal experience: Some companies set their firewalls to just 
accept *.htm, *.html, *.jsp, ... (common web formats) on port 80, so
that any other file format will be blocked.


Oliver

-----Ursprüngliche Nachricht-----
Von: Matthias Wessendorf [mailto:[EMAIL PROTECTED] 
Gesendet: Mittwoch, 7. Januar 2004 18:41
An: [EMAIL PROTECTED]
Betreff: ServletMapping for ActionServlet and firewalls

Hi,

i have in mind, that the mapping
*.do
for our actionServlet is sometime a problem...

better should be:
/do/*

but i can´t find anything in web...

does anyone had some experiences on it?

regads,
Matthias


Matthias Weßendorf
Aechterhoek 18
D-48282 Emsdetten
Email: mailto:[EMAIL PROTECTED]
URL: http://www.wessendorf.net


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to