Payne
Payne
_Originally posted by @lineezhang in https://github.com/core-lib/xjar/issues/1#issuecomment-444381049_
> > 修改XLauncher(最直接、最笨的办法) > > ``` > > public class XLauncher implements XConstants { > > public final String[] args; > > public final XDecryptor xDecryptor; > > public final...
``` try { if (doOutput) { if (method == HttpEngine.GET) { // they are requesting a stream to write to. This implies a POST method method = HttpEngine.POST; } else...