[jboss-user] [Security & JAAS/JBoss] - Re: secure deployment of dynamically generated files..

2007-10-16 Thread baus
can i not remove my own post?? it's disgusting...$#it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095875#4095875 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095875 ___

[jboss-user] [Security & JAAS/JBoss] - Re: secure deployment of dynamically generated files..

2007-10-16 Thread baus
can someone suggest an alternative JBoss forums ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095726#4095726 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095726 ___ jboss

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: blocking access to certain files..

2007-10-15 Thread baus
am i feeling lucky today? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095396#4095396 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095396 ___ jboss-user mailing list jboss

[jboss-user] [Security & JAAS/JBoss] - Re: secure deployment of dynamically generated files..

2007-10-15 Thread baus
"baus" wrote : wow.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095373#4095373 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095373 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: blocking access to certain files..

2007-10-11 Thread baus
what is the normal practice to to protect suc dynamically generated files? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094212#4094212 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094212

[jboss-user] [Installation, Configuration & DEPLOYMENT] - blocking access to certain files..

2007-10-11 Thread baus
i generate some files Dynamically on the jboss server side which are used by a browser PLUGIN on the client side. Issue is that a user CAN also access these files using URL path to this file from a client browser. How do I block this? I can configure blocking in web.xml. But this may cause issue

[jboss-user] [Security & JAAS/JBoss] - secure deployment of dynamically generated files..

2007-10-10 Thread baus
I have some files that are dynamically generated on the JBoss server end. How do I prevent these files from being accessed from a client browser URL. i.e. client can access these server side files as https://server/path/file from a browser. These dynamically generated server side files are used

[jboss-user] [EJB/JBoss] - Re: Dependency injection @EJB throws NullPointerException

2007-04-13 Thread Jay Baus
I found http://forum.java.sun.com/thread.jspa?threadID=5148205&tstart=135 which pointed to http://trailblazer.demo.jboss.com/EJB3Trail/serviceobjects/injection/ which says they don't do dependency injection in servlets, only EJBs. However, there is a JBoss issue at http://jira.jboss.com/

[jboss-user] [EJB/JBoss] - Re: Dependency injection @EJB throws NullPointerException

2007-04-13 Thread Jay Baus
Right, is this supposed to work? public class SomeServlet extends HttpServlet { @EJB TravelAgentLocal agent; @PersistenceContext(unitName="titan") EntityManager em; ... } Both are null by doGet(). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037164#4