Jürgen Weber
Jürgen Weber
What about just ignoring the header, putting everything from the save dialog into the download list and letting the user decide?
``` [ERROR] Failed to execute goal pl.project13.maven:git-commit-id-plugin:4.9.10:revision (get-the-git-infos) on project ZConnector: Could not complete Mojo execution...: Illegal/unsupported escape sequence near index 3 [ERROR] D:\gitprojects\zconnector\ZConnectorEAR/src/main/application/git.properties ``` I think problem are the...
Isn't most of the code already there in [SensorAPI.java](https://github.com/termux/termux-api/blob/master/app/src/main/java/com/termux/api/SensorAPI.java) for the [termux-sensor](https://wiki.termux.com/wiki/Termux-sensor) script? Add pseudo sensors as BroadcastReceivers for Wifi, Cell, Power and Battery events and we're good for most...
Yes, the needed stripes version is not in central. So I built it locally. See my comment in JSPWIKI-1170. Someone might ask stripes to publish to central. A harder problem...
As for xmlrpc: I once had to get a JEE resource adapter's jars in the .rar onto the classpath of a project: in maven validate got the dependency, unpacked it...
xmlrpc is used for the weblog api : https://en.wikipedia.org/wiki/MetaWeblog in [MetaWeblogHandler.java](https://github.com/apache/jspwiki/blob/master/jspwiki-main/src/main/java/org/apache/wiki/xmlrpc/MetaWeblogHandler.java) I doubt that anybody uses it anymore. And I believe it is broken bei [CsrfProtectionFilter.java](https://github.com/apache/jspwiki/blob/master/jspwiki-http/src/main/java/org/apache/wiki/http/filter/CsrfProtectionFilter.java) anyway. Still, it is...
Same here. On a Windows 11 machine the msys-2.0.dll kill helped, but not on Windows 10. Edit: After rebooting works on Windows 10, too.
With increased focus on security corporate Nexus instances start to filter unsafe dependencies. So it is important to have a way to exclude and replace plugin dependencies, e.g. old versions...