So am I securing the consoles wrong? If I add
|
|
|CONFIDENTIAL
|
|
|
to the web.xml files in both
/server/prod/deploy/jboss-web.deployer/ROOT.war/WEB-INF and
/server/prod/deploy/jmx-console.war/WEB-INF it seems to have no affect. I can
The above does not seem to be true.
When you deploy an EJB endpoint with
|
| Myname
| /hello/myservice
| CONFIDENTIAL
|
|
jbossws generates a web.xml (have a look at the "Server Temp Dir") that uses
CONFIDENTIAL
>From then onwards, your endpoint behaves like any other we
yes, I wish someone from JBoss would reply. But I've been having difficulty
getting replies to my posts. Any ideas on how I can escalate to get a
response? thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963900#3963900
Reply to the post :
http://w
One would think that if you mark the endpoint to be CONFIDENTIAL, that regular
request would not go through.
However, in the JBossWS user guide, the following statement sticks out to me
(Taken from:
http://labs.jboss.com/portal/jbossws/user-guide/en/html/secure-ejb.html):
anonymous wrote :
|