DOM4J NAMESPACE_ERR when trying to use client API with plaintext password
security
----------------------------------------------------------------------------------
Key: XFIRE-324
URL: http://jira.codehaus.org/browse/XFIRE-324
Project: XFire
Type: Bug
Versions: 1.1-beta-1
Reporter: Jeffrey Bonevich
Assigned to: Dan Diephouse
Priority: Critical
I am getting the following when trying to do simple plaintext password security
using WSS4J config in xfire 1.1b1:
Running client : DocumentService
MIT: 1 [main] DEBUG
org.codehaus.xfire.transport.DefaultTransportManager - Registered
transport [EMAIL PROTECTED]
MIT: 4 [main] DEBUG
org.codehaus.xfire.transport.DefaultTransportManager - Registered
transport [EMAIL PROTECTED]
MIT: 11 [main] DEBUG
org.codehaus.xfire.transport.DefaultTransportManager - Registered
transport [EMAIL PROTECTED]
MIT: 12 [main] DEBUG
org.codehaus.xfire.transport.DefaultTransportManager - Registered
transport [EMAIL PROTECTED]
MIT: 375 [main] DEBUG org.apache.xml.security.Init - Registered class
org.apache.xml.security.transforms.implementations.FuncHere for XPath
function 'here()' function in internal table
MIT: 377 [main] DEBUG org.apache.xml.security.Init - Func 0
FuncCurrent
MIT: 377 [main] DEBUG org.apache.xml.security.Init - Func 1 FuncLast
MIT: 377 [main] DEBUG org.apache.xml.security.Init - Func 2
FuncPosition
MIT: 377 [main] DEBUG org.apache.xml.security.Init - Func 3 FuncCount
MIT: 377 [main] DEBUG org.apache.xml.security.Init - Func 4 FuncId
MIT: 378 [main] DEBUG org.apache.xml.security.Init - Func 5
org.apache.xalan.templates.FuncKey
MIT: 378 [main] DEBUG org.apache.xml.security.Init - Func 7
FuncLocalPart
MIT: 378 [main] DEBUG org.apache.xml.security.Init - Func 8
FuncNamespace
MIT: 378 [main] DEBUG org.apache.xml.security.Init - Func 9 FuncQname
MIT: 379 [main] DEBUG org.apache.xml.security.Init - Func 10
FuncGenerateId
MIT: 380 [main] DEBUG org.apache.xml.security.Init - Func 11 FuncNot
MIT: 380 [main] DEBUG org.apache.xml.security.Init - Func 12 FuncTrue
MIT: 380 [main] DEBUG org.apache.xml.security.Init - Func 13 FuncFalse
MIT: 380 [main] DEBUG org.apache.xml.security.Init - Func 14
FuncBoolean
MIT: 380 [main] DEBUG org.apache.xml.security.Init - Func 15
FuncNumber
MIT: 381 [main] DEBUG org.apache.xml.security.Init - Func 16 FuncFloor
MIT: 381 [main] DEBUG org.apache.xml.security.Init - Func 17
FuncCeiling
MIT: 381 [main] DEBUG org.apache.xml.security.Init - Func 18 FuncRound
MIT: 381 [main] DEBUG org.apache.xml.security.Init - Func 19 FuncSum
MIT: 381 [main] DEBUG org.apache.xml.security.Init - Func 20
FuncString
MIT: 382 [main] DEBUG org.apache.xml.security.Init - Func 21
FuncStartsWith
MIT: 382 [main] DEBUG org.apache.xml.security.Init - Func 22
FuncContains
MIT: 382 [main] DEBUG org.apache.xml.security.Init - Func 23
FuncSubstringBefore
MIT: 382 [main] DEBUG org.apache.xml.security.Init - Func 24
FuncSubstringAfter
MIT: 383 [main] DEBUG org.apache.xml.security.Init - Func 25
FuncNormalizeSpace
MIT: 383 [main] DEBUG org.apache.xml.security.Init - Func 26
FuncTranslate
MIT: 383 [main] DEBUG org.apache.xml.security.Init - Func 27
FuncConcat
MIT: 383 [main] DEBUG org.apache.xml.security.Init - Func 29
FuncSubstring
MIT: 383 [main] DEBUG org.apache.xml.security.Init - Func 30
FuncStringLength
MIT: 384 [main] DEBUG org.apache.xml.security.Init - Func 31
FuncSystemProperty
MIT: 384 [main] DEBUG org.apache.xml.security.Init - Func 32 FuncLang
MIT: 384 [main] DEBUG org.apache.xml.security.Init - Func 33
FuncExtFunctionAvailable
MIT: 384 [main] DEBUG org.apache.xml.security.Init - Func 34
FuncExtElementAvailable
MIT: 384 [main] DEBUG org.apache.xml.security.Init - Func 35
FuncDoclocation
MIT: 385 [main] DEBUG org.apache.xml.security.Init - Func 36
FuncUnparsedEntityURI
MIT: 385 [main] DEBUG org.apache.xml.security.Init - Func 37
org.apache.xml.security.transforms.implementations.FuncHere
MIT: 434 [main] DEBUG org.apache.xml.security.Init -
Canonicalizer.register(http://www.w3.org/TR/2001/REC-xml-c14n-20010315,
org.apache.xml.security.c14n.implementations.Canonicalizer20010315OmitComments)
MIT: 437 [main] DEBUG org.apache.xml.security.Init -
Canonicalizer.register(http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments,
org.apache.xml.security.c14n.implementations.Canonicalizer20010315WithComments)
MIT: 441 [main] DEBUG org.apache.xml.security.Init -
Canonicalizer.register(http://www.w3.org/2001/10/xml-exc-c14n#,
org.apache.xml.security.c14n.implementations.Canonicalizer20010315ExclOmitComments)
MIT: 443 [main] DEBUG org.apache.xml.security.Init -
Canonicalizer.register(http://www.w3.org/2001/10/xml-exc-c14n#WithComments,
org.apache.xml.security.c14n.implementations.Canonicalizer20010315ExclWithComments)
MIT: 455 [main] DEBUG org.apache.xml.security.Init -
Transform.register(http://www.w3.org/2000/09/xmldsig#base64,
org.apache.xml.security.transforms.implementations.TransformBase64Decode)
MIT: 458 [main] DEBUG org.apache.xml.security.Init -
Transform.register(http://www.w3.org/TR/2001/REC-xml-c14n-20010315,
org.apache.xml.security.transforms.implementations.TransformC14N)
MIT: 460 [main] DEBUG org.apache.xml.security.Init -
Transform.register(http://www.w3.org/TR/2001/REC-xml-c14n-20010315#WithComments,
org.apache.xml.security.transforms.implementations.TransformC14NWithComments)
MIT: 463 [main] DEBUG org.apache.xml.security.Init -
Transform.register(http://www.w3.org/2001/10/xml-exc-c14n#,
org.apache.xml.security.transforms.implementations.TransformC14NExclusive)
MIT: 465 [main] DEBUG org.apache.xml.security.Init -
Transform.register(http://www.w3.org/2001/10/xml-exc-c14n#WithComments,
org.apache.xml.security.transforms.implementations.TransformC14NExclusiveWithComments)
MIT: 468 [main] DEBUG org.apache.xml.security.Init -
Transform.register(http://www.w3.org/TR/1999/REC-xpath-19991116,
org.apache.xml.security.transforms.implementations.TransformXPath)
MIT: 472 [main] DEBUG org.apache.xml.security.Init -
Transform.register(http://www.w3.org/2000/09/xmldsig#enveloped-signature,
org.apache.xml.security.transforms.implementations.TransformEnvelopedSignature)
MIT: 475 [main] DEBUG org.apache.xml.security.Init -
Transform.register(http://www.w3.org/TR/1999/REC-xslt-19991116,
org.apache.xml.security.transforms.implementations.TransformXSLT)
MIT: 486 [main] DEBUG org.apache.xml.security.Init -
Transform.register(http://www.w3.org/2002/04/xmldsig-filter2,
org.apache.xml.security.transforms.implementations.TransformXPath2Filter04)
MIT: 490 [main] DEBUG org.apache.xml.security.Init -
Transform.register(http://www.w3.org/2002/06/xmldsig-filter2,
org.apache.xml.security.transforms.implementations.TransformXPath2Filter)
MIT: 496 [main] DEBUG org.apache.xml.security.Init -
Transform.register(http://www.nue.et-inf.uni-siegen.de/~geuer-pollmann/#xpathFilter,
org.apache.xml.security.transforms.implementations.TransformXPathFilterCHGP)
MIT: 506 [main] DEBUG
org.apache.xml.security.algorithms.SignatureAlgorithm - Init() called
MIT: 513 [main] DEBUG org.apache.xml.security.Init -
SignatureAlgorithm.register(http://www.w3.org/2000/09/xmldsig#dsa-sha1,
org.apache.xml.security.algorithms.implementations.SignatureDSA)
MIT: 514 [main] DEBUG
org.apache.xml.security.algorithms.SignatureAlgorithm - Try to register
http://www.w3.org/2000/09/xmldsig#dsa-sha1
org.apache.xml.security.algorithms.implementations.SignatureDSA
MIT: 518 [main] DEBUG org.apache.xml.security.Init -
SignatureAlgorithm.register(http://www.w3.org/2000/09/xmldsig#rsa-sha1,
org.apache.xml.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA1)
MIT: 519 [main] DEBUG
org.apache.xml.security.algorithms.SignatureAlgorithm - Try to register
http://www.w3.org/2000/09/xmldsig#rsa-sha1
org.apache.xml.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA1
MIT: 524 [main] DEBUG org.apache.xml.security.Init -
SignatureAlgorithm.register(http://www.w3.org/2000/09/xmldsig#hmac-sha1,
org.apache.xml.security.algorithms.implementations.IntegrityHmac$IntegrityHmacSHA1)
MIT: 524 [main] DEBUG
org.apache.xml.security.algorithms.SignatureAlgorithm - Try to register
http://www.w3.org/2000/09/xmldsig#hmac-sha1
org.apache.xml.security.algorithms.implementations.IntegrityHmac$IntegrityHmacSHA1
MIT: 526 [main] DEBUG org.apache.xml.security.Init -
SignatureAlgorithm.register(http://www.w3.org/2001/04/xmldsig-more#rsa-md5,
org.apache.xml.security.algorithms.implementations.SignatureBaseRSA$SignatureRSAMD5)
MIT: 526 [main] DEBUG
org.apache.xml.security.algorithms.SignatureAlgorithm - Try to register
http://www.w3.org/2001/04/xmldsig-more#rsa-md5
org.apache.xml.security.algorithms.implementations.SignatureBaseRSA$SignatureRSAMD5
MIT: 528 [main] DEBUG org.apache.xml.security.Init -
SignatureAlgorithm.register(http://www.w3.org/2001/04/xmldsig-more#rsa-ripemd160,
org.apache.xml.security.algorithms.implementations.SignatureBaseRSA$SignatureRSARIPEMD160)
MIT: 528 [main] DEBUG
org.apache.xml.security.algorithms.SignatureAlgorithm - Try to register
http://www.w3.org/2001/04/xmldsig-more#rsa-ripemd160
org.apache.xml.security.algorithms.implementations.SignatureBaseRSA$SignatureRSARIPEMD160
MIT: 530 [main] DEBUG org.apache.xml.security.Init -
SignatureAlgorithm.register(http://www.w3.org/2001/04/xmldsig-more#rsa-sha256,
org.apache.xml.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA256)
MIT: 530 [main] DEBUG
org.apache.xml.security.algorithms.SignatureAlgorithm - Try to register
http://www.w3.org/2001/04/xmldsig-more#rsa-sha256
org.apache.xml.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA256
MIT: 542 [main] DEBUG org.apache.xml.security.Init -
SignatureAlgorithm.register(http://www.w3.org/2001/04/xmldsig-more#rsa-sha384,
org.apache.xml.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA384)
MIT: 542 [main] DEBUG
org.apache.xml.security.algorithms.SignatureAlgorithm - Try to register
http://www.w3.org/2001/04/xmldsig-more#rsa-sha384
org.apache.xml.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA384
MIT: 544 [main] DEBUG org.apache.xml.security.Init -
SignatureAlgorithm.register(http://www.w3.org/2001/04/xmldsig-more#rsa-sha512,
org.apache.xml.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA512)
MIT: 544 [main] DEBUG
org.apache.xml.security.algorithms.SignatureAlgorithm - Try to register
http://www.w3.org/2001/04/xmldsig-more#rsa-sha512
org.apache.xml.security.algorithms.implementations.SignatureBaseRSA$SignatureRSASHA512
MIT: 546 [main] DEBUG org.apache.xml.security.Init -
SignatureAlgorithm.register(http://www.w3.org/2001/04/xmldsig-more#hmac-md5,
org.apache.xml.security.algorithms.implementations.IntegrityHmac$IntegrityHmacMD5)
MIT: 546 [main] DEBUG
org.apache.xml.security.algorithms.SignatureAlgorithm - Try to register
http://www.w3.org/2001/04/xmldsig-more#hmac-md5
org.apache.xml.security.algorithms.implementations.IntegrityHmac$IntegrityHmacMD5
MIT: 548 [main] DEBUG org.apache.xml.security.Init -
SignatureAlgorithm.register(http://www.w3.org/2001/04/xmldsig-more#hmac-ripemd160,
org.apache.xml.security.algorithms.implementations.IntegrityHmac$IntegrityHmacRIPEMD160)
MIT: 548 [main] DEBUG
org.apache.xml.security.algorithms.SignatureAlgorithm - Try to register
http://www.w3.org/2001/04/xmldsig-more#hmac-ripemd160
org.apache.xml.security.algorithms.implementations.IntegrityHmac$IntegrityHmacRIPEMD160
MIT: 550 [main] DEBUG org.apache.xml.security.Init -
SignatureAlgorithm.register(http://www.w3.org/2001/04/xmldsig-more#hmac-sha256,
org.apache.xml.security.algorithms.implementations.IntegrityHmac$IntegrityHmacSHA256)
MIT: 550 [main] DEBUG
org.apache.xml.security.algorithms.SignatureAlgorithm - Try to register
http://www.w3.org/2001/04/xmldsig-more#hmac-sha256
org.apache.xml.security.algorithms.implementations.IntegrityHmac$IntegrityHmacSHA256
MIT: 553 [main] DEBUG org.apache.xml.security.Init -
SignatureAlgorithm.register(http://www.w3.org/2001/04/xmldsig-more#hmac-sha384,
org.apache.xml.security.algorithms.implementations.IntegrityHmac$IntegrityHmacSHA384)
MIT: 554 [main] DEBUG
org.apache.xml.security.algorithms.SignatureAlgorithm - Try to register
http://www.w3.org/2001/04/xmldsig-more#hmac-sha384
org.apache.xml.security.algorithms.implementations.IntegrityHmac$IntegrityHmacSHA384
MIT: 555 [main] DEBUG org.apache.xml.security.Init -
SignatureAlgorithm.register(http://www.w3.org/2001/04/xmldsig-more#hmac-sha512,
org.apache.xml.security.algorithms.implementations.IntegrityHmac$IntegrityHmacSHA512)
MIT: 556 [main] DEBUG
org.apache.xml.security.algorithms.SignatureAlgorithm - Try to register
http://www.w3.org/2001/04/xmldsig-more#hmac-sha512
org.apache.xml.security.algorithms.implementations.IntegrityHmac$IntegrityHmacSHA512
MIT: 589 [main] DEBUG org.apache.xml.security.Init - Register
Resolver:
org.apache.xml.security.utils.resolver.implementations.ResolverDirectHTTP:
A simple resolver for requests to HTTP space
MIT: 597 [main] DEBUG org.apache.xml.security.Init - Register
Resolver:
org.apache.xml.security.utils.resolver.implementations.ResolverLocalFilesystem:
A simple resolver for requests to the local file system
MIT: 597 [main] DEBUG org.apache.xml.security.Init - Register
Resolver:
org.apache.xml.security.utils.resolver.implementations.ResolverFragment:
A simple resolver for requests of same-document URIs
MIT: 598 [main] DEBUG org.apache.xml.security.Init - Register
Resolver:
org.apache.xml.security.utils.resolver.implementations.ResolverXPointer:
A simple resolver for requests of XPointer fragents
MIT: 604 [main] DEBUG org.apache.xml.security.Init - Register
Resolver:
org.apache.xml.security.keys.keyresolver.implementations.RSAKeyValueResolver:
Can extract RSA public keys
MIT: 604 [main] DEBUG org.apache.xml.security.Init - Register
Resolver:
org.apache.xml.security.keys.keyresolver.implementations.DSAKeyValueResolver:
Can extract DSA public keys
MIT: 606 [main] DEBUG org.apache.xml.security.Init - Register
Resolver:
org.apache.xml.security.keys.keyresolver.implementations.X509CertificateResolver:
Can extract public keys from X509 certificates
MIT: 607 [main] DEBUG org.apache.xml.security.Init - Register
Resolver:
org.apache.xml.security.keys.keyresolver.implementations.X509SKIResolver:
Uses an X509v3 SubjectKeyIdentifier extension to retrieve a certificate
from the storages
MIT: 607 [main] DEBUG org.apache.xml.security.Init - Register
Resolver:
org.apache.xml.security.keys.keyresolver.implementations.RetrievalMethodResolver:
Resolves keys and certificates using ResourceResolvers
MIT: 607 [main] DEBUG org.apache.xml.security.Init - Register
Resolver:
org.apache.xml.security.keys.keyresolver.implementations.X509SubjectNameResolver:
Uses an X509 SubjectName to retrieve a certificate from the storages
MIT: 607 [main] DEBUG org.apache.xml.security.Init - Register
Resolver:
org.apache.xml.security.keys.keyresolver.implementations.X509IssuerSerialResolver:
Uses an X509 IssuerName and IssuerSerial to retrieve a certificate from
the storages
MIT: 607 [main] DEBUG org.apache.xml.security.Init - Now I try to bind
prefixes:
MIT: 608 [main] DEBUG org.apache.xml.security.Init - Now I try to bind
ds to http://www.w3.org/2000/09/xmldsig#
MIT: 608 [main] DEBUG org.apache.xml.security.Init - Now I try to bind
xenc to http://www.w3.org/2001/04/xmlenc#
MIT: 608 [main] DEBUG org.apache.xml.security.Init - Now I try to bind
experimental to http://www.xmlsecurity.org/experimental#
MIT: 608 [main] DEBUG org.apache.xml.security.Init - Now I try to bind
dsig-xpath-old to http://www.w3.org/2002/04/xmldsig-filter2
MIT: 608 [main] DEBUG org.apache.xml.security.Init - Now I try to bind
dsig-xpath to http://www.w3.org/2002/06/xmldsig-filter2
MIT: 609 [main] DEBUG org.apache.xml.security.Init - Now I try to bind
ec to http://www.w3.org/2001/10/xml-exc-c14n#
MIT: 609 [main] DEBUG org.apache.xml.security.Init - Now I try to bind
xx to http://www.nue.et-inf.uni-siegen.de/~geuer-pollmann/#xpathFilter
MIT: 609 [main] DEBUG org.apache.xml.security.Init - XX_init
371 ms
MIT: 609 [main] DEBUG org.apache.xml.security.Init - XX_prng
14 ms
MIT: 609 [main] DEBUG org.apache.xml.security.Init - XX_parsing
96 ms
MIT: 610 [main] DEBUG org.apache.xml.security.Init -
XX_configure_i18n 19 ms
MIT: 610 [main] DEBUG org.apache.xml.security.Init -
XX_configure_reg_c14n 34 ms
MIT: 610 [main] DEBUG org.apache.xml.security.Init -
XX_configure_reg_here 37 ms
MIT: 610 [main] DEBUG org.apache.xml.security.Init -
XX_configure_reg_jcemapper 8 ms
MIT: 611 [main] DEBUG org.apache.xml.security.Init -
XX_configure_reg_keyInfo 11 ms
MIT: 612 [main] DEBUG org.apache.xml.security.Init -
XX_configure_reg_keyResolver 8 ms
MIT: 612 [main] DEBUG org.apache.xml.security.Init -
XX_configure_reg_prefixes 2 ms
MIT: 612 [main] DEBUG org.apache.xml.security.Init -
XX_configure_reg_resourceresolver 16 ms
MIT: 612 [main] DEBUG org.apache.xml.security.Init -
XX_configure_reg_sigalgos 59 ms
MIT: 612 [main] DEBUG org.apache.xml.security.Init -
XX_configure_reg_transforms 53 ms
MIT: 893 [main] DEBUG org.apache.ws.security.WSSConfig - The provider
BC had to be added to the java.security.Security
MIT: 1379 [main] DEBUG org.codehaus.xfire.client.XFireProxy - Method
[getWorklist] [EMAIL PROTECTED]
MIT: 1383 [main] DEBUG org.codehaus.xfire.transport.http.HttpTransport
- Creating new channel for uri:
urn:xfire:transport:http:114399075751801552403750
MIT: 1398 [main] DEBUG org.codehaus.xfire.handler.HandlerPipeline -
Invoking handler org.codehaus.xfire.soap.handler.SoapSerializerHandler
in phase post-invoke
MIT: 1400 [main] DEBUG org.codehaus.xfire.handler.HandlerPipeline -
Invoking handler org.codehaus.xfire.util.dom.DOMOutHandler in phase
post-invoke
Exception in thread "main" org.codehaus.xfire.XFireRuntimeException:
Could not invoke service.. Nested exception is
org.codehaus.xfire.fault.XFireFault: NAMESPACE_ERR: An attempt is made
to create or change an object in a way which is incorrect with regard to
namespaces.
org.codehaus.xfire.fault.XFireFault: NAMESPACE_ERR: An attempt is made
to create or change an object in a way which is incorrect with regard to
namespaces.
at
org.codehaus.xfire.fault.XFireFault.createFault(XFireFault.java:89)
at org.codehaus.xfire.client.Client.invoke(Client.java:351)
at
org.codehaus.xfire.client.XFireProxy.handleRequest(XFireProxy.java:77)
at
org.codehaus.xfire.client.XFireProxy.invoke(XFireProxy.java:57)
at $Proxy0.getWorklist(Unknown Source)
at
com.bonevich.med.documents.wsclient.DocumentServiceClient.main(DocumentServiceClient.java:60)
Caused by: org.w3c.dom.DOMException: NAMESPACE_ERR: An attempt is made
to create or change an object in a way which is incorrect with regard to
namespaces.
at
org.apache.xerces.dom.CoreDocumentImpl.checkNamespaceWF(Unknown Source)
at org.apache.xerces.dom.AttrNSImpl.setName(Unknown Source)
at org.apache.xerces.dom.AttrNSImpl.<init>(Unknown Source)
at
org.apache.xerces.dom.CoreDocumentImpl.createAttributeNS(Unknown Source)
at
org.codehaus.xfire.util.stax.W3CDOMStreamWriter.writeAttribute(W3CDOMStreamWriter.java:150)
at
org.codehaus.xfire.aegis.stax.AttributeWriter.writeValue(AttributeWriter.java:45)
at
org.codehaus.xfire.aegis.AbstractMessageWriter.writeXsiNil(AbstractMessageWriter.java:25)
at
org.codehaus.xfire.aegis.type.basic.BeanType.writeObject(BeanType.java:289)
at
org.codehaus.xfire.aegis.AegisBindingProvider.writeParameter(AegisBindingProvider.java:111)
at
org.codehaus.xfire.service.binding.AbstractBinding.writeParameter(AbstractBinding.java:240)
at
org.codehaus.xfire.service.binding.WrappedBinding.writeMessage(WrappedBinding.java:89)
at
org.codehaus.xfire.soap.SoapSerializer.writeMessage(SoapSerializer.java:81)
at
org.codehaus.xfire.util.dom.DOMOutHandler.invoke(DOMOutHandler.java:53)
at
org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:98)
at org.codehaus.xfire.client.Client.invoke(Client.java:347)
... 4 more
Service is up and running on Tomcat 5.0 and I verified access of client code
(based directly on the ws-security BasicClient and BasicClientUTPP example
code) to unsecured service. This occurs regardless of JDK version (1.4.2 or
5.0) or version of WSS4J (1.1 or 1.2beta).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira