[jira] [Comment Edited] (MTOMCAT-332) Tomcat run as a windows service doesn't set the stack size accordingly
[ https://issues.apache.org/jira/browse/MTOMCAT-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17625074#comment-17625074 ] Mark Thomas edited comment on MTOMCAT-332 at 10/27/22 12:27 PM: [https://tomcat.apache.org/bugreport.html] However, this looks like a configuration question for the user mailing list, not a bug report for Bugziila. https://tomcat.apache.org/lists.html#tomcat-users was (Author: markt): https://tomcat.apache.org/bugreport.html > Tomcat run as a windows service doesn't set the stack size accordingly > -- > > Key: MTOMCAT-332 > URL: https://issues.apache.org/jira/browse/MTOMCAT-332 > Project: Apache Tomcat Maven Plugin > Issue Type: Bug >Reporter: Dragos Negoita >Priority: Major > Attachments: TestStack-1.0-SNAPSHOT-1.war, TestStack.zip, > TomcatService_1.jpg, TomcatService_2.jpg, TomcatService_3.jpg > > > Hello, > We developed a webapp which has been running in Tomcat for some time. > Recently, this application added a requirement of stack size increase which > is well handled by editing catalina.bat with a new line: > set "JAVA_OPTS=%JAVA_OPTS% -Xss3M" > for the case of debugging and implementation. > When the application is delivered and needs to be started as a windows > service it will encounter an issue regarding the stack size. The application > will crash with stack overflow exception, even if the stack size value is > modified. I have attached the screenshots of the service. > Tomcat used: is 9.0.65. > JDK used: openlogic-openjdk-8u342-b07 (this one is for the latest test, some > other versions were used during the investigation) > Java Options: > -Dcatalina.home=C:\tools\apache-tomcat-9.0.65 > -Dcatalina.base=C:\tools\apache-tomcat-9.0.65 > -Dignore.endorsed.dirs=C:\tools\apache-tomcat-9.0.65\endorsed > -Djava.io.tmpdir=C:\tools\apache-tomcat-9.0.65\temp > -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager > -Djava.util.logging.config.file=C:\tools\apache-tomcat-9.0.65\conf\logging.properties > > I have attached also a sample application to be put in the webapp folder. > It should list the numbers to 25000, through recursive calls. > > Can you, please, help with this situation? > Regards, > Dragos. -- This message was sent by Atlassian Jira (v8.20.10#820010) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[jira] [Resolved] (MTOMCAT-332) Tomcat run as a windows service doesn't set the stack size accordingly
[ https://issues.apache.org/jira/browse/MTOMCAT-332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved MTOMCAT-332. - Resolution: Invalid https://tomcat.apache.org/bugreport.html > Tomcat run as a windows service doesn't set the stack size accordingly > -- > > Key: MTOMCAT-332 > URL: https://issues.apache.org/jira/browse/MTOMCAT-332 > Project: Apache Tomcat Maven Plugin > Issue Type: Bug >Reporter: Dragos Negoita >Priority: Major > Attachments: TestStack-1.0-SNAPSHOT-1.war, TestStack.zip, > TomcatService_1.jpg, TomcatService_2.jpg, TomcatService_3.jpg > > > Hello, > We developed a webapp which has been running in Tomcat for some time. > Recently, this application added a requirement of stack size increase which > is well handled by editing catalina.bat with a new line: > set "JAVA_OPTS=%JAVA_OPTS% -Xss3M" > for the case of debugging and implementation. > When the application is delivered and needs to be started as a windows > service it will encounter an issue regarding the stack size. The application > will crash with stack overflow exception, even if the stack size value is > modified. I have attached the screenshots of the service. > Tomcat used: is 9.0.65. > JDK used: openlogic-openjdk-8u342-b07 (this one is for the latest test, some > other versions were used during the investigation) > Java Options: > -Dcatalina.home=C:\tools\apache-tomcat-9.0.65 > -Dcatalina.base=C:\tools\apache-tomcat-9.0.65 > -Dignore.endorsed.dirs=C:\tools\apache-tomcat-9.0.65\endorsed > -Djava.io.tmpdir=C:\tools\apache-tomcat-9.0.65\temp > -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager > -Djava.util.logging.config.file=C:\tools\apache-tomcat-9.0.65\conf\logging.properties > > I have attached also a sample application to be put in the webapp folder. > It should list the numbers to 25000, through recursive calls. > > Can you, please, help with this situation? > Regards, > Dragos. -- This message was sent by Atlassian Jira (v8.20.10#820010) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[jira] [Resolved] (MTOMCAT-332) Tomcat run as a windows service doesn't set the stack size accordingly
[ https://issues.apache.org/jira/browse/MTOMCAT-332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved MTOMCAT-332. - Resolution: Invalid Setting options for the Windows service is the responsibility of whichever service wrapper you are using. The Apache Tomcat Maven plugin has no role in this. > Tomcat run as a windows service doesn't set the stack size accordingly > -- > > Key: MTOMCAT-332 > URL: https://issues.apache.org/jira/browse/MTOMCAT-332 > Project: Apache Tomcat Maven Plugin > Issue Type: Bug >Reporter: Dragos Negoita >Priority: Major > Attachments: TestStack-1.0-SNAPSHOT-1.war, TestStack.zip, > TomcatService_1.jpg, TomcatService_2.jpg, TomcatService_3.jpg > > > Hello, > We developed a webapp which has been running in Tomcat for some time. > Recently, this application added a requirement of stack size increase which > is well handled by editing catalina.bat with a new line: > set "JAVA_OPTS=%JAVA_OPTS% -Xss3M" > for the case of debugging and implementation. > When the application is delivered and needs to be started as a windows > service it will encounter an issue regarding the stack size. The application > will crash with stack overflow exception, even if the stack size value is > modified. I have attached the screenshots of the service. > Tomcat used: is 9.0.65. > JDK used: openlogic-openjdk-8u342-b07 (this one is for the latest test, some > other versions were used during the investigation) > Java Options: > -Dcatalina.home=C:\tools\apache-tomcat-9.0.65 > -Dcatalina.base=C:\tools\apache-tomcat-9.0.65 > -Dignore.endorsed.dirs=C:\tools\apache-tomcat-9.0.65\endorsed > -Djava.io.tmpdir=C:\tools\apache-tomcat-9.0.65\temp > -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager > -Djava.util.logging.config.file=C:\tools\apache-tomcat-9.0.65\conf\logging.properties > > I have attached also a sample application to be put in the webapp folder. > It should list the numbers to 25000, through recursive calls. > > Can you, please, help with this situation? > Regards, > Dragos. -- This message was sent by Atlassian Jira (v8.20.10#820010) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[jira] [Resolved] (MTOMCAT-330) Tomcat 6.x/8.x is not able to recompile JSP pages without JDK
[ https://issues.apache.org/jira/browse/MTOMCAT-330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved MTOMCAT-330. - Resolution: Invalid The Maven plugin is a development tool. It isn't intended for production use and it doesn't appear that you are using it anyway. This looks like a question for the Tomcat users mailing list. See https://tomcat.apache.org/findhelp.html > Tomcat 6.x/8.x is not able to recompile JSP pages without JDK > - > > Key: MTOMCAT-330 > URL: https://issues.apache.org/jira/browse/MTOMCAT-330 > Project: Apache Tomcat Maven Plugin > Issue Type: Bug >Reporter: Pavan Kumar Tiruvaipati >Priority: Major > > Our application is running on Tomcat 6.0.45. > Due to security reasons, we are replacing JDK 1.8 with JRE 1.8. > Tomcat is bundled with Eclipse JDT compiler - ecj-4.3.1.jar. > It's not able to recompile JSP pages without JDK. > We upgraded tomcat version to 8.5 and followed the below link to configure > the JSP compiler. > [https://tomcat.apache.org/tomcat-8.5-doc/jasper-howto.html] > it's still not working. > Does tomcat require JDK to compile JSP pages ? -- This message was sent by Atlassian Jira (v8.20.7#820007) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[jira] [Resolved] (MTOMCAT-328) Tomcat 9.0.54 and it has openssl-1.1.1l dependency, with Address CVE-2021-4160
[ https://issues.apache.org/jira/browse/MTOMCAT-328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved MTOMCAT-328. - Resolution: Invalid The Maven plugin never released a version for Tomcat 9. The OpenSSL vulnerability references affects MIPS32 and MIPS64 platforms. Java (and hence Tomcat) is not available on those platforms. > Tomcat 9.0.54 and it has openssl-1.1.1l dependency, with Address CVE-2021-4160 > -- > > Key: MTOMCAT-328 > URL: https://issues.apache.org/jira/browse/MTOMCAT-328 > Project: Apache Tomcat Maven Plugin > Issue Type: Bug >Reporter: qwer >Priority: Major > > Tomcat 9.0.54 and it has openssl-1.1.1l dependency, which is > vulnerable.(https://cve.mitre.org/cgi-bin/cvekey.cgi?keyword=CVE-2021-4160) -- This message was sent by Atlassian Jira (v8.20.1#820001) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[jira] [Resolved] (MTOMCAT-327) Tomcat 9.0.50 and it has apr-1.7.0 dependency, with Address CVE-2021-35940
[ https://issues.apache.org/jira/browse/MTOMCAT-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved MTOMCAT-327. - Resolution: Invalid Again, this is not an issue with the Apache Tomact Maven plugin. > Tomcat 9.0.50 and it has apr-1.7.0 dependency, with Address CVE-2021-35940 > -- > > Key: MTOMCAT-327 > URL: https://issues.apache.org/jira/browse/MTOMCAT-327 > Project: Apache Tomcat Maven Plugin > Issue Type: Bug >Reporter: yuanhuaijiang >Priority: Major > > Tomcat 9.0.50 and it has apr-1.7.0 dependency, which is > vulnerable.(https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35940) -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[jira] [Resolved] (MTOMCAT-327) Tomcat 9.0.50 and it has apr-1.7.0 dependency, with Address CVE-2021-35940
[ https://issues.apache.org/jira/browse/MTOMCAT-327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved MTOMCAT-327. - Resolution: Invalid Not an Apache Tomcat Maven Plugin issue. > Tomcat 9.0.50 and it has apr-1.7.0 dependency, with Address CVE-2021-35940 > -- > > Key: MTOMCAT-327 > URL: https://issues.apache.org/jira/browse/MTOMCAT-327 > Project: Apache Tomcat Maven Plugin > Issue Type: Bug >Reporter: yuanhuaijiang >Priority: Major > > Tomcat 9.0.50 and it has apr-1.7.0 dependency, which is > vulnerable.(https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-35940) -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[jira] [Deleted] (MTOMCAT-326) Slot Deposit Dana Bersama SBA99
[ https://issues.apache.org/jira/browse/MTOMCAT-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas deleted MTOMCAT-326: > Slot Deposit Dana Bersama SBA99 > --- > > Key: MTOMCAT-326 > URL: https://issues.apache.org/jira/browse/MTOMCAT-326 > Project: Apache Tomcat Maven Plugin > Issue Type: New Feature >Reporter: claudiatan353 >Assignee: Olivier Lamy >Priority: Trivial > > h1. *Persiapan Slot Gacor 2021 Yang Menjadikan Pemain Menang Besar* > [*!https://i.imgur.com/khrTiXA.png!*|https://18.139.152.126/] > Bermain dalam permainan judi *Slot Gacor 2021* online menjadi satu pilihan > permainan yang dapat ditetapkan oleh para pemain judi online di internet. > Bermain game judi slot online merupakan satu pilihan dari beragam game judi > yang bisa ditemukan pemain ketika menjalani proses permainan judi online > [Slot Deposit Dana|http://45.76.153.6/] hanya di SBA99 . Kondisi permainan > dalam sarana online di internet memang cukup beragam dimana pemain dapat > memilih satu permainan untuk dimainkan oleh para pemain judi online sehingga > memperbesar peluangnya untuk menang. > Permainan judi dalam sarana online di internet menjadi salah satu langkah > dalam bermain judi online yang perlu diperhatikan pemain dengan baik. > Aktivitas permainan judi online di internet dapat menjadikan pemain memiliki > kesempatan untuk bisa menjalani proses permainan judi dengan baik. Bagi para > pemain judi online di internet, bermain dalam sarana online terbaik SBA99 > memberikan kesempatan pemain mendapatkan pilihan game yang tepat dan sesuai > dengan kebutuhan para pemain judi online. > [!https://i.imgur.com/KjS1xDw.png!|https://bit.ly/3t1QuzA] > Dalam menetapkan pilihan permainan yang akan dimainkan oleh para pemain judi > online di internet, pemain perlu mempertimbangkan beberapa hal yang sebaiknya > dipahami sebelum memilih game judi. Salah satu hal yang dapat menjadikan > pemain bisa memilih permainan judi dengan mudah dan tepat adalah kondisi > permainan yang populer dan banyak tersedia dalam pilihan agen judi online di > internet. > h1. *Permainan Slot Jadi Satu Pilihan Populer Para Pemain Judi Online* > Bagi para petaruh judi online, game *slot gacor 2021* online menjadi satu > permainan yang dapat menarik untuk dimainkan oleh para pemain judi online. > Permainan slot merupakan game yang mudah dan populer di dalam sarana berjudi > online di internet. Game slot jadi satu permainan yang mudah untuk dijalani > pejudi sehingga populer di kalangan para pemain judi baru. Pemain pemula > maupun pejudi berpengalaman dapat memilih game slot tersebut. > Aktivitas permainan slot online mudah dimainkan karena semua proses bermain > judinya dijalani dengan menggunakan mesin *_link slot terbaik_* online. Agar > pemain dapat memanfaatkan permainan yang mudah tersebut dengan benar, para > pemain judi online di internet harus bisa memainkan game tersebut secara > tepat sehingga mampu memberikan kesempatan menang untuk bettor. > h2. *Persiapan Pemain Dalam Menjalani Proses Permainan Judi Slot* > [*!https://i.imgur.com/SeG4NJC.png!*|https://bit.ly/3BzzYdf] > Berkaitan dengan proses bermain judi slot online, pemain harus melakukan satu > usaha penting agar ada kesempatan menang yang terbuka lebar ketika para > pemain judi online memainkannya. Persiapan dalam bermain judi online > merupakan kebutuhan yang sudah selayaknya dijalani agar pemain bisa melakukan > aktivitas berjudi di internet. Bentuk persiapan yang harus dilakukan para > pemain judi online dalam menjalani proses permainan judi slot online adalah > dengan memperhatikan penjelasan di bawah ini. > * *Memilih Dan Menetapkan Agen Judi Online Dengan Kualitas Terbaik* > Cara pertama yang dapat dilakukan para pemain judi online di internet agar > dapat siap memainkan game slot online adalah dengan memilih dan menetapkan > agen judi online tempat bermain slot. Pilihan agen judi tempat pemain > menjalani proses permainan judi slot online perlu dipertimbangkan dengan baik > mengingat adanya beragam *_situs mpo slot_* judi online yang tersebar luas di > internet sekarang ini. > Bermain judi dalam sarana online di internet akan membantu pemain mendapatkan > kesempatan untuk bisa berjudi dengan baik ketika pilihan sarananya > berkualitas seperti SBA99. Pemain harus memperhatikan beberapa kondisi dalam > permainan judi *slot gacor 2021* online agar dapat berjudi dengan lancar. > Pemain judi online dapat memperhatikan dengan baik beberapa kondisi agen > seperti tingkat kepercayaan, reputasi dan fasilitas di dalam agen judi online. > * *Memperhatikan Proses Dan Cara Bermain Judi Yang Tepat* > Langkah persiapan kedua yang harus diperhatikan pemain agar dapat menjalani > proses permainan judi slot online dengan baik adalah memperhatikan proses dan > cara pemain d
[jira] [Deleted] (MTOMCAT-324) Ver la Película After 3 Almas Perdidas (2021) en Español Latin
[ https://issues.apache.org/jira/browse/MTOMCAT-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas deleted MTOMCAT-324: > Ver la Película After 3 Almas Perdidas (2021) en Español Latin > -- > > Key: MTOMCAT-324 > URL: https://issues.apache.org/jira/browse/MTOMCAT-324 > Project: Apache Tomcat Maven Plugin > Issue Type: New Feature >Reporter: Ver la Película After 3 Almas Perdidas (2021) en Español > Latin >Assignee: Olivier Lamy >Priority: Trivial > > *Ver la Película After 3 : Almas perdidas (2021) en Español Latino Online > Gratis, Ver After 3 : Almas perdidas online y descargar gratis, After 3 : > Almas perdidas online gratis, After 3 : Almas perdidas Película completa en > línea en Castellano, Latino, Chileno* > Dónde ver online de After 3 : Almas perdidas gratis la película completa en > español latino o con subtitulada y en HD > *Ver la Película ► [https://is.gd/8M9hjm|http://example.com]* > *Ver la Película ► [https://is.gd/8M9hjm|http://example.com]*** > ver la película de After 3 : Almas perdidas > plataformas : Ver After 3 : Almas perdidas película completa en español > latino, After 3 : Almas perdidas (2021) película completa en Español Latino, > After 3 : Almas perdidas Drama, Romántico, Erótico sub español | Ver y > Descargar After 3 : Almas perdidas Películas Online Gratis en Español, Visita > la página oficial de After 3 : Almas perdidas de Disney para descubrir más > sobre la película online gratis en español HD, After 3 : Almas perdidas en > castellano o subtitulado. > h2. Reseña de ‘After 3 : Almas perdidas’ es fácil en gracias a sus > servidores, rapidos y sin ads. > *Ver After 3 : Almas perdidas online y descargar gratis* > Las siguientes dos novelas de la serie de Todd vuelven a seguir las > complejidades de la relación de Tessa y Hardin, lo que significa que > Josephine Langford y Hero Fiennes Tiffin volverán a interpretar sus papeles. > La novela After Almas perdidas comienza después del final de suspenso de > After We Collided, donde Tessa se encuentra con su padre separado. Puede leer > un fragmento de la propaganda del libro a continuación. La vida de Tessa > cuando comienza a desmoronarse. Nada es lo que ella pensó que era. No sus > amigos. No su familia. La única persona en la que debería poder confiar, > Hardin, se enfurece cuando descubre el enorme secreto que ha estado > guardando. Y en lugar de ser comprensivo, recurre al sabotaje. Gran pelicula. > Lo puse en el podio justo después de la película Infinite. Aunque esta última > es una película de acción. > A diferencia de otros finales de historias de amor, el historial de Anna Todd > sobre cómo termina cada libro nunca me deja con una sensación cálida y > confusa. De hecho, al final de After, Tessa deja a Hardin en el > estacionamiento de Blind Bob’s, optando por estar en la compañía de Zed. > Hardin luego pasa la mayor parte de After We Collided tratando de enmendar > las horribles decisiones que alejaron a Tessa. El segundo libro termina con > Hardin y Tessa saliendo juntos de un salón de tatuajes. Y en un vagabundo que > resulta ser el padre de Tessa. Es genial que podamos ver esta película gratis > en línea y sin límites. > *After 3 : Almas perdidas online gratis* > La trama de After Almas perdidas es dramática, pero muestra principalmente la > tensa dinámica entre Tessa y Hardin. Tessa intenta reconciliarse con su > padre, aunque Hardin le advierte contra esta idea y termina dejándolo > quedarse en el apartamento compartido de ella y Hardin. Tessa ve similitudes > entre su padre, que lucha contra la adicción, y el padre de Hardin, Ken, que > lucha con el alcohol y está separado de la madre de Hardin. El problema con > el padre de Tessa informa la trama de After Almas perdidas (After We Fell) y > las otras 850 páginas están llenas de drama de amistad, Tessa lucha con su > deseo de mudarse a Seattle y aún aferrarse a Hardin, y la pareja lucha con la > dinámica de su relación. Veo algunas similitudes con la serie Sex / Life > aquí. Ciertamente también has visto estas producciones de Netflix. > *After 3 : Almas perdidas la Película completa en línea en Castellano, > Latino, Chileno* > En defensa de Tessa, ve similitudes entre su padre y el propio padre de > Hardin, el canciller Scott. Si el Sr. Scott puede cambiar su vida, ¿por qué > no el Sr. Young? Como veremos más adelante, es porque el padre de Tessa está > metido en las drogas duras y está involucrado con algunas personas malas y > malas que no puede cambiar las cosas. Está metido demasiado. Y cuando la > madre de Tessa aparece y tiene una pelea con su ex marido, parece que ella > también duda de su capacidad para arreglar las cosas. Puede ver una película > ilimitada en calidad 4k o HD. Todo esta
[jira] [Deleted] (MTOMCAT-325) Ver la Película After 3 Almas Perdidas (2021) en Español Latin
[ https://issues.apache.org/jira/browse/MTOMCAT-325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas deleted MTOMCAT-325: > Ver la Película After 3 Almas Perdidas (2021) en Español Latin > -- > > Key: MTOMCAT-325 > URL: https://issues.apache.org/jira/browse/MTOMCAT-325 > Project: Apache Tomcat Maven Plugin > Issue Type: New Feature >Reporter: Ver la Película After 3 Almas Perdidas (2021) en Español > Latin >Assignee: Olivier Lamy >Priority: Major > > *Ver la Película After 3 : Almas perdidas (2021) en Español Latino Online > Gratis, Ver After 3 : Almas perdidas online y descargar gratis, After 3 : > Almas perdidas online gratis, After 3 : Almas perdidas Película completa en > línea en Castellano, Latino, Chileno* > Dónde ver online de After 3 : Almas perdidas gratis la película completa en > español latino o con subtitulada y en HD > *Ver la Película ► https://is.gd/8M9hjm* > *Ver la Película ►* *https://is.gd/8M9hjm* > ver la película de After 3 : Almas perdidas > plataformas : Ver After 3 : Almas perdidas película completa en español > latino, After 3 : Almas perdidas (2021) película completa en Español Latino, > After 3 : Almas perdidas Drama, Romántico, Erótico sub español | Ver y > Descargar After 3 : Almas perdidas Películas Online Gratis en Español, Visita > la página oficial de After 3 : Almas perdidas de Disney para descubrir más > sobre la película online gratis en español HD, After 3 : Almas perdidas en > castellano o subtitulado. > h2. Reseña de ‘After 3 : Almas perdidas’ es fácil en gracias a sus > servidores, rapidos y sin ads. > *Ver After 3 : Almas perdidas online y descargar gratis* > Las siguientes dos novelas de la serie de Todd vuelven a seguir las > complejidades de la relación de Tessa y Hardin, lo que significa que > Josephine Langford y Hero Fiennes Tiffin volverán a interpretar sus papeles. > La novela After Almas perdidas comienza después del final de suspenso de > After We Collided, donde Tessa se encuentra con su padre separado. Puede leer > un fragmento de la propaganda del libro a continuación. La vida de Tessa > cuando comienza a desmoronarse. Nada es lo que ella pensó que era. No sus > amigos. No su familia. La única persona en la que debería poder confiar, > Hardin, se enfurece cuando descubre el enorme secreto que ha estado > guardando. Y en lugar de ser comprensivo, recurre al sabotaje. Gran pelicula. > Lo puse en el podio justo después de la película Infinite. Aunque esta última > es una película de acción. > A diferencia de otros finales de historias de amor, el historial de Anna Todd > sobre cómo termina cada libro nunca me deja con una sensación cálida y > confusa. De hecho, al final de After, Tessa deja a Hardin en el > estacionamiento de Blind Bob’s, optando por estar en la compañía de Zed. > Hardin luego pasa la mayor parte de After We Collided tratando de enmendar > las horribles decisiones que alejaron a Tessa. El segundo libro termina con > Hardin y Tessa saliendo juntos de un salón de tatuajes. Y en un vagabundo que > resulta ser el padre de Tessa. Es genial que podamos ver esta película gratis > en línea y sin límites. > *After 3 : Almas perdidas online gratis* > La trama de After Almas perdidas es dramática, pero muestra principalmente > la tensa dinámica entre Tessa y Hardin. Tessa intenta reconciliarse con su > padre, aunque Hardin le advierte contra esta idea y termina dejándolo > quedarse en el apartamento compartido de ella y Hardin. Tessa ve similitudes > entre su padre, que lucha contra la adicción, y el padre de Hardin, Ken, que > lucha con el alcohol y está separado de la madre de Hardin. El problema con > el padre de Tessa informa la trama de After Almas perdidas (After We Fell) y > las otras 850 páginas están llenas de drama de amistad, Tessa lucha con su > deseo de mudarse a Seattle y aún aferrarse a Hardin, y la pareja lucha con la > dinámica de su relación. Veo algunas similitudes con la serie Sex / Life > aquí. Ciertamente también has visto estas producciones de Netflix. > *After 3 : Almas perdidas la Película completa en línea en Castellano, > Latino, Chileno* > En defensa de Tessa, ve similitudes entre su padre y el propio padre de > Hardin, el canciller Scott. Si el Sr. Scott puede cambiar su vida, ¿por qué > no el Sr. Young? Como veremos más adelante, es porque el padre de Tessa está > metido en las drogas duras y está involucrado con algunas personas malas y > malas que no puede cambiar las cosas. Está metido demasiado. Y cuando la > madre de Tessa aparece y tiene una pelea con su ex marido, parece que ella > también duda de su capacidad para arreglar las cosas. Puede ver una película > ilimitada en calidad 4k o HD. Todo esta en español. > La novela va a algunos lug
[jira] [Commented] (MTOMCAT-323) Avoid using plaintext Keystore password in source code
[ https://issues.apache.org/jira/browse/MTOMCAT-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17280273#comment-17280273 ] Mark Thomas commented on MTOMCAT-323: - In my astonishment I forgot to mention that potential security vulnerability reports should *NEVER* be reported via a public bug tracker. Instructions for the correct process may be found at: [http://www.apache.org/security/] > Avoid using plaintext Keystore password in source code > > > Key: MTOMCAT-323 > URL: https://issues.apache.org/jira/browse/MTOMCAT-323 > Project: Apache Tomcat Maven Plugin > Issue Type: Improvement >Reporter: Ying Zhang >Priority: Major > > We are a security research team at Virginia Tech. We are doing an empirical > study about the usefulness of the existing security vulnerability detection > tools. The following is a reported vulnerability by certain tools. We'll so > appreciate it if you can give any feedback on it. > *Vulnerability Description* > In file tomcat/test/org/apache/tomcat/util/net/TesterSupport.java, use hard > code password at Line 179. > *Security Impact:* > Keystore password should not be kept in the source code. The source code can > be widely shared in an enterprise environment, and is certainly shared in > open source. The product transmits or stores authentication credentials, but > it uses an insecure way that is susceptible to unauthorized interception > and/or retrieval. We understand it is in the TestSupport file, but should it > at least give some "reminder" to users for avoiding the misuses > *Useful Resources*: > [https://cwe.mitre.org/data/definitions/321.html] > [https://cwe.mitre.org/data/definitions/522.html] > [https://www.baeldung.com/java-keystore] > *Solution we suggest* > To be managed safely, passwords or secret keys should be stored in separate > configuration files or keystores. The Keystore password is better to load > from the locally set files instead of directly set in the code. > *Please share with us your opinions/comments if there is any* > Is the bug report helpful? > -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[jira] [Comment Edited] (MTOMCAT-323) Avoid using plaintext Keystore password in source code
[ https://issues.apache.org/jira/browse/MTOMCAT-323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17280270#comment-17280270 ] Mark Thomas edited comment on MTOMCAT-323 at 2/6/21, 7:50 PM: -- I am frankly astonished that anyone involved in security research would think that this is a security vulnerability. The code in question is clearly test code. There is zero security risk associated with this code. This report is not helpful at all. Such reports serve only to waste the valuable time of our volunteer communities. Given that you indicate that you are using vulnerability scanning tools, please note that - due to the high level of false positives - the Apache Software Foundation automatically rejects any vulnerability report consisting solely of output from a vulnerability scanning tool. The Apache Software Foundation only accepts such reports when accompanied by manual analysis that demonstrates that the claimed vulnerability exists and is exploitable. Further reports along similar lines are likely to be resolved as invalid with no further comment. was (Author: markt): I am frankly astonished that anyone involved in security research would think that this is a security vulnerability. The code in question is clearly test code. There is zero security risk associated with this code. This report is not helpful at all. Such reports serve only to waste the valuable time of our volunteer communities. Given that you indicate that you are using vulnerability scanning tools, please note that - due to the high level of false positives - the Apache Software Foundation automatically rejects any vulnerability report consisting solely of output from a vulnerability scanning tool. The Apache Software Foundation only accepts such reports when accompanied by manual analysis that demonstrates that the claimed vulnerability exists and is exploitable. Further reports along similar lines are lines are likely to be resolved as invalid with no further comment. > Avoid using plaintext Keystore password in source code > > > Key: MTOMCAT-323 > URL: https://issues.apache.org/jira/browse/MTOMCAT-323 > Project: Apache Tomcat Maven Plugin > Issue Type: Improvement >Reporter: Ying Zhang >Priority: Major > > We are a security research team at Virginia Tech. We are doing an empirical > study about the usefulness of the existing security vulnerability detection > tools. The following is a reported vulnerability by certain tools. We'll so > appreciate it if you can give any feedback on it. > *Vulnerability Description* > In file tomcat/test/org/apache/tomcat/util/net/TesterSupport.java, use hard > code password at Line 179. > *Security Impact:* > Keystore password should not be kept in the source code. The source code can > be widely shared in an enterprise environment, and is certainly shared in > open source. The product transmits or stores authentication credentials, but > it uses an insecure way that is susceptible to unauthorized interception > and/or retrieval. We understand it is in the TestSupport file, but should it > at least give some "reminder" to users for avoiding the misuses > *Useful Resources*: > [https://cwe.mitre.org/data/definitions/321.html] > [https://cwe.mitre.org/data/definitions/522.html] > [https://www.baeldung.com/java-keystore] > *Solution we suggest* > To be managed safely, passwords or secret keys should be stored in separate > configuration files or keystores. The Keystore password is better to load > from the locally set files instead of directly set in the code. > *Please share with us your opinions/comments if there is any* > Is the bug report helpful? > -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[jira] [Resolved] (MTOMCAT-323) Avoid using plaintext Keystore password in source code
[ https://issues.apache.org/jira/browse/MTOMCAT-323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved MTOMCAT-323. - Resolution: Invalid I am frankly astonished that anyone involved in security research would think that this is a security vulnerability. The code in question is clearly test code. There is zero security risk associated with this code. This report is not helpful at all. Such reports serve only to waste the valuable time of our volunteer communities. Given that you indicate that you are using vulnerability scanning tools, please note that - due to the high level of false positives - the Apache Software Foundation automatically rejects any vulnerability report consisting solely of output from a vulnerability scanning tool. The Apache Software Foundation only accepts such reports when accompanied by manual analysis that demonstrates that the claimed vulnerability exists and is exploitable. Further reports along similar lines are lines are likely to be resolved as invalid with no further comment. > Avoid using plaintext Keystore password in source code > > > Key: MTOMCAT-323 > URL: https://issues.apache.org/jira/browse/MTOMCAT-323 > Project: Apache Tomcat Maven Plugin > Issue Type: Improvement >Reporter: Ying Zhang >Priority: Major > > We are a security research team at Virginia Tech. We are doing an empirical > study about the usefulness of the existing security vulnerability detection > tools. The following is a reported vulnerability by certain tools. We'll so > appreciate it if you can give any feedback on it. > *Vulnerability Description* > In file tomcat/test/org/apache/tomcat/util/net/TesterSupport.java, use hard > code password at Line 179. > *Security Impact:* > Keystore password should not be kept in the source code. The source code can > be widely shared in an enterprise environment, and is certainly shared in > open source. The product transmits or stores authentication credentials, but > it uses an insecure way that is susceptible to unauthorized interception > and/or retrieval. We understand it is in the TestSupport file, but should it > at least give some "reminder" to users for avoiding the misuses > *Useful Resources*: > [https://cwe.mitre.org/data/definitions/321.html] > [https://cwe.mitre.org/data/definitions/522.html] > [https://www.baeldung.com/java-keystore] > *Solution we suggest* > To be managed safely, passwords or secret keys should be stored in separate > configuration files or keystores. The Keystore password is better to load > from the locally set files instead of directly set in the code. > *Please share with us your opinions/comments if there is any* > Is the bug report helpful? > -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[jira] [Resolved] (MTOMCAT-322) Use https upload file will fail
[ https://issues.apache.org/jira/browse/MTOMCAT-322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved MTOMCAT-322. - Resolution: Not A Problem Closing as per previous comment > Use https upload file will fail > --- > > Key: MTOMCAT-322 > URL: https://issues.apache.org/jira/browse/MTOMCAT-322 > Project: Apache Tomcat Maven Plugin > Issue Type: Question > Components: commons-lib > Environment: apache tomcat 8.5 + java 11 >Reporter: 蔡英麟 >Assignee: Olivier Lamy >Priority: Blocker > > Use Http upload file (size 38MB) is sucessfuly > But use HTTPS upload file is faild > error message: > org.apache.catalina.connector.ClientAbortException: java.io.IOException: > Stream resetorg.apache.catalina.connector.ClientAbortException: > java.io.IOException: Stream reset at > org.apache.catalina.connector.InputBuffer.realReadBytes(InputBuffer.java:348) > at > org.apache.catalina.connector.InputBuffer.checkByteBufferEof(InputBuffer.java:663) > at org.apache.catalina.connector.InputBuffer.read(InputBuffer.java:370) at > org.apache.catalina.connector.CoyoteInputStream.read(CoyoteInputStream.java:183) > at > com.oreilly.servlet.multipart.BufferedServletInputStream.fill(BufferedServletInputStream.java:64) > at > com.oreilly.servlet.multipart.BufferedServletInputStream.readLine(BufferedServletInputStream.java:108) > at > com.oreilly.servlet.multipart.LimitedServletInputStream.readLine(LimitedServletInputStream.java:60) > at > com.oreilly.servlet.multipart.PartInputStream.fill(PartInputStream.java:97) > at > com.oreilly.servlet.multipart.PartInputStream.read(PartInputStream.java:195) > at > com.oreilly.servlet.multipart.PartInputStream.read(PartInputStream.java:156) > at com.oreilly.servlet.multipart.FilePart.write(FilePart.java:208) at > com.oreilly.servlet.multipart.FilePart.writeTo(FilePart.java:167) at > com.oreilly.servlet.MultipartRequest.(MultipartRequest.java:271) at > com.oreilly.servlet.MultipartRequest.(MultipartRequest.java:110) at > org.apache.jsp.management.upload_005ffw_005fact_jsp._jspService(upload_005ffw_005fact_jsp.java:145) > at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:71) at > javax.servlet.http.HttpServlet.service(HttpServlet.java:733) at > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:476) > at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:386) > at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:330) at > javax.servlet.http.HttpServlet.service(HttpServlet.java:733) at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) > at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) > at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:199) > at > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) > at > org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:668) > at > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) > at > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) > at > org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:690) > at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) > at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) > at org.apache.coyote.http2.StreamProcessor.service(StreamProcessor.java:350) > at > org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) > at org.apache.coyote.http2.StreamProcessor.process(StreamProcessor.java:69) > at org.apache.coyote.http2.StreamRunnable.run(StreamRunnable.java:35) at > java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) > at > java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) > at > org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) > at java.base/java.lang.Thread.run(Thread.java:834)Caused by: > java.io.IOException: Stream reset at > org.apache.coyote.http2.Stream$StreamInputBuffer.doRead(Stream.java:1162) at > org.apache.coyote.Request.doRead(Request.java:581) at > org.apache.catalina.connector.InputBuffer.realReadBytes(InputBuffer.java:344) > ... 41 more -- This message was sent by Atlassian Jira (v8.3.4#803005) --
[jira] [Resolved] (MTOMCAT-321) trimDirectiveWhitespaces does not apply for custom tags in Tomcat provided jasper lib
[ https://issues.apache.org/jira/browse/MTOMCAT-321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved MTOMCAT-321. - Resolution: Invalid This looks like a Tomcat issue rather than a Tomcat Maven plugin issue so please raise it via Tomcat's issue tracker: [http://tomcat.apache.org/bugreport.html] Generally, if you can provide a minimal test case that demonstrates the bug that speeds up resolution of the issue. > trimDirectiveWhitespaces does not apply for custom tags in Tomcat provided > jasper lib > - > > Key: MTOMCAT-321 > URL: https://issues.apache.org/jira/browse/MTOMCAT-321 > Project: Apache Tomcat Maven Plugin > Issue Type: Bug > Environment: tomcat.version : 7.0.82.A.RELEASE > spring.version : 4.3.17.RELEASE > java.version : 1.8 >Reporter: Hicham >Priority: Major > Attachments: image-2020-11-27-14-03-02-603.png, > image-2020-11-27-14-08-01-135.png, image-2020-11-27-14-15-31-718.png, > image-2020-11-27-14-17-23-102.png > > > Hello, > We have a Spring based web application project where we have about 350 custom > tags under /WEB-INF/tags/. When inspecting the source page html, we can see a > lot of generated white spaces between html elements (around 5000 back to > lines added). > !image-2020-11-27-14-17-23-102.png|width=573,height=386! > We already have done the configuration in the jsp level as follow > {code:java} > > > *.jsp > > true < > !-- Remove additional whitespace due to JSP directives --> > true > > > {code} > And we also declared the <%@ page trimDirectiveWhitespaces="true" %> inside > our jsp custom pages. > > We want to trim white space in all custom tags, so we've added the directive > <%@ tag trimDirectiveWhitespaces="true" %>. And we had some blocking issues > as this directive on tag level trim inner html element spaces ! > For example a radio button that have checked directive inside it will be > like : > > !image-2020-11-27-14-08-01-135.png|width=508,height=74! > > You can notice that the checked is concatenated with the field > data-track-event. > > We also tried the following configuration > {code:java} > > *.tag > true > > {code} > But this is blocked by the JspConfig class. > !image-2020-11-27-14-03-02-603.png|width=977,height=292! > > So adding <%@ tag trimDirectiveWhitespaces="true" %> to prevent those > generated white spaces in all our custom tags will have an expected errors > and very difficult to identify in our production code, as it will required a > lot of tests and analysis. > And with this unexpected side effect of removing inner html element white > spaces, we are afraid to break all existing front end functionalities, like > checkout pages, user registration, order creations ... > > Can you please help on this issue by providing us with a fix or a workaround ? > tomcat.version : 7.0.82.A.RELEAS > spring.version : 4.3.17.RELEASE7 > java.version : 1.8 > !image-2020-11-27-14-15-31-718.png|width=584,height=179! > Best Regards -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[jira] [Closed] (MTOMCAT-314) Maven Package creating a issue on spark submit
[ https://issues.apache.org/jira/browse/MTOMCAT-314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas closed MTOMCAT-314. --- Resolution: Invalid Not an issue with the Tomcat Maven plug-in > Maven Package creating a issue on spark submit > -- > > Key: MTOMCAT-314 > URL: https://issues.apache.org/jira/browse/MTOMCAT-314 > Project: Apache Tomcat Maven Plugin > Issue Type: Question >Reporter: GOPAL >Priority: Major > Attachments: exceptionscala.PNG > > > I am using IntelliJ and build a spark and scala application, From IntelliJ am > able to build and execute the application without issue, > I did Maven compile and then package to get single Shaded Jar File. > Using spark-submit am executing this shaded-jar file ,. But am getting > "Unable to resolve class Dependency Exception, > Can someone please look into this , This is am facing from last one month -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[jira] [Closed] (MTOMCAT-318) configuration of plug-ins to map simple types, such as Boolean or Integer
[ https://issues.apache.org/jira/browse/MTOMCAT-318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas closed MTOMCAT-318. --- Resolution: Incomplete Insufficient information provided. > configuration of plug-ins to map simple types, such as Boolean or Integer > - > > Key: MTOMCAT-318 > URL: https://issues.apache.org/jira/browse/MTOMCAT-318 > Project: Apache Tomcat Maven Plugin > Issue Type: Bug > Components: tomcat7 >Affects Versions: 2.2 > Environment: localhost >Reporter: Roger Mbiama >Assignee: Olivier Lamy >Priority: Major > Labels: newbie > Fix For: 2.3 > > Original Estimate: 504h > Remaining Estimate: 504h > > Plugin build and reporting: > This construction and repability plugin will run during construction in > localhost, it should be configured in the element. > The report generation plugin will run during tomcat 7 generation and must be > configured in the element. -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[jira] [Resolved] (MTOMCAT-319) CVEs in the library dependencies
[ https://issues.apache.org/jira/browse/MTOMCAT-319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved MTOMCAT-319. - Resolution: Fixed The dependency question is an issue for Tomcat, not the plugin. > CVEs in the library dependencies > > > Key: MTOMCAT-319 > URL: https://issues.apache.org/jira/browse/MTOMCAT-319 > Project: Apache Tomcat Maven Plugin > Issue Type: Bug >Reporter: XuCongying >Priority: Major > > Hi, I have noticed that some library CVEs may be related to your projects. In > order to avoid threats, I recommend updating to a safe version. Here is the > details: > > Vulnerable Library Version: com.h2database : h2 : 1.3.152 > CVE ID: > [CVE-2018-10054](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-10054), > > [CVE-2018-14335](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-14335) > Import Path: modules/jdbc-pool/pom.xml > Suggested Safe Versions: 1.4.198, 1.4.199, 1.4.200 -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[jira] [Deleted] (MTOMCAT-313) shahintel
[ https://issues.apache.org/jira/browse/MTOMCAT-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas deleted MTOMCAT-313: > shahintel > - > > Key: MTOMCAT-313 > URL: https://issues.apache.org/jira/browse/MTOMCAT-313 > Project: Apache Tomcat Maven Plugin > Issue Type: Access > Environment: shain >Reporter: shahin mondal >Assignee: Olivier Lamy >Priority: Major > Labels: pull-request-available > Original Estimate: 458h 37m > Remaining Estimate: 458h 37m > > # -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[jira] [Closed] (MTOMCAT-320) Error 400
[ https://issues.apache.org/jira/browse/MTOMCAT-320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas closed MTOMCAT-320. --- > Error 400 > - > > Key: MTOMCAT-320 > URL: https://issues.apache.org/jira/browse/MTOMCAT-320 > Project: Apache Tomcat Maven Plugin > Issue Type: Request > Components: tomcat7 >Affects Versions: 2.2 >Reporter: Rahul Govind Londhe >Assignee: Olivier Lamy >Priority: Major > > Using enctype="multipart/form-data" trying to upload file but it throwing Bad > Request(400) error. > > Need Help > 8208064913 -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[jira] [Resolved] (MTOMCAT-320) Error 400
[ https://issues.apache.org/jira/browse/MTOMCAT-320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved MTOMCAT-320. - Resolution: Not A Problem > Error 400 > - > > Key: MTOMCAT-320 > URL: https://issues.apache.org/jira/browse/MTOMCAT-320 > Project: Apache Tomcat Maven Plugin > Issue Type: Request > Components: tomcat7 >Affects Versions: 2.2 >Reporter: Rahul Govind Londhe >Assignee: Olivier Lamy >Priority: Major > > Using enctype="multipart/form-data" trying to upload file but it throwing Bad > Request(400) error. > > Need Help > 8208064913 -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[jira] [Closed] (MTOMCAT-252) User is not logged in as current user
[ https://issues.apache.org/jira/browse/MTOMCAT-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas closed MTOMCAT-252. --- Resolution: Invalid Insufficient information provided. > User is not logged in as current user > - > > Key: MTOMCAT-252 > URL: https://issues.apache.org/jira/browse/MTOMCAT-252 > Project: Apache Tomcat Maven Plugin > Issue Type: Bug > Components: tomcat6 >Affects Versions: 2.0-beta-1 >Reporter: ram >Assignee: Olivier Lamy >Priority: Major > Fix For: backlog, 2.0-beta-1 > > -- This message was sent by Atlassian Jira (v8.3.4#803005) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[jira] [Deleted] (MTOMCAT-301) Dummy Test Case
[ https://issues.apache.org/jira/browse/MTOMCAT-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas deleted MTOMCAT-301: > Dummy Test Case > --- > > Key: MTOMCAT-301 > URL: https://issues.apache.org/jira/browse/MTOMCAT-301 > Project: Apache Tomcat Maven Plugin > Issue Type: Test >Reporter: jyotsana mahajan > Labels: test > > Dummy Sample Test Case -- This message was sent by Atlassian JIRA (v6.3.4#6332) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[jira] [Deleted] (MTOMCAT-271) My MyStuff
[ https://issues.apache.org/jira/browse/MTOMCAT-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas deleted MTOMCAT-271: > My MyStuff > -- > > Key: MTOMCAT-271 > URL: https://issues.apache.org/jira/browse/MTOMCAT-271 > Project: Apache Tomcat Maven Plugin > Issue Type: Test > Environment: Tomcat 7 >Reporter: Mark Barton >Assignee: Olivier Lamy (*$^¨%`£) > > This is all about the rig -- This message was sent by Atlassian JIRA (v6.2#6252) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[jira] [Resolved] (MTOMCAT-258) There is a high memory utilization issue on tomcat7 version
[ https://issues.apache.org/jira/browse/MTOMCAT-258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Thomas resolved MTOMCAT-258. - Resolution: Invalid Assignee: (was: Olivier Lamy (*$^¨%`£)) JIra is not a support forum. Use the Apache Tomcat user's mailing list. FYI, the same OP also contacted security@.a.o about this as well. That too was bounced. > There is a high memory utilization issue on tomcat7 version > > > Key: MTOMCAT-258 > URL: https://issues.apache.org/jira/browse/MTOMCAT-258 > Project: Apache Tomcat Maven Plugin > Issue Type: Bug > Components: tomcat7 > Environment: VMWare Virtual Windows >Reporter: Shailesh >Priority: Blocker > > also please let me know if there is any ftp site where i can upload the logs -- This message was sent by Atlassian JIRA (v6.1.5#6160) - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[jira] [Commented] (MTOMCAT-96) deployment of the site in the tomcat land
[ https://issues.apache.org/jira/browse/MTOMCAT-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13100171#comment-13100171 ] Mark Thomas commented on MTOMCAT-96: Works for me > deployment of the site in the tomcat land > - > > Key: MTOMCAT-96 > URL: https://issues.apache.org/jira/browse/MTOMCAT-96 > Project: Maven 2.x Tomcat Plugin > Issue Type: Task >Reporter: Olivier Lamy >Assignee: Olivier Lamy > > The goal is to deploy the generated maven site to > http://tomcat.apache.org/maven-plugin/ . > And add a link to it in Tomcat home called Maven Plugin just below the > existing Taglibs link. > Let me know if that makes sense ? -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org