if the general duties of a FA Admin are to safeguard from protential 
viruses,phising and DOS attacks
then you would want to be aware of the rules the Firewall admin imposes

one way for maven to handle access to potentially insecure sites is maven-proxy
maven-proxy would ensure unauthenticated port80 requests would have to use
some means of authentication 
other requests (such as pre-authenticated SSL sites) would flow thru using 
(some manner of) SSL tunnel
http://maven-proxy.codehaus.org/Configuration

If you're actively involved in a Software Project
the better way is thru Software Control Management process where you would need 
a SCM plugin 
http://maven.apache.org/scm/plugins/index.html
this way the SCM has knowledge of whats going in and out of the repository and 
can track according to
supplied username,password credentials
it would also handle who is working on which version and branch splits and 
merges

HTH
Martin Gainty 
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




> Date: Wed, 1 Jul 2009 23:55:03 +0930
> From: st...@atulos.com
> To: users@maven.apache.org
> Subject: Corporate firewall not maven-friendly
> 
> Hi.
> 
> This is my first post. Please be gentle if I break any rules.
> 
> At work, my PC sits behind a Trend internet filter which itself sits 
> behind a firewall. The problem is that the trend filter runs something 
> called Applet Trap which infects any incoming unsigned jar files with 
> its filth. The result is that the jar files fail md5 validation and, 
> even worse, get sandboxed such that any access outside the sandbox 
> causes a dialog with the title "Applet Alert" to pop up and ask me if I 
> want to allow, deny or abort. As you can imagine, I have to sit there 
> with the mouse clicking Allow thousands of times.
> 
> Unfortunately this is one of those large corporations and, well, let's 
> just say it's too political for me to go requesting the exceptions in 
> the filter.
> 
> Does anyone know of some way to bypass the filter by making it think 
> it's not downloading jar files? I could perform some sort of tunnelling 
> using a VPS that i'm renting, but the problem is that I'm already using 
> port 80 for the apache server. The corporate firewall blocks anything 
> outgoing that isn't http, https or (maybe) ftp.
> 
> Steve
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 

_________________________________________________________________
Windows Live™: Keep your life in sync. 
http://windowslive.com/explore?ocid=TXT_TAGLM_WL_BR_life_in_synch_062009

Reply via email to