-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
-
NEW
-
NEW
If Guided rule metadata page is open (Overview --> Metadata), the URI is:
git://master@aaa/bbb/src/main/resources/com/aaa/bbb/ccc%20ddd.rdrl
but if I try to open the Guided rule when a user is logged in or not, I am getting different results:
- User is logged in:
- http://localhost:8080/business-central/kie-wb.jsp?standalone&path=git://master@aaa/bbb/src/main/resources/com/aaa/bbb/ccc%20ddd.rdrl
- Failed - System error dialog. - Error_from_dialog.txt
- http://localhost:8080/business-central/kie-wb.jsp?standalone&path=git://master@aaa/bbb/src/main/resources/com/aaa/bbb/ccc%2520ddd.rdrl
- OK - The rule is opened
- http://localhost:8080/business-central/kie-wb.jsp?standalone&path=git://master@aaa/bbb/src/main/resources/com/aaa/bbb/ccc%20ddd.rdrl
- User is not logged in:
- http://localhost:8080/business-central/kie-wb.jsp?standalone&path=git://master@aaa/bbb/src/main/resources/com/aaa/bbb/ccc%20ddd.rdrl
- OK - After login the rule is opened
- http://localhost:8080/business-central/kie-wb.jsp?standalone&path=git://master@aaa/bbb/src/main/resources/com/aaa/bbb/ccc%2520ddd.rdrl
- Failed - After login the page is empty.
- http://localhost:8080/business-central/kie-wb.jsp?standalone&path=git://master@aaa/bbb/src/main/resources/com/aaa/bbb/ccc%20ddd.rdrl
- is blocked by
-
ELYWEB-163 Update ElytronHttpExchange#getRequestURI to no longer use the 7 argument URI constructor
- Resolved
- relates to
-
RHPAM-4011 Asset with space in name cannot be opened in standalone editor
- Closed