View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820933#3820933

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820933

Hi,

Is there a framework for mapping url requests for one module to another?

For example, is there a way for me to configure calls to module=user&op=getlogin to 
module=mymodule&op=myop at the JMX level (ie, outside of source code)? 



The reason I ask is that I am trying to use the BB module, but if a user is not logged 
it, it redirects them to the user module. We do not want our users to use the core 
UserModule for registration because we need to capture some extra information.



The underlying issue is the tight coupling between the BB Module and the UserModule. 
This does not leave much room for custom login logic or registration logic. Since the 
BB Module is hardcoded to hit module=user, I think the easiest thing to do is to 
intercept those requests and reroute them to our own registration logic. If that 
framework does not yet exist, I will just have to edit the BB Module source and 
recompile.



Thanks

-Scott


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to