> -----Original Message----- > From: Pablo Lalloni [mailto:[EMAIL PROTECTED] > Sent: 07 May 2004 16:47 > To: Maven Users List > Subject: RE: jboss plugin > > Well, don't think so... > > The problem was fixed changing '%3D' to '=' in urls of > plugin.properties.
Is that valid? We have: [...]?action=invokeOpByName&name=jboss.system:service%3DMainDeployer&met hodName=undeploy&argType=java.lang.String&arg= if we replace %3D by "=" then it may confuse the parsing algorithm, no? I've searched on google for "action=invokeOpByName&name=jboss.system:service" and all URL I have found were using %3D. I would like to be sure this is the right fix before changing it. > > IMHO it should be '=' since there are other instances of it in the urls. > > There also also spaces at the end of url strings which should be > removed. This was fixed some days ago. See http://maven.apache.org/reference/plugins/jboss/changes-report.html [snip] -Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
