Skip to main content

Questions tagged [rules]

This tag is very broad, try being more specific by using tags relevant to your problem. Examples are "rule-engine" for rules engines, "url-rewriting"/"mod-rewrite" for rewrite rules or "form-validation" for validation rules. See the full wiki article for a more complete list.

0 votes
0 answers
52 views

Tomcat 9 rewrite url problem Only First Rule Works, Others Are Not Applied

Description: I'm facing an issue with my Apache Rewrite Rules configuration where only the first rule is working, and the subsequent rules are not being applied as expected. I need help ...
Kaanal's user avatar
  • 1
0 votes
0 answers
80 views

suricata rule that could detect certain TLS errors messages

I am struggling with writing a suricata rule that could detect certain TLS errors messages like " ERR_SSL_VERSION_OR_CIPHER_MISMATCH TLSV1_Unrecognized_Name_Alert And so on ... Also, can ...
Linux6881919's user avatar
-1 votes
1 answer
60 views

nullPointer envoked on .contains method when querying for String jobTitle

I'm writing a return statement for specific role provisioning - If everything is in scope, it should return as true and assign the role. Part of the logic requires the user of identity.getAttribute(&...
Cole's user avatar
  • 1
0 votes
0 answers
18 views

Rules stop executing while Outlook displays Modal Dialog

I am using the Outlook legacy app on MacOS. I have set up rules in my client app on my desktop to execute whenever an email arrives. I use the legacy app because it allows me to move messages ...
pjg's user avatar
  • 565
0 votes
2 answers
716 views

Visual Studio 2022: Impossible to install a VSIX extension from 'Analyzer with Code Fix (.NET Standard)' project template

I'm currently trying to create a new code analysis rule for Visual Studio 2022 so i followed this tutorial. When you follow the tutorial, you have to create a new Analyzer with Code Fix (.NET Standard)...
Alessandro's user avatar
0 votes
0 answers
21 views

Iterating a list in a rule

The following is in a file called couples.pl likes(X,Y). likes(Y,X). couple(X,Y):- likes(X,Y), likes(Y,X). % docouple(X|[]). docouple(X|[H|T]) :- likes(X,H), likes(H,X), couple(X,H), ...
user1391596's user avatar
0 votes
0 answers
12 views

Are there extensions for addition rules automation

For example, if I need to notify a specific user when a work item is created, I don't see an action to notify a specific user or groups, are there extensions out there in the market place to achieve ...
John Le's user avatar
0 votes
0 answers
9 views

Is it possible to access declared types from java when using the ruleunit api?

in the legacy java drool "API" it was possible to gain access to the types declared within the rule files via the KieBase.getFactType(...) method. Is such thing possible with the new ...
alex's user avatar
  • 1
0 votes
0 answers
69 views

Rules executing multiple times- unable to disable the rule

Currently i started using the latest drools engine (9.44.0.Final ) in our project . Previouly i used 7.x version. In my previous version i used the custom java method to enable and disable the rule....
Tamil Prabhu's user avatar
0 votes
0 answers
19 views

Algolia: Tracking Clicks on redirects / redirecting searches to specific landing pages no click data

My customer has a few redirect rules in place to redirect searches to specific landing pages. However, they lose the click data on those searches with the redirect in place so they can't track whether ...
user20460519's user avatar
1 vote
0 answers
23 views

the combination of association rules results in one group

I have groups of the result sorted by frequency of distinct association rules , I want to create a general association rules that combines everything in those groups in one group, like i want to take ...
saida saida's user avatar
0 votes
0 answers
14 views

How to write redirect rule in Nginx

We have a specific URL with query string, that we want to redirect to other url. In .htaccess that is working fine but don't know how to write it in Nginx config file. Here is URL - BaseURL/index.php?...
Atul's user avatar
  • 1,653
-1 votes
1 answer
200 views

get prices with quantity of a product in controller in shopware 6

After setting the advanced prices of a product concerning rules on the admin side as shown in below pic. Now I want to get these prices with quantity in the controller. I wrote the following code but ...
Muhammad Zahoor's user avatar
0 votes
0 answers
37 views

Inconsistent Function of Apple Mail Rule Script

In addition to built in Rule options being buggy already. Sounds and Bouncing Icon works, but only one color rule will apply (either text or background). So my Rule to set the text to blue if my full ...
Pål Hart's user avatar
0 votes
1 answer
588 views

Is it possible to return 500 error code with a custom error page in nginx

I have a custom error page which I use by rewrite directive in nginx. I want to return 500 error code while rendering this error page. Is that possible and how?
S.P's user avatar
  • 49

15 30 50 per page