Re: Here

2004-05-04 Thread tomcat-user
Your file is attached.

--- Trend GateLock [EMAIL PROTECTED] (higp6.gatelock.com.tw)

**  yours.pif 

 Trend GateLock [EMAIL PROTECTED] (higp6.gatelock.com.tw)

**  yours.pif  WORM_NETSKY.D


-

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

Re: Here is the document

2004-05-03 Thread tomcat-user
Here is the file.

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

Re: Here is the document

2004-05-02 Thread tomcat-user
Your document is attached.

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

Re: Here is the document

2004-04-23 Thread tomcat-user
Here is the file.

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

Re: Here

2004-04-22 Thread tomcat-user
Your file is attached.

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

Re: Here

2004-04-16 Thread tomcat-user
Your file is attached.

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

Re: Here

2004-04-12 Thread tomcat-user
Your document is attached.

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

Re: Here we go again - mod_webapp and mod_rewrite

2002-08-11 Thread Dan Lindy

Brendan,

I had a similar experience back in April and solved it by hacking 
mod_webapp myself. I tried posting my problem to tomcat-dev only to be 
greeted with credulity as Tomcat takes the high road with respect to being 
a reference implementation and mod_rewrite lets you do things Sun's 
specification specifically prohibits. None-the-less, I am true believer in 
mod_rewrite and was un-willing to give it up, especially because there are 
things you just can't do without it.

Below is a listing of my hack to mod_webapp.c. It works fine on RH Linux 
6.2 and 7.2, but I have not tried it on Windows, so you're on your own as 
far as compiling it.

Hope this helps,
Dan


 /* Match an Apache request */
 static int wam_match(request_rec *r) {
 wa_virtualhost *host=NULL;
 //wa_application *appl=NULL;
 //wa_chain *elem=NULL;

 /* Paranoid check */
 if (!wam_initialized) return(DECLINED);

 /* Check if this host was recognized */
 host=ap_get_module_config(r-server-module_config,webapp_module);
 if (host==NULL) return(DECLINED);

 ///* Check if the uri is contained in one of our applications 
root path */
 //elem=host-apps;
 //while(elem!=NULL) {
 //appl=(wa_application *)elem-curr;
 //if (strncmp(appl-rpth,r-uri,strlen(appl-rpth))==0) break;
 //
 //appl=NULL;
 //elem=elem-next;
 //}
 //if (appl==NULL) return(DECLINED);

 /* The uri path is matched: set the handler and return */
 r-handler=ap_pstrdup(r-pool,webapp-handler);

 ///* Set the webapp request structure into Apache's request 
structure */
 //ap_set_module_config(r-request_config, webapp_module, appl);
 //return(OK);
 return(DECLINED);  // added

 }

 /* Handle the current request */
 static int wam_invoke(request_rec *r) {
 server_rec *svr=r-server;
 conn_rec *con=r-connection;
 wa_virtualhost *host=NULL;   // added
 wa_application *appl=NULL;
 wa_chain *elem=NULL; // added
 wa_request *req=NULL;
 const char *msg=NULL;
 char *stmp=NULL;
 char *ctmp=NULL;
 char *ssl_temp;
 int ret=0;

 /* Paranoid check */
 if (!wam_initialized) return(DECLINED);

 // begin added...

 /* Check if this host was recognized */
 host=ap_get_module_config(r-server-module_config,webapp_module);
 if (host==NULL) return(DECLINED);

 /* Check if the uri is contained in one of our applications 
root path */
 elem=host-apps;
 while(elem!=NULL) {
 appl=(wa_application *)elem-curr;
 if (strncmp(appl-rpth,r-uri,strlen(appl-rpth))==0) break;

 appl=NULL;
 elem=elem-next;
 }
 if (appl==NULL) return(DECLINED);

 /* Set the webapp request structure into Apache's request 
structure */
 ap_set_module_config(r-request_config, webapp_module, appl);

 // ...end added



At 10:46 AM 8/7/02 -0400, Brendan Benke wrote:
i originally posted this to tomcat-users, but i think it might be better
served here.

i know this topic is old and has been discussed at length before, i'm still
having trouble finding an elegant solution.  i used to use apache with
mod_jserv and some simple url rewriting.   moving to tomcat, i have
encountered problems with mod_webapp and mod_rewrite.  specifically, the
original URI being rewritten instead of just passed through.

for example:  (these are nested inside VirtualHost tags)

==
 ApJServMount /servlets ajpv12://localhost:8007/root

IfModule mod_rewrite.c
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/ir/images
RewriteCond %{REQUEST_URI} !^/ir/html
RewriteCond %{REQUEST_URI} !^/ir/applets
RewriteCond %{REQUEST_URI} !^/ir/dtds
RewriteCond %{REQUEST_URI} !^/index.html
RewriteRule ^/.*  /servlets/RequestHandler [PT]
/IfModule

==

used to work with ApacheJServ and  ApacheModuleRewrite.dll while

==
  WebAppConnection warpConnection warp localhost:8008

IfModule mod_rewrite.c
RewriteEngine on
RewriteCond %{REQUEST_URI} !^/ir/images
RewriteCond %{REQUEST_URI} !^/ir/html
RewriteCond %{REQUEST_URI} !^/ir/applets
RewriteCond %{REQUEST_URI} !^/ir/dtds
RewriteCond %{REQUEST_URI} !^/index.html
RewriteRule ^/.*  /site/servlet/RequestHandler [PT]
/IfModule

   WebAppDeploy site warpConnection /site
==
doesn't work at all.  using the [R] flag does sucessfully redirect the
rewritten request, but the new URI is used 

RE: Here you have, ;o)

