Hi Scott,
Great work!
Scott M Stark wrote:
> The purpose of this release is to solicit feedback with regard to the
> design and usability of the security proxy mechanism.
I'll try to use it for our project, it looks attractive :-)
> One key question is whether this should be integrated into the core
> JBoss layer or left as an security extension.
Why not? Yes, yes!
I have encountered the following problem with build.bat under Win2000:
if exist %1\dist\bin\run.jar (
set jboss_home=%1
set jboss_dist=%jboss_home%\dist
)
yields "%jboss_dist%"="\dist"
Here is a patch that makes it work:
RCS file: /products/cvs/ejboss/contrib/security/src/build/build.bat,v
retrieving revision 1.1
diff -r1.1 build.bat
8c8
< set jboss_dist=%jboss_home%\dist
---
> set jboss_dist=%1\dist
All the best,
Oleg