Hi, Is it possible to retrieve details about the user making the request?
Example: I want to allow users to register on my site. This will result in a user node being created under /users possible with the node name equal to their email address. For instance /users/[email protected]. Once the user has registered and signed in they would be able to access/edit content under their node accessible via link on a webpage. While generating these links in my GET.jsp how can I find the [email protected] of the user making the request? The users email address may not be the best node name probably better to user first and last name or a unique user name. In fact looking at the jackrabbit-usermanager bundel the name of the user supplied when creating the user would be a good node name. But I digress. How to get the username of the user making the request in my jsp file? Regards Ben Short
