Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix for DROOLS-354 and DROOLS-540 on 6.1.x branch (backport from master) #380

Merged
merged 2 commits into from Sep 23, 2014
Merged

Conversation

chearius
Copy link

This pull request includes a bugfix for Drools issues DROOLS-354 and DROOLS-540 on Windows using WildFly application server.

Essentially, the problem is, that the path obtained via WildFly VFS is a path (so there is no leading "/"), but the code in IoUtils checks for the leading "/", otherwise the drive letter gets stripped creating a drive-relative path. This works well when WildFly's working directory and the VFS target file is on the same drive, but fails if two different drives are involved.

Marek Šiller added 2 commits September 10, 2014 15:46
Backport of the bugfix from master branch to Drools 6.1.x branch
Backport of the bugfix from master branch to Drools 6.1.x branch
mariofusco added a commit that referenced this pull request Sep 23, 2014
Bugfix for DROOLS-354 and DROOLS-540 on 6.1.x branch (backport from master)
@mariofusco mariofusco merged commit 4fcb4b0 into apache:6.1.x Sep 23, 2014
@sotty sotty mentioned this pull request Oct 21, 2014
Rikkola pushed a commit to Rikkola/drools that referenced this pull request Jan 27, 2020
lucamolteni pushed a commit to lucamolteni/drools that referenced this pull request Oct 13, 2021
* [DROOLS-3869] fix services discovery on Fuse

* [DROOLS-3869] fix services discovery on Fuse
dupliaka pushed a commit to dupliaka/drools that referenced this pull request Apr 1, 2022
* add proto list json test

* improve tests

* Update OrdersRestIT.java

* update tests

* fix licence header
cimbalek pushed a commit to cimbalek/incubator-kie-drools that referenced this pull request Jan 19, 2024
Co-authored-by: Jenkins CI <jenkins@eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants