DO NOT REPLY [Bug 45388] New: We need a POM file added to the Maven repository

View: New views
18 Messages — Rating Filter:   Alert me  

DO NOT REPLY [Bug 45388] New: We need a POM file added to the Maven repository

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://issues.apache.org/bugzilla/show_bug.cgi?id=45388

           Summary: We need a POM file added to the Maven repository
           Product: Security
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Encryption
        AssignedTo: security-dev@...
        ReportedBy: gmazza@...


Hello, whenever I am running the Apache CXF web service stack with security
options via Maven it is continually trying to find a POM file in the Maven
repo--very annoying:

"Downloading:
http://repo1.maven.org/maven2/org/apache/santuario/xmlsec/1.4.0/xmlsec-1.4.0.pom"

Problem is, there is no .pom file there.  If you could place one in that
directory, it would be a nice help for Maven-using CXFers.


--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Remove carry return from xml signature

by Lopez Cantero, Sergio :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi, I've seen that every time you create a xmlsignature, nodes get "formatted"
with a carry return at the end of the starting tag, p. ex:
<node>
<node2></node2>
</node>
Is there a way to deactivate this behavior?
I need an output like:
<node><node2></node2></node>
Thanks

Re: Remove carry return from xml signature

by sean.mullan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



Lopez Cantero, Sergio wrote:
> Hi, I've seen that every time you create a xmlsignature, nodes get "formatted"
> with a carry return at the end of the starting tag, p. ex:
> <node>
> <node2></node2>
> </node>
> Is there a way to deactivate this behavior?

Yes. If you set the system property named
"org.apache.xml.security.ignoreLineBreaks" to true, line breaks will not
be inserted in the Signature. This includes line breaks after elements
and in base64 encoded values.

--Sean

RE: Remove carry return from xml signature

by Lopez Cantero, Sergio :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks, this should fix it, but I've seen it's a feature from 1.4.2
So I'll have to upgrade.

-----Mensaje original-----
De: Sean.Mullan@... [mailto:Sean.Mullan@...]
Enviado el: miƩrcoles, 16 de julio de 2008 16:20
Para: security-dev@...
Asunto: Re: Remove carry return from xml signature



Lopez Cantero, Sergio wrote:
> Hi, I've seen that every time you create a xmlsignature, nodes get "formatted"
> with a carry return at the end of the starting tag, p. ex:
> <node>
> <node2></node2>
> </node>
> Is there a way to deactivate this behavior?

Yes. If you set the system property named
"org.apache.xml.security.ignoreLineBreaks" to true, line breaks will not
be inserted in the Signature. This includes line breaks after elements
and in base64 encoded values.

--Sean

DO NOT REPLY [Bug 45388] We need a POM file added to the Maven repository

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://issues.apache.org/bugzilla/show_bug.cgi?id=45388


Fernando Ribeiro <webmaster@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |webmaster@...
                   |                            |ti.br
            Version|unspecified                 |Java 1.4




--- Comment #1 from Fernando Ribeiro <webmaster@...>  2009-05-12 10:40:26 PST ---
Any update yet? 1.4.1 has the same issue.

--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 45388] We need a POM file added to the Maven repository

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://issues.apache.org/bugzilla/show_bug.cgi?id=45388


Fernando Ribeiro <webmaster@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P1
           Platform|PC                          |All
         OS/Version|Linux                       |All
           Severity|normal                      |enhancement




--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 45388] We need a POM file added to the Maven repository

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://issues.apache.org/bugzilla/show_bug.cgi?id=45388


Fernando Ribeiro <webmaster@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal




--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 45388] We need a POM file added to the Maven repository

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://issues.apache.org/bugzilla/show_bug.cgi?id=45388





--- Comment #2 from coheigea <coheigea@...>  2009-05-29 06:59:59 PST ---
Created an attachment (id=23727)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23727)
A patch for this issue


Please see attached for a patch for this issue. The patch consists of a
"pom.xml" that should be added to trunk. Using this pom it's possible to build
the java component of XML-Security with maven, run the unit tests and install
an OSGi bundle into the local maven repository.

1) mvn compile  - compiles the Java source code under src
2) mvn test - runs the unit tests under src_unitTests (doesn't run the javax
unit tests yet)
3) mvn install - compile, run the tests and install the bundle into the local
repository
4) mvn -Pfastinstall - compile and install without running the tests

I've tested the built artifact with both WSS4J and CXF. The pom will likely
need some tweaking before 1.4.3 goes out, but it'll do for now.

Colm.

--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 45388] We need a POM file added to the Maven repository

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://issues.apache.org/bugzilla/show_bug.cgi?id=45388





--- Comment #3 from Fernando Ribeiro <webmaster@...>  2009-05-30 21:24:20 PST ---
Looks good to me, make sure the POM is published to the appropriate Maven
repositories.

--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 45388] We need a POM file added to the Maven repository

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://issues.apache.org/bugzilla/show_bug.cgi?id=45388


coheigea <coheigea@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #4 from coheigea <coheigea@...>  2009-07-08 03:06:11 PST ---

Patch applied.

Colm.

--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 45388] We need a POM file added to the Maven repository

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://issues.apache.org/bugzilla/show_bug.cgi?id=45388





--- Comment #5 from Fernando Ribeiro <webmaster@...>  2009-07-09 09:45:20 PST ---
When can I expect to find the file in the Maven repositories?

--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 45388] We need a POM file added to the Maven repository

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://issues.apache.org/bugzilla/show_bug.cgi?id=45388


Fernando Ribeiro <webmaster@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #6 from Fernando Ribeiro <webmaster@...>  2009-07-18 10:20:39 PST ---
I still don't see it anywhere.

--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 45388] We need a POM file added to the Maven repository

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://issues.apache.org/bugzilla/show_bug.cgi?id=45388





--- Comment #7 from coheigea <coheigea@...>  2009-07-20 02:59:13 PST ---

We're about to release XML-Security 1.4.3. Once that gets done I'll upload the
relevant artifacts, including the pom, to the central maven repo.

Colm.

--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 45388] We need a POM file added to the Maven repository

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://issues.apache.org/bugzilla/show_bug.cgi?id=45388


coheigea <coheigea@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED




--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 45388] We need a POM file added to the Maven repository

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://issues.apache.org/bugzilla/show_bug.cgi?id=45388





--- Comment #8 from Fernando Ribeiro <webmaster@...>  2009-07-20 17:16:23 PST ---
Thanks for the update.

--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 45388] We need a POM file added to the Maven repository

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://issues.apache.org/bugzilla/show_bug.cgi?id=45388

Stuart James Penrose <stu@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |stu@...

--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 45388] We need a POM file added to the Maven repository

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://issues.apache.org/bugzilla/show_bug.cgi?id=45388

--- Comment #9 from Stuart James Penrose <stu@...> 2009-09-28 20:04:17 PDT ---
It may be that I'm missing something, but I still don't see this pom out there
in the central repo.  Was this indeed deployed to central, or am I and my build
infrastructure just not seeing it?

--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

DO NOT REPLY [Bug 45388] We need a POM file added to the Maven repository

by Bugzilla from bugzilla@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

https://issues.apache.org/bugzilla/show_bug.cgi?id=45388

--- Comment #10 from coheigea <coheigea@...> 2009-09-29 02:18:30 PDT ---
(In reply to comment #9)
> It may be that I'm missing something, but I still don't see this pom out there
> in the central repo.  Was this indeed deployed to central, or am I and my build
> infrastructure just not seeing it?

http://repo2.maven.org/maven2/org/apache/santuario/xmlsec/1.4.3/xmlsec-1.4.3.pom

Colm.

--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.