You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2014/08/31 12:57:51 UTC

[Bug 56903] New: Missing comma-Separator in StandardContexts getRessourceOnlyServlets - CID-45051

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

            Bug ID: 56903
           Summary: Missing comma-Separator in StandardContexts
                    getRessourceOnlyServlets - CID-45051
           Product: Tomcat 8
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: felix.schumacher@internetallee.de

Created attachment 31956
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31956&action=edit
Set flag in loop, so that commata are generated in between servlet names

A missing setting of a flag in a loop prevented the generation of commata in
between serlvet names in StandardContext#getRessourceOnlyServlets.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56903] Missing comma-Separator in StandardContexts getRessourceOnlyServlets - CID-45051

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

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #31956|0                           |1
        is obsolete|                            |

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
Created attachment 31957
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=31957&action=edit
Set flag in loop, so that commata are generated in between servlet names plus
test case

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56903] Missing comma-Separator in StandardContexts getRessourceOnlyServlets - CID-45051

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

--- Comment #3 from Violeta Georgieva <vi...@apache.org> ---
Fix is committed to 7.0.x and will be available in 7.0.56 onwards.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 56903] Missing comma-Separator in StandardContexts getRessourceOnlyServlets - CID-45051

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

Mark Thomas <ma...@apache.org> changed:

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

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
Thanks for the fix. I have applied a variation of the patch (inverted logic and
simpler test) to 8.0.x which will be included in 8.0.13 onwards.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org