I installed IRIS 2024.3 on Oracle Linux 9, but I have a problem accessing HTTP://myip/csp/sys/UtilHome.csp. I received the FORBIDEN from Apache.

I tried to configure a Directory block on httpd.conf, the login page was opened but images didn't show and the login doesn't work

0 1
0 34

I have a primary dispatch class that implements %CSP.REST.AccessCheck() for some high level access checks before the route table forwards the request to the implementation classes which also implement %CSP.REST.AccessCheck() for some lower level access checks. The idea is that we know where we are in the implementation class and what the user is trying to do, so it makes more sense to check some lower level items there rather than trying to parse out the request at the dispatch class.

0 4
0 36

Hi, we're currently using %Net.SMTP for sending mails, which is not performing well in terms of delivery speed - I digged into the code and I can see that we're crafting a %Net.MailMessage for every recipient of the same mail, instead of adding all the recipients to the list property "To"

However we cannot do this, because the sender address (Sender property) we use to track bounce mails by adding a unique ID to the sender address for every recipient.

0 1
0 35