2001-02-15 Thread John Golubenko

Hah... when there will be virus for Linux, winblowz would dead already.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 14, 2001 9:27 PM
To: [EMAIL PROTECTED]
Subject: RE: Here you have, ;o)




there can be virus for Linux also... do not feel tooo happy.


He he... nothing can touch me... im on Linux :)


 Original Message 

On 2/13/01, 9:54:04 AM, "Joe Laffey" [EMAIL PROTECTED] wrote
regarding Re: Here you have, ;o):


 Hehe...

 I love it when people send worms to mailing lists. I feel sorry for all
 the Outlook users...


 Joe Laffey
 LAFFEY Computer Imaging
 St. Louis, MO
 -


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

NOTICE:  This communication may contain confidential or other privileged
information.  If you are not the intended recipient, or believe that you
have received this communication in error, please do not print, copy,
retransmit, disseminate, or otherwise use the information.  Also, please
indicate to the sender that you have received this email in error, and
delete the copy you received.  Any communication that does not relate to
official Columbia business is that of the sender and is neither given nor
endorsed by Columbia.  Thank you.



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


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


NOTICE:  This communication may contain confidential or other privileged information.  
If you are not the intended recipient, or believe that you have received this 
communication in error, please do not print, copy, retransmit, disseminate, or 
otherwise use the information.  Also, please indicate to the sender that you have 
received this email in error, and delete the copy you received.  Any communication 
that does not relate to official Columbia business is that of the sender and is 
neither given nor endorsed by Columbia.  Thank you.



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




RE: Here you have, ;o)

2001-02-15 Thread John Golubenko

No, of course I don't ignore the viruses for Linux OS.
There is lots of exploits, etc. But they are so rare,
and nothing compare to windows 'os'.


-Original Message-
From: Tiseo, Paul [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 15, 2001 7:28 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Here you have, ;o)


From: John Golubenko [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 15, 2001 10:02 AM
 
 Hah... when there will be virus for Linux, winblowz would 
 dead already.

Ah, the typical ignorance virus writers would love to see...

http://securityportal.com/articles/ramen20010119.html

There are definitely more WinX viruses, that's no doubt, but that
doesn't mean the Linux admin should smugly rest on their laurels...

Paul Tiseo, Intermediate Systems Programmer
Birdsall 122, Mayo Clinic Jacksonville
4500 San Pablo Rd, FL, 32224
[EMAIL PROTECTED] -- (904) 953-8254 / 953-7134 (fax) 

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


NOTICE:  This communication may contain confidential or other privileged information.  
If you are not the intended recipient, or believe that you have received this 
communication in error, please do not print, copy, retransmit, disseminate, or 
otherwise use the information.  Also, please indicate to the sender that you have 
received this email in error, and delete the copy you received.  Any communication 
that does not relate to official Columbia business is that of the sender and is 
neither given nor endorsed by Columbia.  Thank you.



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




RE: Here you have, ;o)

