Branch: refs/heads/master
Home: https://github.com/jenkinsci/p4-plugin
Commit: ab2ac28e00e2c75d125c0b39c2f1a78c59e22a88
https://github.com/jenkinsci/p4-plugin/commit/ab2ac28e00e2c75d125c0b39c2f1a78c59e22a88
Author: Himanshu Jain <[email protected]>
Date: 2024-05-08 (Wed, 08 May 2024)
Changed paths:
M src/main/java/org/jenkinsci/plugins/p4/client/ClientHelper.java
Log Message:
-----------
Replacing "+" to "%2B" before URLDecoding to retain "+" in client workspace
name
URLDecoder replaces a '+” to “ “. This is expected behaviour. But if a client
workspace have a + sign it will also get replaced and which raises file not
found error.
Replacing "+" to "%2B" before URLDecoding to retain "+" in client workspace
name.
Commit: d6dff2d0e92fac18d6659335f5ac91b920fd9d55
https://github.com/jenkinsci/p4-plugin/commit/d6dff2d0e92fac18d6659335f5ac91b920fd9d55
Author: skumar7322 <[email protected]>
Date: 2024-07-15 (Mon, 15 Jul 2024)
Changed paths:
M src/main/java/org/jenkinsci/plugins/p4/client/ClientHelper.java
Log Message:
-----------
Merge pull request #207 from hjain-perforce/master
Replacing "+" to "%2B" before URLDecoding to retain "+" in client wor…
Compare:
https://github.com/jenkinsci/p4-plugin/compare/64b40bdc4e4e...d6dff2d0e92f
To unsubscribe from these emails, change your notification settings at
https://github.com/jenkinsci/p4-plugin/settings/notifications
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/p4-plugin/push/refs/heads/master/64b40b-d6dff2%40github.com.