Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-09-10Bug 575700 - Simplify creation of EnumerationsI20210917-0000I20210916-2150I20210916-1800I20210915-1800I20210915-0700I20210915-0510I20210915-0150I20210914-1800I20210913-2050I20210911-1800I20210910-1800Hannes Wellmann1-17/+1
2021-09-09Bug 363009 - Add comment to registerServletDelegateI20210909-1800Karsten Thoms1-1/+1
2020-05-11Bug 562243 - Improve evaluation of init parameters & BREE 1.8 updateS4_16_0_M3I20200524-1800I20200524-0850I20200524-0600I20200524-0220I20200523-1800I20200523-0600I20200522-1800I20200521-1000I20200520-1800I20200520-0600I20200519-1800I20200519-1130I20200519-1010I20200518-2220I20200518-1800I20200516-0600I20200515-1930I20200514-1800I20200513-1800I20200512-1800I20200511-1800Karsten Thoms1-4/+4
2020-01-13Bug 559097 - Compile warnings in I20200113-0130Alexander Kurtakov1-0/+1
2019-12-13Use jdk 5 for-each loopCarsten Hammer1-3/+2
2019-10-02Use StringBuilder instead of StringBuffer where possible.I20191002-1800Carsten Hammer1-1/+1
2019-07-14Use jdk 5 for-each-loop (servletbridge, transforms, util, weaving)Y20190722-0900Y20190718-0905Y20190718-0450Y20190715-2335Y20190715-0900I20190723-1800I20190722-1800I20190721-1800I20190720-1800I20190719-1800I20190718-1800I20190717-1800I20190716-1800I20190715-1800Carsten Hammer2-23/+18
2019-04-05Fix package export for Servlet 3.1 specificationS4_12_0_M1I20190422-1800I20190421-1800I20190420-1800I20190419-1800I20190418-1800I20190417-1800I20190416-1800I20190415-1800I20190415-0300I20190414-1800I20190414-0210I20190413-1800I20190412-1800I20190412-0520I20190411-0625I20190410-1800I20190410-0600I20190409-1800I20190409-0600I20190408-1800I20190408-0600I20190407-1800I20190406-1800I20190405-1800Ivan Furnadjiev1-21/+27
2018-10-08Don't use deprecated Class.newInstance.Alexander Kurtakov1-1/+1
2018-10-08Move away of deprecated Integer/Long constructors.Alexander Kurtakov1-2/+2
2018-08-27Bug 535802 - EPL-2.0 for plug-ins in equinox.bundlesI20180828-0800I20180827-2000Lars Vogel3-9/+18
2018-01-21Bug 530071 - Update servletbridge bundles to Java 1.7I20180122-0800I20180121-2000I20180121-0800Alexander Kurtakov2-6/+8
2018-01-20Bug 530071 - Update servletbridge bundles to Java 1.7I20180120-1500I20180120-0800Alexander Kurtakov3-87/+107
2016-01-12Bug 479396 - deadlock in class loading when deploying at startupI20160112-1800Thomas Watson2-9/+112
2014-04-30Bug 429714 - Pre-initialize SSLSocketFactory.getDefault() in BridgeI20140512-2000I20140511-2000I20140510-1500I20140509-2000I20140508-2000I20140507-2000I20140506-2000I20140505-2000I20140504-2000I20140503-1500I20140502-2000I20140501-0200I20140430-2000Thomas Watson1-1/+15
2013-12-17Bug 424212 - SecurityException when using Apache Derby with EquinoxI20131231-0800I20131224-0800Thomas Watson1-16/+23
2013-12-17Bug 424212 - SecurityException when using Apache Derby with Equinox Servletbr...Ken Lee1-7/+8
2013-09-27Bug 393407 CloseableURLClassLoader throws java.lang.SecurityExceptionJeremie Bresson1-1/+1
2013-07-18Bug 412984 - ServletBridge does not work on LunaThomas Watson1-9/+12
2013-05-08Bug 407459 - Servletbridge should support initialization/preload ofI20130508-1200Thomas Watson1-1/+1
2013-05-08Bug 407459 - Servletbridge should support initialization/preload ofThomas Watson1-4/+5
2013-05-07Bug 407459 - Servletbridge should support initialization/preload of classes u...I20130507-2000skaegi1-0/+17
2013-04-19Bug 398341 - Update Servletbridge extension bundle for Servlet API 3.0skaegi1-1/+1
2013-04-02Bug 370547 - CloseableURLClassLoader should handle both encoded and unencoded...Thomas Watson1-11/+51
2012-02-09Bug 371028 - ServletBridge vs Servlet 3.0: FrameworkLauncher does notv20120209-2014Thomas Watson1-2/+15
2012-02-09Bug 371028 - ServletBridge vs Servlet 3.0: FrameworkLauncher does notPhilipp Nanz1-4/+14
2011-05-02update copyrightsv20110502-1540v20110502Thomas Watson2-2/+2
2010-04-16Cleaning up missing non-nlsv20100419Simon Kaegi1-2/+2
2010-04-16Bug 309392 - Need a way to set framework properties from web.xmlSimon Kaegi1-11/+13
2010-04-16Bug 309392 - Need a way to set framework properties from web.xmlSimon Kaegi1-1/+16
2010-04-15Bug 309392 - Need a way to set framework properties from web.xmlSimon Kaegi1-2/+14
2010-01-26Bug 279215 Equinox Aspects does not work with Servlet BridgeSimon Kaegi1-16/+138
2009-11-30NON-NLS cleanupSimon Kaegi2-3/+3
2009-10-26Bug 291396 - [p2] Commit the extension bundle and the mili featureSimon Kaegi1-1/+1
2009-10-15Bug 291396 - [p2] Commit the extension bundle and the mili featureSimon Kaegi1-13/+93
2009-05-20update copyrightszzFoov20090520-1800Thomas Watson2-2/+2
2009-01-14Adding javadoc for CloseableURLClassLoader and bumping minor versions on pack...Simon Kaegi1-4/+52
2008-10-24removing an unneeded warning commentv20081024-1200Simon Kaegi1-4/+0
2008-10-24Bug 190279 [server] [plan] Problems cleaning up when undeploying Servletbrdig...Simon Kaegi1-12/+7
2008-10-24Bug 190279 [server] [plan] Problems cleaning up when undeploying Servletbrdig...Simon Kaegi1-15/+18
2008-10-24Bug 190279 [server] [plan] Problems cleaning up when undeploying Servletbrdig...Simon Kaegi1-0/+344
2008-09-25Bug 245020Simon Kaegi1-32/+62
2008-08-27Bug 241451 [server] HttpServletRequestAdaptor.getContextPath() returns incons...v20080901Simon Kaegi1-7/+6
2008-04-16Bug 222546 [server] BridgeServlet keeps instance if init failsSimon Kaegi1-14/+20
2007-07-26Bug 197013 - [server] console command line parsing problem in FrameworkLauncherSimon Kaegi1-8/+22
2007-05-23Bug 188749 - [server] Update Copyrights for all server componentsv20070530v20070523Simon Kaegi2-4/+4
2007-05-23Bug 188131 - [server] Servletbridge and SecurityManagerSimon Kaegi1-30/+72
2007-05-10Bug 186402 - [server] In servletbridge.FrameworkLauncher make restart handler...v20070510Simon Kaegi1-7/+18
2007-04-19Bug 183032 - [server] Servletbridge should handle osgi.forcedRestartv20070423Simon Kaegi1-0/+33
2007-03-29minor - Adding missing NON-NLSSimon Kaegi1-1/+1

Back to the top