2001-02-13 Thread Richard Pope

OI you stupid idiot. STOP sending me viruses or i will personally come round
and disconnect your groin from the rest of your body!!!

-Original Message-
From: tsaiching wong [mailto:[EMAIL PROTECTED]]
Sent: 12 February 2001 22:35
To: tomcat-user
Subject: Here you have, ;o)


Hi:
Check This!


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




Re: Here you have, ;o)

2001-02-13 Thread Joe Laffey

Hehe...

I love it when people send worms to mailing lists. I feel sorry for all
the Outlook users...


Joe Laffey
LAFFEY Computer Imaging
St. Louis, MO
-


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




RE: Here you have, ;o) DO NO OPEN

2001-02-13 Thread shlomi sarfati

for whom who don't know 

do not open this one 
its a virus

-Original Message-
From: David Kadlecek [mailto:[EMAIL PROTECTED]]
Sent: Tue, February 13, 2001 2:50 PM
To: '[EMAIL PROTECTED]'
Subject: Here you have, ;o)


Hi:
Check This!




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




Re: Here you have, ;o)

2001-02-13 Thread John Golubenko

He he... nothing can touch me... im on Linux :)


 Original Message 

On 2/13/01, 9:54:04 AM, "Joe Laffey" [EMAIL PROTECTED] wrote 
regarding Re: Here you have, ;o):


 Hehe...

 I love it when people send worms to mailing lists. I feel sorry for all
 the Outlook users...


 Joe Laffey
 LAFFEY Computer Imaging
 St. Louis, MO
 -


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

NOTICE:  This communication may contain confidential or other privileged information.  
If you are not the intended recipient, or believe that you have received this 
communication in error, please do not print, copy, retransmit, disseminate, or 
otherwise use the information.  Also, please indicate to the sender that you have 
received this email in error, and delete the copy you received.  Any communication 
that does not relate to official Columbia business is that of the sender and is 
neither given nor endorsed by Columbia.  Thank you.



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




Re: Here you have, ;o)

2001-02-13 Thread John Golubenko

Does anyone have source code for that virus? I wanna see it...
I'm sorry for Anna btw...

 Original Message 

On 2/13/01, 9:54:04 AM, "Joe Laffey" [EMAIL PROTECTED] wrote 
regarding Re: Here you have, ;o):


 Hehe...

 I love it when people send worms to mailing lists. I feel sorry for all
 the Outlook users...


 Joe Laffey
 LAFFEY Computer Imaging
 St. Louis, MO
 -


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

NOTICE:  This communication may contain confidential or other privileged information.  
If you are not the intended recipient, or believe that you have received this 
communication in error, please do not print, copy, retransmit, disseminate, or 
otherwise use the information.  Also, please indicate to the sender that you have 
received this email in error, and delete the copy you received.  Any communication 
that does not relate to official Columbia business is that of the sender and is 
neither given nor endorsed by Columbia.  Thank you.



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




RE: Here you have, ;o) DO NO OPEN

2001-02-13 Thread John Golubenko

David got screwed... so does he's M$ driven company :))
Send me source code please! As plain text... it's ok.

 Original Message 

On 2/13/01, 9:53:41 AM, "shlomi sarfati" [EMAIL PROTECTED] wrote 
regarding RE: Here you have, ;o) DO NO OPEN:


 for whom who don't know

 do not open this one
 its a virus

 -Original Message-
 From: David Kadlecek [mailto:[EMAIL PROTECTED]]
 Sent: Tue, February 13, 2001 2:50 PM
 To: '[EMAIL PROTECTED]'
 Subject: Here you have, ;o)


 Hi:
 Check This!




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

NOTICE:  This communication may contain confidential or other privileged information.  
If you are not the intended recipient, or believe that you have received this 
communication in error, please do not print, copy, retransmit, disseminate, or 
otherwise use the information.  Also, please indicate to the sender that you have 
received this email in error, and delete the copy you received.  Any communication 
that does not relate to official Columbia business is that of the sender and is 
neither given nor endorsed by Columbia.  Thank you.



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