El vie, 07-05-2004 a las 04:40, Vincent Massol escribi�:
> > -----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.

Guess we'll have to look at some standard then? ;)

Well, It's working for me with '='...

Notice that the URL with '%3D' actually works if you paste it on the
address bar of a browser, but that's because the browser fixes it.

But does not work with ant's <get/>. 

Maybe with Jelly's <http:get/>?

> 
> > 
> > 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to