You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2015/06/19 12:59:09 UTC

[Bug 58054] New: signjar doesn't support the "getTsaproxyport" attribute

https://bz.apache.org/bugzilla/show_bug.cgi?id=58054

            Bug ID: 58054
           Summary: signjar doesn't support the "getTsaproxyport"
                    attribute
           Product: Ant
           Version: 1.9.5
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core tasks
          Assignee: notifications@ant.apache.org
          Reporter: sigrid.himmelberger@siemens.com

Ant 1.9.5, Java 1.8:
In your <signjar> manual page getTsaproxyport is listed as "proxy port to be
used when connecting to TSA server"
But you cannot use it like that.
Is it misspelled? Or do you enter things like this within  the task <setproxy>
Example:
<signjar alias="alias" storepass="pw" keystore="keystore" keypass="pw"
lazy="true" tsaurl="http://timestamp.verisign.com"
tsaproxyhost="http://proxy-ch.any.com" getTsaproxyport="84">
Can you please give me a valid example how to use it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 58054] signjar doesn't support the "getTsaproxyport" attribute

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=58054

Stefan Bodewig <bo...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
   Target Milestone|---                         |1.9.6
         Resolution|---                         |FIXED
                 OS|                            |All

--- Comment #1 from Stefan Bodewig <bo...@apache.org> ---
you are correct, its's a typo.  The attribute is named "tsaproxyport".

fixed with commit a94a07d

-- 
You are receiving this mail because:
You are the assignee for the bug.