[JBoss JIRA] (JBIDE-12646) web.xml servlet-name validation is not case-sensitive
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-12646?page=com.atlassian.jira.plugi... ]
Xavier Coulon commented on JBIDE-12646:
---------------------------------------
[~scabanovich],
I actually work on MacOSX, but I thought it was case-sensitive, too. Could you provide me with a sample JUnit test that verify your assertions ? Ideally, a test that would pass on a Linux box but fail on a MacOS or Windows box ? then I could run it locally and let you know the result.
Thanks !
> web.xml servlet-name validation is not case-sensitive
> -----------------------------------------------------
>
> Key: JBIDE-12646
> URL: https://issues.jboss.org/browse/JBIDE-12646
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.0.0.Alpha1
> Reporter: Xavier Coulon
> Assignee: Viacheslav Kabanovich
> Fix For: LATER
>
> Attachments: JBIDE-12646 - Wi-Fi.m4v, ServletNameValidation.png
>
>
> [Using the HTML5 sample project generated from Central]
> I'm adding a servlet declaration in the web.xml file but the web.xml editor does not report a warning when the servlet name case is wrong:
> {code}
> <servlet-mapping>
> <servlet-name>org.jboss.tools.example.html5.rest.JaxrsActivator</servlet-name>
> <url-pattern>/hello/*</url-pattern>
> </servlet-mapping>
> {code}
> In the example above, the class name should be JaxRsActivator, not JaxrsActivator.
> On the other hand, it properly reports a warning when a letter is missing in the classname.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months
[JBoss JIRA] (JBIDE-15708) Import Application from openshift view fails to locate user connection when using default host
by Marián Labuda (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15708?page=com.atlassian.jira.plugi... ]
Marián Labuda closed JBIDE-15708.
---------------------------------
Verified in JBDS 7.1.0.Beta1
Build id: Beta1-v20131020-0229-B441
> Import Application from openshift view fails to locate user connection when using default host
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-15708
> URL: https://issues.jboss.org/browse/JBIDE-15708
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.Alpha2, 4.2.0.Alpha1
> Reporter: Rob Stryker
> Assignee: Andre Dietisheim
> Fix For: 4.1.1.Beta1, 4.2.0.Alpha1
>
>
> After creating an openshift user using default host, the view properly recognizes your user, your domain, and your application. When right-clicking the application and selecting 'import application', the wizard shows it is unable to find the application. The domain combo box is also empty. The error message indicates a missing application.
> All of these symtpoms are just hiding the true cause: the user's connection cannot be found because it is using the default host, and the wizard is looking in a map for a complete connection url, when only the truncated connection url exists.
> Make sure this gets into both branches.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 6 months