Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-14440

'Share Page by email' should verify that the sending address is valid

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Minor
    • None
    • 6.3
    • Share Page
    • None

    Description

      Steps:

      • Go to an User Profile and add an invalid mail address for an user. Example: ',test@xwiki.org'
      • With the auto complete in the 'Send to' input, send the message to that particular user
      • It will display error.png
      • In the console you will have
        2014-11-12 16:31:17,609 [http://localhost:8080/xwiki/bin/get/Forums_My%20Forum/Topic_1?xpage=shareinline] ERROR c.x.x.p.m.MailSenderPlugin     - MessagingException has occured. 
        javax.mail.internet.AddressException: Illegal address
        	at javax.mail.internet.InternetAddress.<init>(InternetAddress.java:114) ~[mail-1.4.5.jar:1.4.5]
        	at com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.toInternetAddresses(MailSenderPlugin.java:201) [xwiki-platform-mailsender-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.createMimeMessage(MailSenderPlugin.java:285) [xwiki-platform-mailsender-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.sendMails(MailSenderPlugin.java:728) [xwiki-platform-mailsender-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.sendMail(MailSenderPlugin.java:675) [xwiki-platform-mailsender-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.sendMail(MailSenderPlugin.java:661) [xwiki-platform-mailsender-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.sendMailFromTemplate(MailSenderPlugin.java:840) [xwiki-platform-mailsender-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.sendMailFromTemplate(MailSenderPlugin.java:870) [xwiki-platform-mailsender-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.plugin.mailsender.MailSenderPluginApi.sendMessageFromTemplate(MailSenderPluginApi.java:148) [xwiki-platform-mailsender-6.3-SNAPSHOT.jar:na]
        	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_60]
        	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_60]
        	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_60]
        	at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_60]
        	at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:567) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:420) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:420) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTElseIfStatement.render(ASTElseIfStatement.java:92) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342) [velocity-1.7.jar:1.7]
        	at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:243) [xwiki-commons-velocity-6.3-SNAPSHOT.jar:na]
        	at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:198) [xwiki-commons-velocity-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.internal.template.TemplateManager.evaluateContent(TemplateManager.java:783) [xwiki-platform-legacy-oldcore-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.internal.template.TemplateManager.renderFromSkin(TemplateManager.java:689) [xwiki-platform-legacy-oldcore-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.internal.template.TemplateManager.renderFromSkin(TemplateManager.java:676) [xwiki-platform-legacy-oldcore-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.internal.template.TemplateManager.renderFromSkin(TemplateManager.java:649) [xwiki-platform-legacy-oldcore-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.internal.template.TemplateManager.render(TemplateManager.java:642) [xwiki-platform-legacy-oldcore-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1632) [xwiki-platform-legacy-oldcore-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:179) [xwiki-platform-legacy-oldcore-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:358) [xwiki-platform-legacy-oldcore-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:149) [xwiki-platform-legacy-oldcore-6.3-SNAPSHOT.jar:na]
        	at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425) [struts-core-1.3.10.jar:1.3.10]
        	at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228) [struts-core-1.3.10.jar:1.3.10]
        	at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913) [struts-core-1.3.10.jar:1.3.10]
        	at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462) [struts-core-1.3.10.jar:1.3.10]
        	at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) [javax.servlet-api-3.1.0.jar:3.1.0]
        	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [javax.servlet-api-3.1.0.jar:3.1.0]
        	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:769) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1667) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:115) [xwiki-platform-legacy-oldcore-6.3-SNAPSHOT.jar:na]
        	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:127) [xwiki-platform-wysiwyg-server-6.3-SNAPSHOT.jar:na]
        	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63) [xwiki-platform-container-servlet-6.3-SNAPSHOT.jar:na]
        	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66) [xwiki-platform-webdav-server-6.3-SNAPSHOT.jar:na]
        	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208) [xwiki-platform-container-servlet-6.3-SNAPSHOT.jar:na]
        	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111) [xwiki-platform-container-servlet-6.3-SNAPSHOT.jar:na]
        	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:583) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577) [jetty-security-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1125) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1059) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.Server.handle(Server.java:497) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:248) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540) [jetty-io-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:610) [jetty-util-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:539) [jetty-util-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at java.lang.Thread.run(Thread.java:745) [na:1.7.0_60]
        2014-11-12 16:31:17,610 [http://localhost:8080/xwiki/bin/get/Forums_My%20Forum/Topic_1?xpage=shareinline] ERROR c.x.x.p.m.MailSenderPlugin     - Detailed email informationFrom [=?UTF-8?Q?Administrator?= <no-reply@xwiki.com>], To [,manuel@xwiki.com], Subject [Administrator wants to share a document with you], Text [Hello Administrator,
        
        Administrator thought you might be interested in the document "Day 3" (http://localhost:8080/xwiki/bin/view/Forums_My+Forum/Topic_1) on localhost.
        
        Here is their message:
        
        -----------------------------------------------------
        I wanted to share this document with you.
        -----------------------------------------------------
        
        To visit this document online, open http://localhost:8080/xwiki/bin/view/Forums_My+Forum/Topic_1 in your browser.
        
        
        -----------------------------------------------------
        This message was generated by XWiki at localhost on behalf of Administrator.], HTML [<p>Hello Administrator,</p>
        
        <p><strong><span class="wikilink"><a href="http://localhost:8080/xwiki/bin/view/XWiki/Admin">Administrator</a></span></strong> thought you might be interested in the document <a href="http://localhost:8080/xwiki/bin/view/Forums_My+Forum/Topic_1">Day 3</a> on <a href="http://localhost:8080/xwiki/bin/view/Main/">localhost</a>.</p>
        
        <p>Here is their message:</p>
        
        <pre style="border: 1px solid #000; padding: 10px; font-size: 130%;">
        I wanted to share this document with you.
        </pre>
        <p>To visit this document online, open <a href="http://localhost:8080/xwiki/bin/view/Forums_My+Forum/Topic_1">http://localhost:8080/xwiki/bin/view/Forums_My+Forum/Topic_1</a> in your browser.</p>
        
        
        <hr />
        <p>This message was generated by XWiki at localhost on behalf of <span class="wikilink"><a href="http://localhost:8080/xwiki/bin/view/XWiki/Admin">Administrator</a></span>.</p>] 
        2014-11-12 16:31:17,612 [http://localhost:8080/xwiki/bin/get/Forums_My%20Forum/Topic_1?xpage=shareinline] ERROR c.x.x.p.m.MailSenderPlugin     - sendEmailFromTemplate: XWiki.SharePage vcontext: org.apache.velocity.VelocityContext@7de86126 
        javax.mail.internet.AddressException: Illegal address
        	at javax.mail.internet.InternetAddress.<init>(InternetAddress.java:114) ~[mail-1.4.5.jar:1.4.5]
        	at com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.toInternetAddresses(MailSenderPlugin.java:201) [xwiki-platform-mailsender-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.createMimeMessage(MailSenderPlugin.java:285) [xwiki-platform-mailsender-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.sendMails(MailSenderPlugin.java:728) [xwiki-platform-mailsender-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.sendMail(MailSenderPlugin.java:675) [xwiki-platform-mailsender-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.sendMail(MailSenderPlugin.java:661) [xwiki-platform-mailsender-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.sendMailFromTemplate(MailSenderPlugin.java:840) [xwiki-platform-mailsender-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.plugin.mailsender.MailSenderPlugin.sendMailFromTemplate(MailSenderPlugin.java:870) [xwiki-platform-mailsender-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.plugin.mailsender.MailSenderPluginApi.sendMessageFromTemplate(MailSenderPluginApi.java:148) [xwiki-platform-mailsender-6.3-SNAPSHOT.jar:na]
        	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_60]
        	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_60]
        	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_60]
        	at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_60]
        	at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.doInvoke(UberspectImpl.java:395) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invoke(UberspectImpl.java:384) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:173) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:567) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:87) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:420) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:420) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:207) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTElseIfStatement.render(ASTElseIfStatement.java:92) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:106) [velocity-1.7.jar:1.7]
        	at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342) [velocity-1.7.jar:1.7]
        	at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:243) [xwiki-commons-velocity-6.3-SNAPSHOT.jar:na]
        	at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:198) [xwiki-commons-velocity-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.internal.template.TemplateManager.evaluateContent(TemplateManager.java:783) [xwiki-platform-legacy-oldcore-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.internal.template.TemplateManager.renderFromSkin(TemplateManager.java:689) [xwiki-platform-legacy-oldcore-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.internal.template.TemplateManager.renderFromSkin(TemplateManager.java:676) [xwiki-platform-legacy-oldcore-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.internal.template.TemplateManager.renderFromSkin(TemplateManager.java:649) [xwiki-platform-legacy-oldcore-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.internal.template.TemplateManager.render(TemplateManager.java:642) [xwiki-platform-legacy-oldcore-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.XWiki.evaluateTemplate(XWiki.java:1632) [xwiki-platform-legacy-oldcore-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:179) [xwiki-platform-legacy-oldcore-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:358) [xwiki-platform-legacy-oldcore-6.3-SNAPSHOT.jar:na]
        	at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:149) [xwiki-platform-legacy-oldcore-6.3-SNAPSHOT.jar:na]
        	at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425) [struts-core-1.3.10.jar:1.3.10]
        	at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228) [struts-core-1.3.10.jar:1.3.10]
        	at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913) [struts-core-1.3.10.jar:1.3.10]
        	at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462) [struts-core-1.3.10.jar:1.3.10]
        	at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) [javax.servlet-api-3.1.0.jar:3.1.0]
        	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [javax.servlet-api-3.1.0.jar:3.1.0]
        	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:769) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1667) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:115) [xwiki-platform-legacy-oldcore-6.3-SNAPSHOT.jar:na]
        	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:127) [xwiki-platform-wysiwyg-server-6.3-SNAPSHOT.jar:na]
        	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63) [xwiki-platform-container-servlet-6.3-SNAPSHOT.jar:na]
        	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:66) [xwiki-platform-webdav-server-6.3-SNAPSHOT.jar:na]
        	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208) [xwiki-platform-container-servlet-6.3-SNAPSHOT.jar:na]
        	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111) [xwiki-platform-container-servlet-6.3-SNAPSHOT.jar:na]
        	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1650) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:583) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577) [jetty-security-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1125) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515) [jetty-servlet-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1059) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.Server.handle(Server.java:497) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:248) [jetty-server-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:540) [jetty-io-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:610) [jetty-util-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:539) [jetty-util-9.2.3.v20140905.jar:9.2.3.v20140905]
        	at java.lang.Thread.run(Thread.java:745) [na:1.7.0_60]
        

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              evalica Ecaterina Moraru (Valica)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: